Home
last modified time | relevance | path

Searched refs:rand (Results 1 – 2 of 2) sorted by relevance

/apps/
A Dlist.c59 IS_FETCHABLE(rand, EVP_RAND) in IS_FETCHABLE()
391 static void collect_rands(EVP_RAND *rand, void *stack) in collect_rands() argument
395 if (is_rand_fetchable(rand) in collect_rands()
396 && EVP_RAND_up_ref(rand) in collect_rands()
397 && sk_EVP_RAND_push(rand_stack, rand) <= 0) in collect_rands()
398 EVP_RAND_free(rand); /* up-ref successful but push to stack failed */ in collect_rands()
441 EVP_RAND *rand; in display_random() local
450 rand = EVP_RAND_CTX_get0_rand(drbg); in display_random()
452 BIO_printf(bio_out, " %s", EVP_RAND_get0_name(rand)); in display_random()
454 OSSL_PROVIDER_get0_name(EVP_RAND_get0_provider(rand))); in display_random()
[all …]
A Dbuild.info18 pkcs8.c pkey.c pkeyparam.c pkeyutl.c prime.c rand.c req.c \

Completed in 7 milliseconds