Lines Matching refs:req_flags
286 u32 req_flags; member
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)) in valid_testvec_config()
913 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
950 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1004 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1023 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_testvec_config()
1034 cfg->req_flags); in generate_random_testvec_config()
1042 cfg->req_flags); in generate_random_testvec_config()
1370 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1414 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1436 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1450 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1494 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1937 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
2010 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2029 req->base.flags != req_flags || in test_aead_vec_cfg()
2047 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2708 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_skcipher_vec_cfg() local
2772 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2789 req->base.flags != req_flags || in test_skcipher_vec_cfg()
2805 if (req->base.flags != req_flags) in test_skcipher_vec_cfg()