Lines Matching refs:fback
33 struct crypto_ahash *fback; member
2427 ahash_request_set_tfm(subreq, ctx->fback); in safexcel_sha3_fbcheck()
2438 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2440 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2442 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2443 ret = crypto_ahash_setkey(ctx->fback, key, in safexcel_sha3_fbcheck()
2444 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2446 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2540 ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in safexcel_sha3_cra_init()
2543 if (IS_ERR(ctx->fback)) in safexcel_sha3_cra_init()
2544 return PTR_ERR(ctx->fback); in safexcel_sha3_cra_init()
2548 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()
2551 crypto_ahash_reqsize(ctx->fback))); in safexcel_sha3_cra_init()
2559 crypto_free_ahash(ctx->fback); in safexcel_sha3_cra_exit()
2796 crypto_free_ahash(ctx->fback); in safexcel_hmac_sha3_cra_exit()