Home
last modified time | relevance | path

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/
Drse_measured_boot.c84 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()
Ddice_prot_env.c97 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 Dcrypto_mod.h82 int crypto_mod_calc_hash(unsigned int alg, void *data_ptr,
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/auth/
Dcrypto_mod.h112 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/
H A Dcrypto_mod.c117 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/
Dcrypto_mod.c132 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 Devent_log.c260 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/
Devent_log.c259 return crypto_mod_calc_hash(CRYPTO_MD_ID, in event_log_measure()
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/design/
Dauth-framework.rst987 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,