Searched defs:vtest (Results 1 – 2 of 2) sorted by relevance
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()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()182 static int test_rng_get_ctx_params(void *vtest, OSSL_PARAM params[]) in test_rng_get_ctx_params()283 static int test_rng_verify_zeroization(ossl_unused void *vtest) in test_rng_verify_zeroization()288 static size_t test_rng_get_seed(void *vtest, unsigned char **pout, in test_rng_get_seed()300 static int test_rng_enable_locking(void *vtest) in test_rng_enable_locking()314 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 10 milliseconds