Home
last modified time | relevance | path

Searched defs:vtest (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/rands/
H A Dtest_rng.c65 static void test_rng_free(void *vtest) in test_rng_free()
77 static int test_rng_instantiate(void *vtest, unsigned int strength, in test_rng_instantiate()
93 static int test_rng_uninstantiate(void *vtest) in test_rng_uninstantiate()
102 static int test_rng_generate(void *vtest, unsigned char *out, size_t outlen, in test_rng_generate()
115 static int test_rng_reseed(ossl_unused void *vtest, in test_rng_reseed()
125 static size_t test_rng_nonce(void *vtest, unsigned char *out, in test_rng_nonce()
140 static int test_rng_get_ctx_params(void *vtest, OSSL_PARAM params[]) in test_rng_get_ctx_params()
159 static const OSSL_PARAM *test_rng_gettable_ctx_params(ossl_unused void *vtest, in test_rng_gettable_ctx_params()
171 static int test_rng_set_ctx_params(void *vtest, const OSSL_PARAM params[]) in test_rng_set_ctx_params()
212 static const OSSL_PARAM *test_rng_settable_ctx_params(ossl_unused void *vtest, in test_rng_settable_ctx_params()
[all …]
/freebsd/crypto/openssl/test/
H A Dprovfetchtest.c144 static int dummy_rand_enable_locking(void *vtest) in dummy_rand_enable_locking()
149 static int dummy_rand_lock(void *vtest) in dummy_rand_lock()
154 static void dummy_rand_unlock(void *vtest) in dummy_rand_unlock()