Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_crypto.h301 struct chcr_alg_template { struct
Dchcr_algo.c171 struct chcr_alg_template *chcr_crypto_alg = in get_aead_subtype()
172 container_of(alg, struct chcr_alg_template, alg.aead); in get_aead_subtype()
372 struct chcr_alg_template *chcr_crypto_alg = in is_hmac()
373 container_of(__crypto_ahash_alg(alg), struct chcr_alg_template, in is_hmac()
574 struct chcr_alg_template *chcr_crypto_alg = in get_cryptoalg_subtype()
575 container_of(alg, struct chcr_alg_template, alg.crypto); in get_cryptoalg_subtype()
3712 static struct chcr_alg_template driver_algs[] = {