Lines Matching refs:req_flags
305 u32 req_flags; member
374 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
437 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
543 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
1015 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
1056 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1121 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1140 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) { in generate_random_testvec_config()
1156 cfg->req_flags); in generate_random_testvec_config()
1164 cfg->req_flags); in generate_random_testvec_config()
1482 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1526 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1548 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1562 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1606 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
2043 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
2116 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2135 req->base.flags != req_flags || in test_aead_vec_cfg()
2153 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2810 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_skcipher_vec_cfg() local
2867 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2884 req->base.flags != req_flags || in test_skcipher_vec_cfg()
2900 if (req->base.flags != req_flags) in test_skcipher_vec_cfg()