Searched refs:crypto_md_algo (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-latest/include/drivers/auth/ |
D | crypto_mod.h | 33 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/ |
D | crypto_mod.c | 132 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/ |
D | mbedtls_crypto.c | 241 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()
|
D | mbedtls_psa_crypto.c | 511 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/ |
D | auth-framework.rst | 239 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,
|