Searched refs:hash_len (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/ext/nrf/ |
D | cc310_glue.c | 59 size_t hash_len) in cc310_ecdsa_verify_secp256r1() argument 69 hash_len); in cc310_ecdsa_verify_secp256r1()
|
D | cc310_glue.h | 40 size_t hash_len);
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | pk.h | 423 const unsigned char *hash, size_t hash_len, 448 const unsigned char *hash, size_t hash_len, 483 const unsigned char *hash, size_t hash_len, 515 const unsigned char *hash, size_t hash_len, 550 const unsigned char *hash, size_t hash_len,
|
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | ecdsa.h | 196 uint8_t *hash, size_t hash_len, in bootutil_ecdsa_verify() argument 203 (void)hash_len; in bootutil_ecdsa_verify() 246 uint8_t *hash, size_t hash_len, in bootutil_ecdsa_verify() argument 252 (void)hash_len; in bootutil_ecdsa_verify() 547 uint8_t *hash, size_t hash_len, in bootutil_ecdsa_verify() argument 559 return mbedtls_ecdsa_read_signature(&ctx, hash, hash_len, sig, sig_len); in bootutil_ecdsa_verify() 566 uint8_t *hash, size_t hash_len, in bootutil_ecdsa_verify() argument 573 (void)hash_len; in bootutil_ecdsa_verify()
|