Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 10 of 10) sorted by relevance

/mcuboot-3.6.0/boot/bootutil/src/
Dimage_rsa.c87 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()
Dimage_ecdsa.c39 bootutil_verify_sig(uint8_t *hash, uint32_t hlen, uint8_t *sig, size_t slen, in bootutil_verify_sig()
Dimage_ed25519.c68 bootutil_verify_sig(uint8_t *hash, uint32_t hlen, uint8_t *sig, size_t slen, in bootutil_verify_sig()
Dimage_validate.c212 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/
Dcc310_glue.c56 int cc310_ecdsa_verify_secp256r1(uint8_t *hash, in cc310_ecdsa_verify_secp256r1()
/mcuboot-3.6.0/boot/bootutil/include/bootutil/crypto/
Decdsa.h196 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()
Drsa.h169 uint8_t *hash, size_t hlen, uint8_t *sig, size_t slen) in bootutil_rsassa_pss_verify()
/mcuboot-3.6.0/ext/tinycrypt/tests/
Dtest_ecc_dsa.c76 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/
Dtlv.rs510 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/
Dboot_serial.c250 uint8_t hash[32]; local
431 uint8_t hash[32]; local
1299 const struct flash_area *fap, uint8_t *hash)