Lines Matching refs:subreq

2293 	struct ahash_request *subreq = ahash_request_ctx_dma(req);  in safexcel_sha3_fbcheck()  local
2297 ahash_request_set_tfm(subreq, ctx->fback); in safexcel_sha3_fbcheck()
2298 ahash_request_set_callback(subreq, req->base.flags, in safexcel_sha3_fbcheck()
2300 ahash_request_set_crypt(subreq, req->src, req->result, in safexcel_sha3_fbcheck()
2319 ret = ret ?: crypto_ahash_init(subreq); in safexcel_sha3_fbcheck()
2330 struct ahash_request *subreq = ahash_request_ctx_dma(req); in safexcel_sha3_update() local
2333 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()
2340 struct ahash_request *subreq = ahash_request_ctx_dma(req); in safexcel_sha3_final() local
2343 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
2350 struct ahash_request *subreq = ahash_request_ctx_dma(req); in safexcel_sha3_finup() local
2356 crypto_ahash_finup(subreq); in safexcel_sha3_finup()
2365 struct ahash_request *subreq = ahash_request_ctx_dma(req); in safexcel_sha3_digest_fallback() local
2369 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_finup(subreq); in safexcel_sha3_digest_fallback()
2385 struct ahash_request *subreq = ahash_request_ctx_dma(req); in safexcel_sha3_export() local
2388 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_export(subreq, out); in safexcel_sha3_export()
2395 struct ahash_request *subreq = ahash_request_ctx_dma(req); in safexcel_sha3_import() local
2398 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()