Home
last modified time | relevance | path

Searched refs:stopsuccess (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dp_test.c205 unsigned int stopsuccess = 0; in p_get_params() local
208 stopsuccess = EVP_set_default_properties(ctx->libctx, NULL); in p_get_params()
210 if (p->data_size >= sizeof(stopsuccess)) { in p_get_params()
211 *(unsigned int *)p->data = stopsuccess; in p_get_params()
212 p->return_size = sizeof(stopsuccess); in p_get_params()
H A Dprovider_test.c30 static unsigned int stopsuccess = 0; variable
32 { "stop-property-mirror", OSSL_PARAM_UNSIGNED_INTEGER, &stopsuccess,
33 sizeof(stopsuccess) },
83 || !TEST_true(stopsuccess)) in test_provider()

Completed in 5 milliseconds