/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rand.h | 55 #define RAND_add hc_RAND_add macro 89 void RAND_add(const void *, size_t, double);
|
H A D | rand.c | 145 RAND_add(const void *indata, size_t size, double entropi) in RAND_add() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RAND_add.pod | 5 RAND_add, RAND_poll, RAND_seed, RAND_status, RAND_event, RAND_screen, 16 void RAND_add(const void *buf, int num, double randomness); 46 RAND_add() mixes the B<num> bytes at B<buf> into the internal state 58 RAND_seed() is equivalent to RAND_add() with B<randomness> set to B<num>.
|
H A D | RAND_egd.pod | 25 specified socket B<path>, and passes the data it receives into RAND_add(). 32 RAND_add() is not called. 48 L<RAND_add(3)>,
|
H A D | SSL_library_init.pod | 41 L<RAND_add(3)>
|
H A D | RAND_set_rand_method.pod | 45 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
|
H A D | RAND_load_file.pod | 74 L<RAND_add(3)>,
|
H A D | RAND_bytes.pod | 60 L<RAND_add(3)>,
|
H A D | BN_rand.pod | 65 L<RAND_add(3)>,
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | RAND_egd.pod | 25 specified socket B<path>, and passes the data it receives into RAND_add(). 32 RAND_add() is not called. 48 L<RAND_add(3)>,
|
H A D | RAND_add.pod | 5 RAND_add, RAND_poll, RAND_seed, RAND_status, RAND_event, RAND_screen, 16 void RAND_add(const void *buf, int num, double randomness); 46 RAND_add() mixes the B<num> bytes at B<buf> into the internal state 63 RAND_seed() is equivalent to RAND_add() with B<randomness> set to B<num>.
|
H A D | SSL_library_init.pod | 41 L<RAND_add(3)>
|
H A D | RAND_set_rand_method.pod | 54 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
|
H A D | RAND_load_file.pod | 74 L<RAND_add(3)>,
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_RAND.pod | 90 previously by L<RAND_add(3)>. 135 RAND_add() ==> <primary> <-| shared DRBG (with locking) | 206 If L<RAND_add(3)> is called with a positive I<randomness> argument 212 previous OpenSSL versions to call RAND_add() before calling RAND_bytes(). 239 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG 243 RAND_add() can be used to add both kinds of random input, depending on the 273 argument is ignored and the random bytes provided by the L<RAND_add(3)> and 280 RAND_add() needs to be called for initial seeding and periodic reseeding.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | RAND_DRBG.pod | 84 previously by L<RAND_add(3)>. 131 RAND_add() ==> <master> <-| shared DRBG (with locking) | 202 If L<RAND_add(3)> is called with a positive I<randomness> argument 208 previous OpenSSL versions to call RAND_add() before calling RAND_bytes(). 236 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG 240 RAND_add() can be used to add both kinds of random input, depending on the 270 RAND_add() needs to be called for initial seeding and periodic reseeding.
|
H A D | RAND.pod | 70 L<RAND_add(3)>,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | rand.h | 52 void RAND_add(const void *buf, int num, double randomness);
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | crypto-rand.c | 61 RAND_add(buf, ret, 0.0); in seed_something()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | rand.h | 97 void RAND_add(const void *buf, int num, double randomness);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
H A D | rand_egd.c | 131 RAND_add(tempbuf, i, i);
|
H A D | randfile.c | 155 RAND_add(buf, i, (double)i); in RAND_load_file()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | rand_egd.c | 196 RAND_add(tempbuf, i, i); in RAND_query_egd_bytes()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | drbgtest.c | 815 RAND_add(rand_add_buf, sizeof(rand_add_buf), sizeof(rand_add_buf)); in test_rand_drbg_reseed() 827 RAND_add(rand_add_buf, sizeof(rand_add_buf), sizeof(rand_add_buf)); in test_rand_drbg_reseed() 1007 RAND_add(rand_buf, rand_buflen, 0.0); in test_rand_add()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 251 RAND_add.3 \
|