Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/
Dn2_core.c271 struct n2_hmac_alg { struct
276 static inline struct n2_hmac_alg *n2_hmac_alg(struct crypto_tfm *tfm) in n2_hmac_alg() argument
283 return container_of(ahash_alg, struct n2_hmac_alg, derived.alg); in n2_hmac_alg()
415 struct n2_hmac_alg *n2alg = n2_hmac_alg(tfm); in n2_hmac_cra_init()
628 struct n2_hmac_alg *n2alg = n2_hmac_alg(req->base.tfm); in n2_hmac_async_digest()
1300 struct n2_hmac_alg *hmac, *hmac_tmp; in __n2_unregister_algs()
1362 struct n2_hmac_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); in __n2_register_one_hmac()