Searched refs:hash_num_bytes (Results 1 – 3 of 3) sorted by relevance
/external/avb/libavb/ |
D | avb_rsa.c | 236 size_t hash_num_bytes, in avb_rsa_verify() argument 259 if (padding_num_bytes != sig_num_bytes - hash_num_bytes) { in avb_rsa_verify() 284 if (avb_safe_memcmp(buf + padding_num_bytes, hash, hash_num_bytes)) { in avb_rsa_verify()
|
D | avb_rsa.h | 65 size_t hash_num_bytes,
|
/external/avb/ |
D | avbtool | 79 def __init__(self, algorithm_type, hash_num_bytes, signature_num_bytes, argument 82 self.hash_num_bytes = hash_num_bytes 94 hash_num_bytes=0, 100 hash_num_bytes=32, 113 hash_num_bytes=32, 126 hash_num_bytes=32, 139 hash_num_bytes=64, 152 hash_num_bytes=64, 165 hash_num_bytes=64, 2130 alg.hash_num_bytes + alg.signature_num_bytes, 64) [all …]
|