Searched refs:RAND_seed (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
D | RAND_add.pod | 5 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>.
|
D | RAND_set_rand_method.pod | 45 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
|
/third_party/openssl/include/openssl/ |
D | rand.h | 46 void RAND_seed(const void *buf, int num);
|
/third_party/openssl/test/ |
D | drbgtest.c | 977 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/ |
D | rand_lib.c | 900 void RAND_seed(const void *buf, int num) in RAND_seed() function
|
/third_party/openssl/doc/man7/ |
D | RAND_DRBG.pod | 203 (or L<RAND_seed(3)>), then this will immediately reseed the <master> DRBG.
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2013 #define RAND_seed BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_seed) macro
|
/third_party/openssl/ |
D | CHANGES | 803 *) 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/ |
D | libcrypto.num | 1073 RAND_seed 1067 1_1_0 EXIST::FUNCTION:
|