Home
last modified time | relevance | path

Searched refs:reseed (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function9 RESEED_NEVER, /* never reseed */
10 RESEED_FIRST, /* instantiate, reseed, generate, generate */
11 RESEED_SECOND, /* instantiate, generate, reseed, generate */
12 RESEED_ALWAYS /* prediction resistance, no explicit reseed */
29 data_t * reseed,
61 * reseed[:reseed->len]) */
64 reseed->x, reseed->len ) == 0 );
68 /* Then reseed if prediction resistance is enabled. */
78 * reseed[:reseed->len]) */
81 reseed->x, reseed->len ) == 0 );
[all …]
Dtest_suite_hmac_drbg.function60 /* Set reseed interval before seed */
70 /* By default, PR is off, and reseed interval was set to
86 /* There have been 2 * reps calls to random. The next call should reseed */
91 /* Set reseed interval after seed */
94 /* The new few calls should not reseed */
103 /* Now enable PR, so the next few calls should all reseed */
165 /* Make sure it never tries to reseed (would segfault otherwise) */
Dtest_suite_ctr_drbg.data993 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,0) block 1 #0
997 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,256) block 1 #0
1001 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,0) block 2 #0
1005 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,256) block 2 #0
1009 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,0) block 3 #0
1013 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,256) block 3 #0
1017 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,0) block 4 #0
1021 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,256) block 4 #0
1025 CTR_DRBG CAVS 14.3 (AES-128 use df,no reseed,128,64,0,0) block 1 #0
1029 CTR_DRBG CAVS 14.3 (AES-128 use df,no reseed,128,64,0,128) block 1 #0
[all …]
/third_party/openssl/doc/man3/
DRAND_DRBG_reseed.pod9 - reseed a RAND_DRBG instance
47 sets the reseed interval of the B<drbg>, which is the maximum allowed number
49 If B<interval> > 0, then the B<drbg> will reseed automatically whenever the
50 number of generate requests since its last seeding exceeds the given reseed
56 sets the reseed time interval of the B<drbg>, which is the maximum allowed
58 If B<interval> > 0, then the B<drbg> will reseed automatically whenever the
59 elapsed time since its last reseeding exceeds the given reseed time interval.
62 RAND_DRBG_set_reseed_defaults() sets the default values for the reseed interval
64 and the reseed time interval
81 so in general it is not necessary to reseed it explicitly, or to modify
DRAND_DRBG_generate.pod28 number of generate requests (I<reseed interval>) or the maximum timespan
29 (I<reseed time interval>) since its last seeding have been reached.
56 The I<reseed interval> and I<reseed time interval> of the B<drbg> are set to
DRAND_DRBG_get0_master.pod27 directly, but is used internally to reseed the other two instances.
52 During initialization, it is possible to change the reseed interval
53 and reseed time interval.
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_engine.h89 reseed(seq); in seed()
104 void reseed(SeedSequence& seq) { in reseed() function
Dpcg_engine.h96 reseed(seq); in seed()
203 void reseed(SeedSequence& seq) { in reseed() function
/third_party/abseil-cpp/absl/random/internal/
Dranden_engine.h88 reseed(seq); in seed()
103 void reseed(SeedSequence& seq) { in reseed() function
Dpcg_engine.h95 reseed(seq); in seed()
202 void reseed(SeedSequence& seq) { in reseed() function
/third_party/skia/third_party/externals/angle2/util/
Drandom_utils.cpp31 void RNG::reseed(unsigned int newSeed) in reseed() function in angle::RNG
Drandom_utils.h31 void reseed(unsigned int newSeed);
/third_party/flutter/skia/third_party/externals/angle2/util/
Drandom_utils.cpp31 void RNG::reseed(unsigned int newSeed) in reseed() function in angle::RNG
Drandom_utils.h31 void reseed(unsigned int newSeed);
/third_party/openssl/doc/man7/
DRAND_DRBG.pod201 reseed them manually:
203 (or L<RAND_seed(3)>), then this will immediately reseed the <master> DRBG.
205 call and reseed, pulling randomness from <master>.
238 However, both calls are permitted, and do reseed the RNG.
250 reseed counter is not reset.
/third_party/openssl/crypto/rand/
Drand_local.h131 RAND_DRBG_reseed_fn reseed; member
Ddrbg_lib.c441 if (!drbg->meth->reseed(drbg, entropy, entropylen, adin, adinlen)) in RAND_DRBG_reseed()
551 drbg->meth->reseed(drbg, adin, adinlen, NULL, 0); in rand_drbg_restart()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DReadPixelsTest.cpp502 mRNG.reseed(level + layer * 32); in getColorValue()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DReadPixelsTest.cpp844 mRNG.reseed(level + layer * 32); in getColorValue()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c113 reseed(void) in reseed() function
3452 reseed(); /* ensure that the random numbers don't depend on file order */ in test_one_file()
3509 reseed(); /* initialize random number seeds */ in main()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c113 reseed(void) in reseed() function
3452 reseed(); /* ensure that the random numbers don't depend on file order */ in test_one_file()
3509 reseed(); /* initialize random number seeds */ in main()
/third_party/libpng/contrib/libtests/
Dpngstest.c113 reseed(void) in reseed() function
3452 reseed(); /* ensure that the random numbers don't depend on file order */ in test_one_file()
3509 reseed(); /* initialize random number seeds */ in main()
/third_party/openssl/
DINSTALL1287 to install additional support software to obtain a random seed and reseed
/third_party/openssl/crypto/err/
Dopenssl.txt2508 RAND_R_RESEED_ERROR:118:reseed error
/third_party/mbedtls/
DChangeLog899 * In CTR_DRBG and HMAC_DRBG, don't reset the reseed interval in seed().

12