Searched refs:hash_len (Results 1 – 11 of 11) sorted by relevance
| /u-boot/lib/libavb/ |
| A D | avb_crypto.c | 311 {.padding = NULL, .padding_len = 0, .hash_len = 0}, 315 .hash_len = AVB_SHA256_DIGEST_SIZE}, 319 .hash_len = AVB_SHA256_DIGEST_SIZE}, 323 .hash_len = AVB_SHA256_DIGEST_SIZE}, 327 .hash_len = AVB_SHA512_DIGEST_SIZE}, 331 .hash_len = AVB_SHA512_DIGEST_SIZE}, 335 .hash_len = AVB_SHA512_DIGEST_SIZE},
|
| A D | avb_crypto.h | 100 size_t hash_len; member
|
| A D | avb_vbmeta_image.c | 144 if (h.hash_size != algorithm->hash_len) { in avb_vbmeta_image_verify()
|
| /u-boot/lib/rsa/ |
| A D | rsa-verify.c | 65 const uint8_t *hash, int hash_len) in padding_pkcs_15_verify() argument 123 int hash_len = checksum->checksum_len; in mask_generation_function1() local 132 tmp = malloc(hash_len); in mask_generation_function1() 178 region[1].size = hash_len; in compute_hash_prime() 216 int db_len = msg_len - hash_len - 1; in padding_pss_verify() 219 int h_len = hash_len; in padding_pss_verify() 233 hprime = malloc(hash_len); in padding_pss_verify() 288 hash, hash_len, in padding_pss_verify() 292 ret = memcmp(h, hprime, hash_len); in padding_pss_verify() 336 int hash_len; in rsa_verify_key() local [all …]
|
| /u-boot/include/u-boot/ |
| A D | rsa.h | 105 const uint8_t *hash, int hash_len); 109 const uint8_t *hash, int hash_len);
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | ecdsa_romapi.c | 47 const void *hash, size_t hash_len, in romapi_ecdsa_verify() argument 56 if (sig_len != 64 || hash_len != 32 || pubkey->size_bits != 256) in romapi_ecdsa_verify()
|
| /u-boot/include/crypto/ |
| A D | ecdsa-uclass.h | 37 const void *hash, size_t hash_len,
|
| /u-boot/lib/efi_loader/ |
| A D | efi_signature.c | 131 int ret, hash_len; in efi_hash_regions() local 136 hash_len = algo_to_len(hash_algo); in efi_hash_regions() 137 if (!hash_len) in efi_hash_regions() 141 *hash = calloc(1, hash_len); in efi_hash_regions() 153 *len = hash_len; in efi_hash_regions() 157 *hash, hash_len, false); in efi_hash_regions()
|
| A D | efi_image_loader.c | 536 int hash_len, ret; in efi_image_verify_digest() local 555 &hash_len)) in efi_image_verify_digest() 559 if (ctx.digest_len != hash_len || memcmp(ctx.digest, hash, hash_len)) in efi_image_verify_digest()
|
| A D | efi_tcg2.c | 72 u16 hash_len; member 150 return hash_algo_list[i].hash_len; in alg_to_len() 1629 u16 hash_len = hash_algo_list[i].hash_len; in create_specid_event() local 1634 put_unaligned_le16(hash_len, in create_specid_event()
|
| /u-boot/include/ |
| A D | image.h | 1524 const uint8_t *hash, int hash_len);
|
Completed in 23 milliseconds