Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dn2_core.c272 struct n2_hmac_alg { struct
277 static inline struct n2_hmac_alg *n2_hmac_alg(struct crypto_tfm *tfm) in n2_hmac_alg() argument
284 return container_of(ahash_alg, struct n2_hmac_alg, derived.alg); in n2_hmac_alg()
416 struct n2_hmac_alg *n2alg = n2_hmac_alg(tfm); in n2_hmac_cra_init()
629 struct n2_hmac_alg *n2alg = n2_hmac_alg(req->base.tfm); in n2_hmac_async_digest()
1306 struct n2_hmac_alg *hmac, *hmac_tmp; in __n2_unregister_algs()
1368 struct n2_hmac_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); in __n2_register_one_hmac()