Searched refs:seeds (Results 1 – 6 of 6) sorted by relevance
/openssl-master/crypto/ |
A D | info.c | 105 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 D | openssl-info.pod.in | 18 [B<-seeds>] 68 =item B<-seeds>
|
/openssl-master/doc/man3/ |
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-master/doc/man7/ |
A D | RAND.pod | 24 It seeds and reseeds itself automatically using trusted random sources
|
A D | EVP_RAND.pod | 158 A DRBG instance seeds itself automatically, pulling random input from
|
/openssl-master/ |
A D | CHANGES.md | 2322 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