Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_crypto.h314 struct chcr_alg_template { struct
H A Dchcr_algo.c165 struct chcr_alg_template *chcr_crypto_alg = in get_aead_subtype()
166 container_of(alg, struct chcr_alg_template, alg.aead); in get_aead_subtype()
338 struct chcr_alg_template *chcr_crypto_alg = in is_hmac()
339 container_of(__crypto_ahash_alg(alg), struct chcr_alg_template, in is_hmac()
540 struct chcr_alg_template *chcr_crypto_alg = in get_cryptoalg_subtype()
541 container_of(alg, struct chcr_alg_template, alg.skcipher); in get_cryptoalg_subtype()
3721 static struct chcr_alg_template driver_algs[] = {