Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DRAND_add.pod5 RAND_add, RAND_poll, RAND_seed, RAND_status, RAND_event, RAND_screen,
17 void RAND_seed(const void *buf, int num);
58 RAND_seed() is equivalent to RAND_add() with B<randomness> set to B<num>.
DRAND_set_rand_method.pod45 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
/third_party/openssl/include/openssl/
Drand.h46 void RAND_seed(const void *buf, int num);
/third_party/openssl/test/
Ddrbgtest.c977 RAND_seed(rand_buf, rand_buflen); in test_rand_seed()
1002 RAND_seed(rand_buf, sizeof(rand_buf)); in test_rand_add()
/third_party/openssl/crypto/rand/
Drand_lib.c900 void RAND_seed(const void *buf, int num) in RAND_seed() function
/third_party/openssl/doc/man7/
DRAND_DRBG.pod203 (or L<RAND_seed(3)>), then this will immediately reseed the <master> DRBG.
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2013 #define RAND_seed BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_seed) macro
/third_party/openssl/
DCHANGES803 *) Fixed the issue that RAND_add()/RAND_seed() silently discards random input
2710 return value is ignored. NB. The functions RAND_add(), RAND_seed(),
11511 RAND_seed, but takes an extra argument for an entropy estimate
11512 (RAND_seed always assumes full entropy).
/third_party/openssl/util/
Dlibcrypto.num1073 RAND_seed 1067 1_1_0 EXIST::FUNCTION: