Searched defs:vtest (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | test_rng.c | 69 static void test_rng_free(void *vtest) in test_rng_free() 81 static int test_rng_instantiate(void *vtest, unsigned int strength, in test_rng_instantiate() 98 static int test_rng_uninstantiate(void *vtest) in test_rng_uninstantiate() 127 static int test_rng_generate(void *vtest, unsigned char *out, size_t outlen, in test_rng_generate() 149 static int test_rng_reseed(ossl_unused void *vtest, in test_rng_reseed() 159 static size_t test_rng_nonce(void *vtest, unsigned char *out, in test_rng_nonce() 183 static int test_rng_get_ctx_params(void *vtest, OSSL_PARAM params[]) in test_rng_get_ctx_params() 212 static const OSSL_PARAM *test_rng_gettable_ctx_params(ossl_unused void *vtest, in test_rng_gettable_ctx_params() 226 static int test_rng_set_ctx_params(void *vtest, const OSSL_PARAM params[]) in test_rng_set_ctx_params() 270 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 D | provfetchtest.c | 144 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()
|