Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dinfo.c140 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 Dopenssl-info.pod.in18 [B<-seeds>]
68 =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.md4197 using an AES-CTR bit stream and which seeds and reseeds itself
6089 Add default OpenSSL DRBG handling: sets up FIPS PRNG and seeds with

Completed in 95 milliseconds