Home
last modified time | relevance | path

Searched refs:hash_result (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c396 struct q_useful_buf_c *hash_result) in t_cose_crypto_hash_finish() argument
407 &(hash_result->len)); in t_cose_crypto_hash_finish()
409 hash_result->ptr = buffer_to_hold_result.ptr; in t_cose_crypto_hash_finish()
/trusted-firmware-m-latest/lib/ext/t_cose/src/
Dt_cose_crypto.h541 struct q_useful_buf_c *hash_result);
/trusted-firmware-m-latest/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c504 uint8_t *hash_result, in util_img_hash() argument
536 status = psa_hash_finish(&handle, hash_result, buf_size, hash_size); in util_img_hash()