Searched refs:crypto_mod_calc_hash (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/measured_boot/rse/ |
D | rse_measured_boot.c | 84 rc = crypto_mod_calc_hash(CRYPTO_MD_ID, in rse_mboot_measure_and_record() 133 rc = crypto_mod_calc_hash(CRYPTO_MD_ID, in rse_mboot_set_signer_id()
|
D | dice_prot_env.c | 97 rc = crypto_mod_calc_hash(CRYPTO_MD_ID, in dpe_measure_and_record() 167 rc = crypto_mod_calc_hash(CRYPTO_MD_ID, in dpe_set_signer_id()
|
/aosp_15_r20/external/arm-trusted-firmware/include/drivers/auth/ |
H A D | crypto_mod.h | 82 int crypto_mod_calc_hash(unsigned int alg, void *data_ptr,
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/auth/ |
D | crypto_mod.h | 112 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/ |
H A D | crypto_mod.c | 117 int crypto_mod_calc_hash(unsigned int alg, void *data_ptr, in crypto_mod_calc_hash() function
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/ |
D | crypto_mod.c | 132 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr, in crypto_mod_calc_hash() function
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/measured_boot/event_log/ |
H A D | event_log.c | 260 rc = crypto_mod_calc_hash((unsigned int)MBEDTLS_MD_ID, in event_log_measure_and_record()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/measured_boot/event_log/ |
D | event_log.c | 259 return crypto_mod_calc_hash(CRYPTO_MD_ID, in event_log_measure()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/ |
D | auth-framework.rst | 987 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
|