Searched refs:make_atx_certificate (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/ |
| H A D | avb_user_tool.sh | 40 …python $SCRIPTS/avbtool make_atx_certificate --output=avb_keys/pik_certificate.bin --subject=avb_k… 41 …python $SCRIPTS/avbtool make_atx_certificate --output=avb_keys/psk_certificate.bin --subject=avb_k… 42 …python $SCRIPTS/avbtool make_atx_certificate --output=avb_keys/puk_certificate.bin --subject=avb_k…
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 3225 def make_atx_certificate(self, output, authority_key_path, subject_key_path, member in Avb 3929 sub_parser.set_defaults(func=self.make_atx_certificate) 4117 def make_atx_certificate(self, args): member in AvbTool 4119 self.avb.make_atx_certificate(args.output, args.authority_key,
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 3825 def make_atx_certificate(self, output, authority_key_path, subject_key_path, member in Avb 4654 sub_parser.set_defaults(func=self.make_atx_certificate) 4883 def make_atx_certificate(self, args): member in AvbTool 4885 self.avb.make_atx_certificate(args.output, args.authority_key,
|