child_shash 293 drivers/crypto/n2_core.c struct crypto_shash *child_shash; child_shash 415 drivers/crypto/n2_core.c struct crypto_shash *child_shash; child_shash 427 drivers/crypto/n2_core.c child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0); child_shash 428 drivers/crypto/n2_core.c if (IS_ERR(child_shash)) { child_shash 431 drivers/crypto/n2_core.c err = PTR_ERR(child_shash); child_shash 438 drivers/crypto/n2_core.c ctx->child_shash = child_shash; child_shash 455 drivers/crypto/n2_core.c crypto_free_shash(ctx->child_shash); child_shash 462 drivers/crypto/n2_core.c struct crypto_shash *child_shash = ctx->child_shash; child_shash 464 drivers/crypto/n2_core.c SHASH_DESC_ON_STACK(shash, child_shash); child_shash 472 drivers/crypto/n2_core.c shash->tfm = child_shash; child_shash 474 drivers/crypto/n2_core.c bs = crypto_shash_blocksize(child_shash); child_shash 475 drivers/crypto/n2_core.c ds = crypto_shash_digestsize(child_shash);