/mcuboot-3.6.0/boot/bootutil/src/ |
D | image_rsa.c | 87 pss_mgf1(uint8_t *mask, const uint8_t *hash) in pss_mgf1() 121 bootutil_cmp_rsasig(bootutil_rsa_context *ctx, uint8_t *hash, uint32_t hlen, in bootutil_cmp_rsasig() 242 bootutil_cmp_rsasig(bootutil_rsa_context *ctx, uint8_t *hash, uint32_t hlen, in bootutil_cmp_rsasig() 262 bootutil_verify_sig(uint8_t *hash, uint32_t hlen, uint8_t *sig, size_t slen, in bootutil_verify_sig()
|
D | image_ecdsa.c | 39 bootutil_verify_sig(uint8_t *hash, uint32_t hlen, uint8_t *sig, size_t slen, in bootutil_verify_sig()
|
D | image_ed25519.c | 68 bootutil_verify_sig(uint8_t *hash, uint32_t hlen, uint8_t *sig, size_t slen, in bootutil_verify_sig()
|
D | image_validate.c | 212 uint8_t hash[IMAGE_HASH_SIZE]; in bootutil_find_key() local 237 uint8_t hash[IMAGE_HASH_SIZE]; in bootutil_find_key() local 355 uint8_t hash[IMAGE_HASH_SIZE]; in bootutil_img_validate() local
|
/mcuboot-3.6.0/ext/nrf/ |
D | cc310_glue.c | 56 int cc310_ecdsa_verify_secp256r1(uint8_t *hash, in cc310_ecdsa_verify_secp256r1()
|
/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/ |
D | ecdsa.h | 196 uint8_t *hash, size_t hash_len, in bootutil_ecdsa_verify() 246 uint8_t *hash, size_t hash_len, in bootutil_ecdsa_verify() 451 uint8_t *hash, size_t hlen, in bootutil_ecdsa_verify() 528 uint8_t *hash, size_t hash_len, in bootutil_ecdsa_verify() 547 uint8_t *hash, size_t hash_len, in bootutil_ecdsa_verify()
|
D | rsa.h | 169 uint8_t *hash, size_t hlen, uint8_t *sig, size_t slen) in bootutil_rsassa_pss_verify()
|
/mcuboot-3.6.0/ext/tinycrypt/tests/ |
D | test_ecc_dsa.c | 76 int sign_vectors(TCSha256State_t hash, char **d_vec, char **k_vec, in sign_vectors() 343 int vrfy_vectors(TCSha256State_t hash, char **msg_vec, char **qx_vec, char **qy_vec, in vrfy_vectors() 597 uint8_t hash[NUM_ECC_BYTES]; in montecarlo_signverify() local
|
/mcuboot-3.6.0/sim/src/ |
D | tlv.rs | 510 let hash = digest::digest(&digest::SHA256, &sig_payload); in make_tlv() localVariable 514 let hash = digest::digest(&digest::SHA384, &sig_payload); in make_tlv() localVariable 517 let hash = hash.as_ref(); in make_tlv() localVariable 543 let hash = if is_rsa2048 { in make_tlv() localVariable 548 let hash = hash.as_ref(); in make_tlv() localVariable 620 let hash = digest::digest(&digest::SHA256, &sig_payload); in make_tlv() localVariable 621 let hash = hash.as_ref(); in make_tlv() localVariable
|
/mcuboot-3.6.0/boot/boot_serial/src/ |
D | boot_serial.c | 250 uint8_t hash[32]; local 431 uint8_t hash[32]; local 1299 const struct flash_area *fap, uint8_t *hash)
|