Searched defs:rand (Results 1 – 8 of 8) sorted by relevance
54 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_up_ref() local64 EVP_RAND *rand = (EVP_RAND *)vrand; in evp_rand_free() local80 EVP_RAND *rand = OPENSSL_zalloc(sizeof(*rand)); in evp_rand_new() local92 int EVP_RAND_enable_locking(EVP_RAND_CTX *rand) in EVP_RAND_enable_locking()101 static int evp_rand_lock(EVP_RAND_CTX *rand) in evp_rand_lock()109 static void evp_rand_unlock(EVP_RAND_CTX *rand) in evp_rand_unlock()120 EVP_RAND *rand = NULL; in evp_rand_from_algorithm() local281 int EVP_RAND_up_ref(EVP_RAND *rand) in EVP_RAND_up_ref()286 void EVP_RAND_free(EVP_RAND *rand) in EVP_RAND_free()291 int evp_rand_get_number(const EVP_RAND *rand) in evp_rand_get_number()[all …]
291 EVP_RAND_CTX *rand; in RAND_status() local321 EVP_RAND_CTX *rand; in RAND_priv_bytes_ex() local350 EVP_RAND_CTX *rand; in RAND_bytes_ex() local510 EVP_RAND_CTX *rand; in rand_delete_thread_state() local527 EVP_RAND *rand; in rand_new_seed() local557 EVP_RAND *rand; in rand_new_drbg() local670 EVP_RAND_CTX *rand, *primary; in RAND_get0_public() local703 EVP_RAND_CTX *rand, *primary; in RAND_get0_private() local
255 EVP_RAND *rand; in self_test_drbg() local
382 static void collect_rands(EVP_RAND *rand, void *stack) in collect_rands()431 EVP_RAND *rand; in display_random() local
802 EVP_RAND *rand = NULL; in new_drbg() local
1313 EVP_RAND *rand = NULL; in drbg_test() local
2884 EVP_RAND *rand; in test_rand_agglomeration() local
2309 EVP_RAND *rand; in rand_test_init() local
Completed in 30 milliseconds