Home
last modified time | relevance | path

Searched refs:authority_key_path (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool3225 def make_atx_certificate(self, output, authority_key_path, subject_key_path, argument
3270 if authority_key_path:
3280 alg.signature_num_bytes, authority_key_path,
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py3825 def make_atx_certificate(self, output, authority_key_path, subject_key_path, argument
3873 if authority_key_path:
3874 rsa_key = RSAPublicKey(authority_key_path)