Searched refs:child_shash (Results 1 – 1 of 1) sorted by relevance
295 struct crypto_shash *child_shash; member417 struct crypto_shash *child_shash; in n2_hmac_cra_init() local429 child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0); in n2_hmac_cra_init()430 if (IS_ERR(child_shash)) { in n2_hmac_cra_init()433 err = PTR_ERR(child_shash); in n2_hmac_cra_init()440 ctx->child_shash = child_shash; in n2_hmac_cra_init()457 crypto_free_shash(ctx->child_shash); in n2_hmac_cra_exit()464 struct crypto_shash *child_shash = ctx->child_shash; in n2_hmac_async_setkey() local473 bs = crypto_shash_blocksize(child_shash); in n2_hmac_async_setkey()474 ds = crypto_shash_digestsize(child_shash); in n2_hmac_async_setkey()[all …]