Home
last modified time | relevance | path

Searched refs:subject_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
3255 signed_data.extend(encode_rsa_key(subject_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
3858 signed_data.extend(RSAPublicKey(subject_key_path).encode())