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

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dprovider_test.c29 static unsigned int stopsuccess = 0; variable
31 { "stop-property-mirror", OSSL_PARAM_UNSIGNED_INTEGER, &stopsuccess,
32 sizeof(stopsuccess) },
82 || !TEST_true(stopsuccess))
H A Dp_test.c191 unsigned int stopsuccess = 0; local
194 stopsuccess = EVP_set_default_properties(ctx->libctx, NULL);
196 if (p->data_size >= sizeof(stopsuccess)) {
197 *(unsigned int *)p->data = stopsuccess;
198 p->return_size = sizeof(stopsuccess);

Completed in 71 milliseconds