Home
last modified time | relevance | path

Searched refs:crypto_md_algo (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/include/drivers/auth/
Dcrypto_mod.h33 enum crypto_md_algo { enum
65 int (*calc_hash)(enum crypto_md_algo md_alg, void *data_ptr,
112 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
/trusted-firmware-a-latest/drivers/auth/
Dcrypto_mod.c132 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr, in crypto_mod_calc_hash()
/trusted-firmware-a-latest/drivers/auth/mbedtls/
Dmbedtls_crypto.c241 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type()
261 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash()
Dmbedtls_psa_crypto.c511 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type()
531 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash()
/trusted-firmware-a-latest/docs/design/
Dauth-framework.rst239 int (*calc_hash)(enum crypto_md_algo alg, void *data_ptr,
986 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,