Lines Matching refs:fback
32 struct crypto_ahash *fback; member
2426 ahash_request_set_tfm(subreq, ctx->fback); in safexcel_sha3_fbcheck()
2437 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2439 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2441 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2442 ret = crypto_ahash_setkey(ctx->fback, key, in safexcel_sha3_fbcheck()
2443 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2445 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2539 ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in safexcel_sha3_cra_init()
2542 if (IS_ERR(ctx->fback)) in safexcel_sha3_cra_init()
2543 return PTR_ERR(ctx->fback); in safexcel_sha3_cra_init()
2547 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()
2550 crypto_ahash_reqsize(ctx->fback))); in safexcel_sha3_cra_init()
2558 crypto_free_ahash(ctx->fback); in safexcel_sha3_cra_exit()
2795 crypto_free_ahash(ctx->fback); in safexcel_hmac_sha3_cra_exit()