Searched refs:child_shash (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.c277 struct crypto_shash *child_shash; member in struct:n2_hmac_ctx
389 struct crypto_shash *child_shash; local
401 child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0);
402 if (IS_ERR(child_shash)) {
405 err = PTR_ERR(child_shash);
412 ctx->child_shash = child_shash;
429 crypto_free_shash(ctx->child_shash);
436 struct crypto_shash *child_shash = ctx->child_shash; local
[all...]

Completed in 27 milliseconds