Searched refs:sig_algo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/startup/hvb/tools/ |
H A D | hvbtool.py | 53 def __init__(self, sig_algo, hash_algo, bit_length, sig_bytes, hash_bytes, pubkey_bytes): argument 54 self.sig_algo = sig_algo 678 sig_algo=0, 686 sig_algo=1, 694 sig_algo=2, 905 self.hvb_cert_content += struct.pack('Q', sig_length) + struct.pack('I', algo.sig_algo) \
|