/third_party/mbedtls/tests/suites/ |
D | test_suite_ctr_drbg.function | 9 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 …]
|
D | test_suite_hmac_drbg.function | 60 /* 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) */
|
D | test_suite_ctr_drbg.data | 993 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/ |
D | RAND_DRBG_reseed.pod | 9 - 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
|
D | RAND_DRBG_generate.pod | 28 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
|
D | RAND_DRBG_get0_master.pod | 27 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/ |
D | randen_engine.h | 89 reseed(seq); in seed() 104 void reseed(SeedSequence& seq) { in reseed() function
|
D | pcg_engine.h | 96 reseed(seq); in seed() 203 void reseed(SeedSequence& seq) { in reseed() function
|
/third_party/abseil-cpp/absl/random/internal/ |
D | randen_engine.h | 88 reseed(seq); in seed() 103 void reseed(SeedSequence& seq) { in reseed() function
|
D | pcg_engine.h | 95 reseed(seq); in seed() 202 void reseed(SeedSequence& seq) { in reseed() function
|
/third_party/skia/third_party/externals/angle2/util/ |
D | random_utils.cpp | 31 void RNG::reseed(unsigned int newSeed) in reseed() function in angle::RNG
|
D | random_utils.h | 31 void reseed(unsigned int newSeed);
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | random_utils.cpp | 31 void RNG::reseed(unsigned int newSeed) in reseed() function in angle::RNG
|
D | random_utils.h | 31 void reseed(unsigned int newSeed);
|
/third_party/openssl/doc/man7/ |
D | RAND_DRBG.pod | 201 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/ |
D | rand_local.h | 131 RAND_DRBG_reseed_fn reseed; member
|
D | drbg_lib.c | 441 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/ |
D | ReadPixelsTest.cpp | 502 mRNG.reseed(level + layer * 32); in getColorValue()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ReadPixelsTest.cpp | 844 mRNG.reseed(level + layer * 32); in getColorValue()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 113 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/ |
D | pngstest.c | 113 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/ |
D | pngstest.c | 113 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/ |
D | INSTALL | 1287 to install additional support software to obtain a random seed and reseed
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2508 RAND_R_RESEED_ERROR:118:reseed error
|
/third_party/mbedtls/ |
D | ChangeLog | 899 * In CTR_DRBG and HMAC_DRBG, don't reset the reseed interval in seed().
|