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

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

Completed in 79 milliseconds