Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c166 struct chcr_alg_template *chcr_crypto_alg = in get_aead_subtype() local
168 return chcr_crypto_alg->type & CRYPTO_ALG_SUB_TYPE_MASK; in get_aead_subtype()
367 struct chcr_alg_template *chcr_crypto_alg = in is_hmac() local
370 if (chcr_crypto_alg->type == CRYPTO_ALG_TYPE_HMAC) in is_hmac()
569 struct chcr_alg_template *chcr_crypto_alg = in get_cryptoalg_subtype() local
572 return chcr_crypto_alg->type & CRYPTO_ALG_SUB_TYPE_MASK; in get_cryptoalg_subtype()