Lines Matching refs:req_flags
283 * @req_flags: extra request_flags, e.g. CRYPTO_TFM_REQ_MAY_SLEEP
300 u32 req_flags;
369 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
434 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
539 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP))
1000 bool gen_flushes, u32 req_flags)
1039 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) &&
1104 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP;
1123 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && prandom_bool(rng)) {
1133 cfg->req_flags);
1141 cfg->req_flags);
1466 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags;
1510 ahash_request_set_callback(req, req_flags, crypto_req_done,
1532 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait);
1546 ahash_request_set_callback(req, req_flags,
1590 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait);
2040 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags;
2113 aead_request_set_callback(req, req_flags, crypto_req_done, &wait);
2132 req->base.flags != req_flags ||
2150 if (req->base.flags != req_flags)
2818 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags;
2882 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait);
2899 req->base.flags != req_flags ||
2915 if (req->base.flags != req_flags)