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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c387 struct n2_hmac_alg *n2alg = n2_hmac_alg(tfm); local
401 child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0);
404 n2alg->child_alg);
587 struct n2_ahash_alg *n2alg = n2_ahash_alg(req->base.tfm); local
591 ds = n2alg->digest_size;
593 memcpy(req->result, n2alg->hash_zero, ds);
596 memcpy(&rctx->u, n2alg->hash_init, n2alg->hw_op_hashsz);
598 return n2_do_async_digest(req, n2alg->auth_type,
599 n2alg
605 struct n2_hmac_alg *n2alg = n2_hmac_alg(req->base.tfm); local
709 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); local
738 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); local
765 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); local
783 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); local
[all...]

Completed in 17 milliseconds