Lines Matching defs:req_flags
269 * @req_flags: extra request_flags, e.g. CRYPTO_TFM_REQ_MAY_SLEEP
286 u32 req_flags;
342 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
407 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
512 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP))
913 bool gen_flushes, u32 req_flags)
950 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) &&
1004 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP;
1023 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) &&
1034 cfg->req_flags);
1042 cfg->req_flags);
1370 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags;
1414 ahash_request_set_callback(req, req_flags, crypto_req_done,
1436 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait);
1450 ahash_request_set_callback(req, req_flags,
1494 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait);
1937 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags;
2010 aead_request_set_callback(req, req_flags, crypto_req_done, &wait);
2029 req->base.flags != req_flags ||
2047 if (req->base.flags != req_flags)
2708 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags;
2772 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait);
2789 req->base.flags != req_flags ||
2805 if (req->base.flags != req_flags)