Searched refs:seeding (Results 1 – 25 of 39) sorted by relevance
12
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_rand_get_entropy.pod | 38 ossl_rand_get_entropy() retrieves seeding material from the operating system. 39 The seeding material will have at least I<entropy> bytes of randomness and is 45 except that it retrieves the seeding material from the library context's 66 that it retrieves the seeding material from the library context's DRBG
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_RAND.pod | 185 the DRBG is seeding or reseeding. 227 for automatically seeding and reseeding its <primary> DRBG. The 243 =head2 Reseeding the primary DRBG with automatic seeding enabled 282 =head2 Reseeding the primary DRBG with automatic seeding disabled 286 RAND_add() needs to be called for initial seeding and periodic reseeding. 288 the (re-)seeding of the DRBG will fail. This corresponds to one and a half 292 More precisely, the number of bytes needed for seeding depend on the
|
| H A D | RAND.pod | 17 and network packet timings, can be reasonable sources of seeding material. 31 Although (re-)seeding is automatic, it can fail because no trusted random source
|
| H A D | EVP_RAND-SEED-SRC.pod | 9 Support for deterministic random number generator seeding through the
|
| H A D | EVP_RAND-JITTER.pod | 9 Support for deterministic random number generator seeding through the
|
| H A D | provider-rand.pod | 83 seeding purposes. If NULL and the specific instance supports it, the 84 operating system will be used for seeding. 122 seeding material from their parent. The seed bytes will meet the specified
|
| /freebsd/crypto/openssl/providers/implementations/rands/ |
| H A D | build.info | 1 SUBDIRS=seeding
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | DSA_generate_key.pod | 27 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| H A D | RSA_sign_ASN1_OCTET_STRING.pod | 38 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| H A D | RAND_egd.pod | 34 OpenSSL can be configured at build time to try to use the EGD for seeding
|
| H A D | DSA_sign.pod | 49 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| H A D | RAND_load_file.pod | 71 bytes written were generated without appropriate seeding.
|
| H A D | EVP_SealInit.pod | 59 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| H A D | RSA_generate_key.pod | 43 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| H A D | RAND_add.pod | 32 In general, manual (re-)seeding of the default OpenSSL random generator
|
| H A D | EVP_SignInit.pod | 64 be seeded. If the automatic seeding or reseeding of the OpenSSL CSPRNG fails
|
| H A D | RSA_padding_add_PKCS1_type_1.pod | 99 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| H A D | EVP_DigestVerifyInit.pod | 152 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| H A D | EVP_DigestSignInit.pod | 162 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| H A D | BN_generate_prime.pod | 116 If the automatic seeding or reseeding of the OpenSSL CSPRNG fails due to
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | random | 41 // constructors and seeding functions 103 // constructors and seeding functions 163 // constructors and seeding functions 213 // constructors and seeding functions 266 // constructors and seeding functions 319 // constructors and seeding functions
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | random | 41 // constructors and seeding functions 103 // constructors and seeding functions 163 // constructors and seeding functions 213 // constructors and seeding functions 266 // constructors and seeding functions 319 // constructors and seeding functions
|
| /freebsd/contrib/unbound/doc/ |
| H A D | README | 100 o The warning 'openssl has no entropy, seeding with time', with chroot
|
| /freebsd/crypto/openssl/ |
| H A D | INSTALL.md | 23 - [Seeding the Random Generator](#seeding-the-random-generator) 478 A comma separated list of seeding methods which will be tried by OpenSSL 479 in order to obtain random input (a.k.a "entropy") for seeding its 481 The current seeding methods are: 515 Disable automatic seeding. This is the default on some operating systems where 1985 The seeding method can be configured using the `--with-rand-seed` option, 1997 II) On systems without such a suitable randomness source, automatic seeding
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | util.h.in | 333 * \return 0 if seeding succeeds, 1 if it fails
|
12