OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rand_priv_bytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
drbgtest.c
64
static int
rand_priv_bytes
(unsigned char *buf, int num)
function
159
* Generates random output using rand_bytes() and
rand_priv_bytes
()
217
|| !TEST_int_eq(
rand_priv_bytes
((unsigned char *)private_random,
533
if (!TEST_int_gt(RAND_bytes(random, 1), 0) || !TEST_int_gt(
RAND_priv_bytes
(random, 1), 0))
694
if (
rand_priv_bytes
(buf, sizeof(buf)) <= 0)
/src/crypto/external/bsd/openssl/dist/test/
drbgtest.c
70
static int
rand_priv_bytes
(unsigned char *buf, int num)
function
166
* Generates random output using rand_bytes() and
rand_priv_bytes
()
224
|| !TEST_int_eq(
rand_priv_bytes
((unsigned char*) private_random,
542
if (!TEST_int_gt(RAND_bytes(random, 1), 0) || !TEST_int_gt(
RAND_priv_bytes
(random, 1), 0))
703
if (
rand_priv_bytes
(buf, sizeof(buf)) <= 0)
Completed in 23 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026