Home
last modified time | relevance | path

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

/drivers/crypto/chelsio/
Dchcr_algo.c170 struct chcr_alg_template *chcr_crypto_alg = in get_aead_subtype() local
172 return chcr_crypto_alg->type & CRYPTO_ALG_SUB_TYPE_MASK; in get_aead_subtype()
371 struct chcr_alg_template *chcr_crypto_alg = in is_hmac() local
374 if (chcr_crypto_alg->type == CRYPTO_ALG_TYPE_HMAC) in is_hmac()
573 struct chcr_alg_template *chcr_crypto_alg = in get_cryptoalg_subtype() local
576 return chcr_crypto_alg->type & CRYPTO_ALG_SUB_TYPE_MASK; in get_cryptoalg_subtype()