Lines Matching refs:fback
34 struct crypto_ahash *fback; member
2428 ahash_request_set_tfm(subreq, ctx->fback); 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()
2443 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2444 ret = crypto_ahash_setkey(ctx->fback, key, in safexcel_sha3_fbcheck()
2445 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2447 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2541 ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in safexcel_sha3_cra_init()
2544 if (IS_ERR(ctx->fback)) in safexcel_sha3_cra_init()
2545 return PTR_ERR(ctx->fback); in safexcel_sha3_cra_init()
2549 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()
2552 crypto_ahash_reqsize(ctx->fback))); in safexcel_sha3_cra_init()
2560 crypto_free_ahash(ctx->fback); in safexcel_sha3_cra_exit()
2797 crypto_free_ahash(ctx->fback); in safexcel_hmac_sha3_cra_exit()