n2_hmac_alg       274 drivers/crypto/n2_core.c static inline struct n2_hmac_alg *n2_hmac_alg(struct crypto_tfm *tfm)
n2_hmac_alg       281 drivers/crypto/n2_core.c 	return container_of(ahash_alg, struct n2_hmac_alg, derived.alg);
n2_hmac_alg       413 drivers/crypto/n2_core.c 	struct n2_hmac_alg *n2alg = n2_hmac_alg(tfm);
n2_hmac_alg       629 drivers/crypto/n2_core.c 	struct n2_hmac_alg *n2alg = n2_hmac_alg(req->base.tfm);
n2_hmac_alg      1349 drivers/crypto/n2_core.c 	struct n2_hmac_alg *hmac, *hmac_tmp;
n2_hmac_alg      1412 drivers/crypto/n2_core.c 	struct n2_hmac_alg *p = kzalloc(sizeof(*p), GFP_KERNEL);