Home
last modified time | relevance | path

Searched refs:is_xcbc_aes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/caam/
H A Dcaamhash_desc.c101 if (is_xcbc_aes(adata->algtype)) in cnstr_shdsc_sk_hash()
136 if (is_xcbc_aes(adata->algtype) && state == OP_ALG_AS_INIT) in cnstr_shdsc_sk_hash()
H A Dcaamhash_desc.h18 static inline bool is_xcbc_aes(u32 algtype) in is_xcbc_aes() function
H A Dcaamhash.c843 if ((is_xcbc_aes(ctx->adata.algtype) || in ahash_update_ctx()
1219 if ((is_xcbc_aes(ctx->adata.algtype) || in ahash_update_no_ctx()
1416 if ((is_xcbc_aes(ctx->adata.algtype) || in ahash_update_first()
1796 if (is_xcbc_aes(caam_hash->alg_type)) { in caam_hash_cra_init()