Lines Matching refs:fback
34 struct crypto_ahash *fback; member
2381 ahash_request_set_tfm(subreq, ctx->fback); in safexcel_sha3_fbcheck()
2392 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2394 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2396 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2397 ret = crypto_ahash_setkey(ctx->fback, key, in safexcel_sha3_fbcheck()
2398 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2400 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2494 ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in safexcel_sha3_cra_init()
2497 if (IS_ERR(ctx->fback)) in safexcel_sha3_cra_init()
2498 return PTR_ERR(ctx->fback); in safexcel_sha3_cra_init()
2502 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()
2506 crypto_ahash_reqsize(ctx->fback))); in safexcel_sha3_cra_init()
2514 crypto_free_ahash(ctx->fback); in safexcel_sha3_cra_exit()
2751 crypto_free_ahash(ctx->fback); in safexcel_hmac_sha3_cra_exit()