Searched defs:algo (Results 1 – 6 of 6) sorted by relevance
| /arm-trusted-firmware/drivers/nxp/crypto/caam/src/auth/ |
| H A D | hash.c | 42 int hash_init(enum hash_algo algo, void **ctx) in hash_init() argument 64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() argument 111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final() argument [all...] |
| H A D | nxp_crypto.c | 82 enum hash_algo algo = SHA256; in verify_hash() local
|
| /arm-trusted-firmware/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | csf_hdr_parser.c | 56 enum hash_algo algo = SHA256; in deploy_rotpk_hash_table() local 147 enum hash_algo algo = SHA256; in calc_img_hash() local 299 validate_esbc_header(void * img_hdr,void ** img_key,uint32_t * key_len,void ** img_sign,uint32_t * sign_len,enum sig_alg * algo) validate_esbc_header() argument [all...] |
| /arm-trusted-firmware/include/drivers/nxp/crypto/caam/ |
| H A D | hash.h | 75 enum hash_algo algo; member
|
| /arm-trusted-firmware/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 241 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() argument
|
| H A D | mbedtls_psa_crypto.c | 511 static inline mbedtls_md_type_t md_type(enum crypto_md_algo algo) in md_type() argument
|