Searched refs:hash_num_bytes (Results 1 – 5 of 5) 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/u-boot/lib/libavb/ |
D | avb_rsa.c | 212 size_t hash_num_bytes, in avb_rsa_verify() argument 235 if (padding_num_bytes != sig_num_bytes - hash_num_bytes) { in avb_rsa_verify() 260 if (avb_safe_memcmp(buf + padding_num_bytes, hash, hash_num_bytes)) { in avb_rsa_verify()
|
D | avb_rsa.h | 46 size_t hash_num_bytes,
|
/external/avb/ |
D | avbtool | 82 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument 86 self.hash_num_bytes = hash_num_bytes 100 hash_num_bytes=0, 107 hash_num_bytes=32, 121 hash_num_bytes=32, 135 hash_num_bytes=32, 149 hash_num_bytes=64, 163 hash_num_bytes=64, 177 hash_num_bytes=64, 2824 alg.hash_num_bytes + alg.signature_num_bytes, 64) [all …]
|