Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dinfo.c147 static char seeds[512] = ""; in DEFINE_RUN_ONCE_STATIC() local
151 if (seeds[0] != '\0') \ in DEFINE_RUN_ONCE_STATIC()
152 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
153 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
165 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
167 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
170 OPENSSL_strlcat(seeds, ")", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
206 seed_sources = seeds; in DEFINE_RUN_ONCE_STATIC()
/openssl/doc/man1/
H A Dopenssl-info.pod.in18 [B<-seeds>]
69 =item B<-seeds>
/openssl/doc/man7/
H A DEVP_RAND-JITTER.pod17 -random-generators> and B<openssl info -seeds>.
H A DRAND.pod24 It seeds and reseeds itself automatically using trusted random sources
H A DEVP_RAND.pod158 A DRBG instance seeds itself automatically, pulling random input from
/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_tls1_prf_md.pod56 The total length of all seeds cannot exceed 1024 bytes in length: this should
/openssl/test/
H A DREADME.md172 test ordering will be randomised. This additionally seeds the random number
/openssl/
H A DCHANGES.md4292 using an AES-CTR bit stream and which seeds and reseeds itself
6184 Add default OpenSSL DRBG handling: sets up FIPS PRNG and seeds with

Completed in 66 milliseconds