Searched refs:hash_num_bytes (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | avb_rsa.h | 69 size_t hash_num_bytes,
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 83 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument 87 self.hash_num_bytes = hash_num_bytes 101 hash_num_bytes=0, 108 hash_num_bytes=32, 122 hash_num_bytes=32, 136 hash_num_bytes=32, 150 hash_num_bytes=64, 164 hash_num_bytes=64, 178 hash_num_bytes=64, 2641 alg.hash_num_bytes + alg.signature_num_bytes, 64) [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 86 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument 90 self.hash_num_bytes = hash_num_bytes 104 hash_num_bytes=0, 111 hash_num_bytes=32, 125 hash_num_bytes=32, 139 hash_num_bytes=32, 153 hash_num_bytes=64, 167 hash_num_bytes=64, 181 hash_num_bytes=64, 532 return alg_data.hash_num_bytes [all …]
|