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_bytes
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tls/
tls_prng_dev.c
118
size_t
rand_bytes
;
local
124
rand_bytes
= sizeof(buffer);
126
rand_bytes
= len;
128
count = timed_read(dev->fd, buffer,
rand_bytes
, dev->timeout, (void *) 0);
137
myname, (long)
rand_bytes
, dev->name);
/src/external/gpl2/lvm2/dist/test/
mkdtemp
33
rand_bytes
()
function
110
X=$(
rand_bytes
$nx)
/src/crypto/external/apache2/openssl/dist/test/
drbgtest.c
59
static int
rand_bytes
(unsigned char *buf, int num)
function
159
* Generates random output using
rand_bytes
() and rand_priv_bytes()
214
if (!TEST_int_eq(
rand_bytes
((unsigned char *)public_random,
533
if (!TEST_int_gt(
RAND_bytes
(random, 1), 0) || !TEST_int_gt(RAND_priv_bytes(random, 1), 0))
692
if (
rand_bytes
(buf, sizeof(buf)) <= 0)
/src/crypto/external/bsd/openssl/dist/test/
drbgtest.c
65
static int
rand_bytes
(unsigned char *buf, int num)
function
166
* Generates random output using
rand_bytes
() and rand_priv_bytes()
222
if (!TEST_int_eq(
rand_bytes
((unsigned char*)public_random,
542
if (!TEST_int_gt(
RAND_bytes
(random, 1), 0) || !TEST_int_gt(RAND_priv_bytes(random, 1), 0))
701
if (
rand_bytes
(buf, sizeof(buf)) <= 0)
Completed in 189 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026