Lines Matching refs:req_flags
268 u32 req_flags; member
319 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
380 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
485 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
831 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
868 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
922 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
941 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_testvec_config()
952 cfg->req_flags); in generate_random_testvec_config()
960 cfg->req_flags); in generate_random_testvec_config()
1282 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1325 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1347 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1361 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1405 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1848 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
1920 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
1939 req->base.flags != req_flags || in test_aead_vec_cfg()
1957 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2444 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_skcipher_vec_cfg() local
2507 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2524 req->base.flags != req_flags || in test_skcipher_vec_cfg()
2540 if (req->base.flags != req_flags) in test_skcipher_vec_cfg()