Searched refs:crypto_md_algo (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 35 enum crypto_md_algo { enum 67 int (*calc_hash)(enum crypto_md_algo md_alg, void *data_ptr, 120 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr,
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 253 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() 273 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash()
|
| H A D | mbedtls_psa_crypto.c | 440 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() 460 static int calc_hash(enum crypto_md_algo md_algo, void *data_ptr, in calc_hash()
|
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 132 int crypto_mod_calc_hash(enum crypto_md_algo alg, void *data_ptr, in crypto_mod_calc_hash()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 246 enum crypto_md_algo alg
|