Searched refs:reseed (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/libkern/ |
H A D | arc4random.c | 194 arc4rand(void *ptr, u_int len, int reseed) 202 if (__predict_false(reseed)) 204 if (__predict_false(reseed ||
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RAND_get0_primary.pod | 26 directly, but is used internally to reseed the other two instances. 56 During initialization, it is possible to change the reseed interval 57 and reseed time interval.
|
H A D | RAND_add.pod | 60 additional data only and this does not count as a full reseed.
|
/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | drbg.c | 568 if (!drbg->reseed(drbg, NULL, 0, ent, ent_len)) { in ossl_prov_drbg_reseed() 573 if (!drbg->reseed(drbg, ent, ent_len, adin, adinlen)) { in ossl_prov_drbg_reseed() 593 if (!drbg->reseed(drbg, entropy, entropylen, adin, adinlen)) in ossl_prov_drbg_reseed() 779 int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, in ossl_rand_drbg_new() 800 drbg->reseed = reseed; in ossl_rand_drbg_new()
|
H A D | drbg_local.h | 25 /* Maximum reseed intervals */ 29 /* Default reseed intervals */ 83 int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, member 103 * openssl_get_fork_id(). Used to provide fork-safety and reseed this 136 * Counts the number of generate requests since the last reseed 142 * Maximum number of generate requests until a reseed is required. 190 int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len,
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_rand.c | 38 OSSL_FUNC_rand_reseed_fn *reseed; member 170 if (rand->reseed != NULL) in evp_rand_from_algorithm() 172 rand->reseed = OSSL_FUNC_rand_reseed(fns); in evp_rand_from_algorithm() 590 if (ctx->meth->reseed != NULL) in evp_rand_reseed_locked() 591 return ctx->meth->reseed(ctx->algctx, prediction_resistance, in evp_rand_reseed_locked()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 205 reseed them manually: 207 (or L<RAND_seed(3)>), then this will immediately reseed the <primary> DRBG. 209 call and reseed, pulling randomness from <primary>. 241 However, both calls are permitted, and do reseed the RNG. 253 reseed counter is not reset.
|
/freebsd/sys/netinet/ |
H A D | tcp_syncache.h | 114 struct callout reseed; member
|
H A D | tcp_syncache.c | 297 callout_init(&V_tcp_syncache.secret.reseed, 1); in syncache_init() 300 callout_reset(&V_tcp_syncache.secret.reseed, SYNCOOKIE_LIFETIME * hz, in syncache_init() 324 callout_drain(&V_tcp_syncache.secret.reseed); in syncache_destroy() 2408 callout_schedule(&sc->secret.reseed, SYNCOOKIE_LIFETIME * hz); in syncookie_reseed()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 1073 PROV_R_RESEED_ERROR:197:reseed error 1089 PROV_R_UNABLE_TO_RESEED:204:unable to reseed 1134 RAND_R_RESEED_ERROR:118:reseed error 1141 unable to get parent reseed prop counter
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 1778 to install additional support software to obtain a random seed and reseed
|
/freebsd/share/dict/ |
H A D | web2 | 167727 reseed
|