Searched refs:make_atx_certificate (Results 1 – 3 of 3) sorted by relevance
/external/avb/test/ |
D | avb_atx_generate_test_data | 77 ${AVBTOOL} make_atx_certificate --output=atx_pik_certificate.bin \ 83 ${AVBTOOL} make_atx_certificate --output=atx_psk_certificate.bin \ 96 ${AVBTOOL} make_atx_certificate --output=atx_puk_certificate.bin \
|
/external/avb/ |
D | avbtool.py | 3793 def make_atx_certificate(self, output, authority_key_path, subject_key_path, member in Avb 4607 sub_parser.set_defaults(func=self.make_atx_certificate) 4835 def make_atx_certificate(self, args): member in AvbTool 4837 self.avb.make_atx_certificate(args.output, args.authority_key,
|
D | avbtool | 3793 def make_atx_certificate(self, output, authority_key_path, subject_key_path, member in Avb 4607 sub_parser.set_defaults(func=self.make_atx_certificate) 4835 def make_atx_certificate(self, args): member in AvbTool 4837 self.avb.make_atx_certificate(args.output, args.authority_key,
|