Home
last modified time | relevance | path

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

/openssl/test/
H A Ddrbgtest.c42 static int gen_bytes(EVP_RAND_CTX *drbg, unsigned char *buf, int num) in gen_bytes() function
61 return gen_bytes(RAND_get0_public(NULL), buf, num); in rand_bytes()
66 return gen_bytes(RAND_get0_private(NULL), buf, num); in rand_priv_bytes()

Completed in 5 milliseconds