Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dinfo.c105 static char seeds[512] = ""; in DEFINE_RUN_ONCE_STATIC() local
109 if (seeds[0] != '\0') \ in DEFINE_RUN_ONCE_STATIC()
110 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
111 OPENSSL_strlcat(seeds, str, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
123 OPENSSL_strlcat(seeds, " ", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
125 OPENSSL_strlcat(seeds, *p, sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
128 OPENSSL_strlcat(seeds, ")", sizeof(seeds)); \ in DEFINE_RUN_ONCE_STATIC()
155 seed_sources = seeds; in DEFINE_RUN_ONCE_STATIC()
/openssl-master/doc/man1/
A Dopenssl-info.pod.in18 [B<-seeds>]
68 =item B<-seeds>
/openssl-master/doc/man3/
A DEVP_PKEY_CTX_set_tls1_prf_md.pod56 The total length of all seeds cannot exceed 1024 bytes in length: this should
/openssl-master/doc/man7/
A DRAND.pod24 It seeds and reseeds itself automatically using trusted random sources
A DEVP_RAND.pod158 A DRBG instance seeds itself automatically, pulling random input from
/openssl-master/
A DCHANGES.md2322 using an AES-CTR bit stream and which seeds and reseeds itself
4214 Add default OpenSSL DRBG handling: sets up FIPS PRNG and seeds with

Completed in 23 milliseconds