Lines Matching refs:fback
34 struct crypto_ahash *fback; member
2407 ahash_request_set_tfm(subreq, ctx->fback); in safexcel_sha3_fbcheck()
2418 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2420 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2422 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2423 ret = crypto_ahash_setkey(ctx->fback, key, in safexcel_sha3_fbcheck()
2424 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2426 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2520 ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in safexcel_sha3_cra_init()
2523 if (IS_ERR(ctx->fback)) in safexcel_sha3_cra_init()
2524 return PTR_ERR(ctx->fback); in safexcel_sha3_cra_init()
2528 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()
2531 crypto_ahash_reqsize(ctx->fback))); in safexcel_sha3_cra_init()
2539 crypto_free_ahash(ctx->fback); in safexcel_sha3_cra_exit()
2776 crypto_free_ahash(ctx->fback); in safexcel_hmac_sha3_cra_exit()