Home
last modified time | relevance | path

Searched refs:make_atx_certificate (Results 1 – 3 of 3) sorted by relevance

/external/avb/test/
Davb_atx_generate_test_data77 ${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/
Davbtool.py3793 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,
Davbtool3793 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,