crypto_ahash_import
err = err ?: crypto_ahash_import(req, state);
return err ?: crypto_ahash_import(req, state);
EXPORT_SYMBOL_GPL(crypto_ahash_import);
err = crypto_ahash_import(&ctx2->req, state);
return crypto_ahash_import(req, in);
return crypto_ahash_import(req, opad) ?:
err = crypto_ahash_import(req, hashstate);
return crypto_ahash_import(&rctx->fallback_req, in);
return crypto_ahash_import(&rctx->fallback_req, in);
return crypto_ahash_import(&rctx->fallback_req, in);
return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in);
return crypto_ahash_import(&rctx->fallback_req, in);
return crypto_ahash_import(&rctx->fallback_req, in);
return crypto_ahash_import(&rctx->ahash_fbk_req, in);
return crypto_ahash_import(&rctx->fallback_req, in);
int crypto_ahash_import(struct ahash_request *req, const void *in);