Searched defs:vtest (Results 1 – 2 of 2) sorted by relevance
65 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()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()225 static int test_rng_verify_zeroization(ossl_unused void *vtest) in test_rng_verify_zeroization()230 static size_t test_rng_get_seed(void *vtest, unsigned char **pout, in test_rng_get_seed()242 static int test_rng_enable_locking(void *vtest) in test_rng_enable_locking()256 static int test_rng_lock(void *vtest) in test_rng_lock()[all …]
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()
Completed in 4 milliseconds