Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.c294 struct crypto_shash *child_shash; member
416 struct crypto_shash *child_shash; in n2_hmac_cra_init() local
428 child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0); in n2_hmac_cra_init()
429 if (IS_ERR(child_shash)) { in n2_hmac_cra_init()
432 err = PTR_ERR(child_shash); in n2_hmac_cra_init()
439 ctx->child_shash = child_shash; in n2_hmac_cra_init()
456 crypto_free_shash(ctx->child_shash); in n2_hmac_cra_exit()
463 struct crypto_shash *child_shash = ctx->child_shash; in n2_hmac_async_setkey() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Dn2_core.c296 struct crypto_shash *child_shash; member
418 struct crypto_shash *child_shash; in n2_hmac_cra_init() local
430 child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0); in n2_hmac_cra_init()
431 if (IS_ERR(child_shash)) { in n2_hmac_cra_init()
434 err = PTR_ERR(child_shash); in n2_hmac_cra_init()
441 ctx->child_shash = child_shash; in n2_hmac_cra_init()
458 crypto_free_shash(ctx->child_shash); in n2_hmac_cra_exit()
465 struct crypto_shash *child_shash = ctx->child_shash; in n2_hmac_async_setkey() local
[all...]

Completed in 5 milliseconds