Lines Matching refs:req_flags
300 u32 req_flags; member
361 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
426 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
531 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
953 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument
990 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1054 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1073 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_testvec_config()
1084 cfg->req_flags); in generate_random_testvec_config()
1092 cfg->req_flags); in generate_random_testvec_config()
1415 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_ahash_vec_cfg() local
1459 ahash_request_set_callback(req, req_flags, crypto_req_done, in test_ahash_vec_cfg()
1481 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1495 ahash_request_set_callback(req, req_flags, in test_ahash_vec_cfg()
1539 ahash_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_ahash_vec_cfg()
1981 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_aead_vec_cfg() local
2054 aead_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_aead_vec_cfg()
2073 req->base.flags != req_flags || in test_aead_vec_cfg()
2091 if (req->base.flags != req_flags) in test_aead_vec_cfg()
2747 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; in test_skcipher_vec_cfg() local
2811 skcipher_request_set_callback(req, req_flags, crypto_req_done, &wait); in test_skcipher_vec_cfg()
2828 req->base.flags != req_flags || in test_skcipher_vec_cfg()
2844 if (req->base.flags != req_flags) in test_skcipher_vec_cfg()