Lines Matching refs:req_flags

289 	u32 req_flags;  member
345 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
410 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
515 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
916 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
953 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1007 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1026 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_testvec_config()
1037 cfg->req_flags); in generate_random_testvec_config()
1045 cfg->req_flags); in generate_random_testvec_config()
1373 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1417 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1439 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1453 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1497 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1940 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
2013 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2032 req->base.flags != req_flags || in test_aead_vec_cfg()
2050 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2711 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_skcipher_vec_cfg() local
2775 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2792 req->base.flags != req_flags || in test_skcipher_vec_cfg()
2808 if (req->base.flags != req_flags) in test_skcipher_vec_cfg()