Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dn2_core.c263 struct n2_hmac_alg { struct
268 static inline struct n2_hmac_alg *n2_hmac_alg(struct crypto_tfm *tfm) in n2_hmac_alg() argument
275 return container_of(ahash_alg, struct n2_hmac_alg, derived.alg); in n2_hmac_alg()
397 struct n2_hmac_alg *n2alg = n2_hmac_alg(tfm); in n2_hmac_cra_init()
615 struct n2_hmac_alg *n2alg = n2_hmac_alg(req->base.tfm); in n2_hmac_async_digest()
1363 struct n2_hmac_alg *hmac, *hmac_tmp; in __n2_unregister_algs()
1426 struct n2_hmac_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); in __n2_register_one_hmac()