Home
last modified time | relevance | path

Searched full:reseeded (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/test/
H A Ddrbgtest.c167 * and checks whether the three shared DRBGs were reseeded as
174 * 1: it is expected that the specified DRBG is reseeded
175 * 0: it is expected that the specified DRBG is not reseeded
176 * -1: don't check whether the specified DRBG was reseeded or not
241 /* Test whether primary DRBG was reseeded as expected */ in test_drbg_reseed()
247 /* Test whether public DRBG was reseeded as expected */ in test_drbg_reseed()
255 /* Test whether public DRBG was reseeded as expected */ in test_drbg_reseed()
331 * Test whether primary, public and private DRBG are reseeded
612 * Test whether the public and private DRBG are both reseeded when their in test_rand_reseed()
623 * Test whether the public DRBG is reseeded when its reseed counter differs in test_rand_reseed()
[all …]
/freebsd/sys/netinet6/
H A Dip6_id.c107 const long ru_out; /* Time after which will be reseeded */
127 180, /* Time after which will be reseeded */
138 180, /* Time after which will be reseeded */
/freebsd/libexec/rc/rc.d/
H A Drandom96 # can be reseeded
/freebsd/crypto/openssl/doc/man3/
H A DEVP_RAND.pod315 Specifies the number of times the DRBG has been seeded or reseeded.
338 private DRBGs to be reseeded on next use. Since, by default, public and
/freebsd/lib/libc/gen/
H A Darc4random.h129 * seed version has changed. (That is, the root random(4) has reseeded from
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_RAND.3437 Specifies the number of times the \s-1DRBG\s0 has been seeded or reseeded.
462 private DRBGs to be reseeded on next use. Since, by default, public and
/freebsd/sys/dev/random/
H A Divy.c75 * machines lacking RDSEED will guarantee RDRAND is reseeded every 8kB in x86_rdrand_store()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_local.h102 * reseeded. The DRBG reseeds automatically whenever drbg->fork_id !=
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml186 Prevents the channel from being reseeded if the long-term average
524 Prevents the trackpad channels from being reseeded if the long-term
H A Diqs269a.yaml296 Prevents the channel from being reseeded if the long-term average
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-rand.pod240 Specifies the number of times the DRBG has been seeded or reseeded.
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_brng.c301 * nothing about the reseeded key (which came from the root BRNG). in fxrng_brng_read()
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-rand.7370 Specifies the number of times the \s-1DRBG\s0 has been seeded or reseeded.
/freebsd/contrib/bearssl/inc/
H A Dbearssl_rand.h88 * be reseeded at least once every 2<sup>48</sup> requests. This
/freebsd/crypto/openssl/crypto/evp/
H A Devp_rand.c565 * subsequently, the DRBG has already been properly reseeded. in evp_rand_generate_locked()
/freebsd/share/man/man4/
H A Dtcp.4713 RFC 1948 initial sequence number calculations should be reseeded.
/freebsd/contrib/bc/manuals/
H A Dbcl.3.md1131 If necessary, the PRNG can be reseeded with one of the following functions:
H A Dbcl.31373 If necessary, the PRNG can be reseeded with one of the following
/freebsd/crypto/openssh/
H A DChangeLog5236 prevent a delay on each connection as sshd reseeded itself.
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc5636 random_(0), // Will be reseeded before first use. in UnitTestImpl()