Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DRAND_DRBG_generate.pod6 RAND_DRBG_bytes
18 int RAND_DRBG_bytes(RAND_DRBG *drbg,
41 RAND_DRBG_bytes() generates B<outlen> random bytes using the given
51 RAND_DRBG_generate() and RAND_DRBG_bytes() return 1 on success,
DRAND_DRBG_reseed.pod99 L<RAND_DRBG_bytes(3)>,
/third_party/libcoap/tests/
Dvalgrind_suppression11 fun:RAND_DRBG_bytes
/third_party/openssl/doc/man7/
DRAND_DRBG.pod148 RAND_DRBG_bytes(<public>, ...) and RAND_DRBG_bytes(<private>, ...),
149 respectively. The method L<RAND_DRBG_bytes(3)> is a convenience method
218 This is in fact done automatically by L<RAND_DRBG_bytes(3)>.
281 L<RAND_DRBG_bytes(3)>,
/third_party/openssl/include/openssl/
Drand_drbg.h79 int RAND_DRBG_bytes(RAND_DRBG *drbg, unsigned char *out, size_t outlen);
/third_party/openssl/crypto/rand/
Ddrbg_lib.c656 int RAND_DRBG_bytes(RAND_DRBG *drbg, unsigned char *out, size_t outlen) in RAND_DRBG_bytes() function
967 ret = RAND_DRBG_bytes(drbg, out, count); in drbg_bytes()
Drand_lib.c931 return RAND_DRBG_bytes(drbg, buf, num); in RAND_priv_bytes()
/third_party/openssl/util/
Dlibcrypto.num4487 RAND_DRBG_bytes 4431 1_1_1 EXIST::FUNCTION: