Searched refs:seeds (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/ |
H A D | info.c | 140 static char seeds[512] = ""; in DEFINE_RUN_ONCE_STATIC() local 144 if (seeds[0] != '\0') \ in DEFINE_RUN_ONCE_STATIC() 145 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 146 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 158 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 160 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 163 OPENSSL_strlcat(seeds, ")", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC() 199 seed_sources = seeds; in DEFINE_RUN_ONCE_STATIC()
|
/openssl/doc/man1/ |
H A D | openssl-info.pod.in | 18 [B<-seeds>] 69 =item B<-seeds>
|
/openssl/doc/man7/ |
H A D | EVP_RAND-JITTER.pod | 17 -random-generators> and B<openssl info -seeds>.
|
H A D | RAND.pod | 24 It seeds and reseeds itself automatically using trusted random sources
|
H A D | EVP_RAND.pod | 158 A DRBG instance seeds itself automatically, pulling random input from
|
/openssl/doc/man3/ |
H A D | EVP_PKEY_CTX_set_tls1_prf_md.pod | 56 The total length of all seeds cannot exceed 1024 bytes in length: this should
|
/openssl/test/ |
H A D | README.md | 172 test ordering will be randomised. This additionally seeds the random number
|
/openssl/ |
H A D | CHANGES.md | 4267 using an AES-CTR bit stream and which seeds and reseeds itself 6159 Add default OpenSSL DRBG handling: sets up FIPS PRNG and seeds with
|
Completed in 52 milliseconds