| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| rand_drbg.h | 75 int prediction_resistance); 77 int prediction_resistance, 110 int prediction_resistance);
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_rand.c | 511 static int evp_rand_instantiate_locked(EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, 514 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance, 519 int prediction_resistance, 527 res = evp_rand_instantiate_locked(ctx, strength, prediction_resistance, 551 int prediction_resistance, 568 prediction_resistance, addin, addin_len)) { 576 prediction_resistance = 0; 582 unsigned int strength, int prediction_resistance, 590 prediction_resistance, addin, addin_len); 595 static int evp_rand_reseed_locked(EVP_RAND_CTX *ctx, int prediction_resistance, [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| drbg_local.h | 197 int prediction_resistance, 202 int ossl_prov_drbg_reseed(PROV_DRBG *drbg, int prediction_resistance, 207 unsigned int strength, int prediction_resistance, 256 int prediction_resistance);
|
| seed_src.c | 72 int prediction_resistance, 92 ossl_unused int prediction_resistance, 124 ossl_unused int prediction_resistance, 179 int prediction_resistance, 204 if (seed_src_generate(vseed, p, bytes_needed, 0, prediction_resistance,
|
| test_rng.c | 78 int prediction_resistance, 103 unsigned int strength, int prediction_resistance, 116 ossl_unused int prediction_resistance, 232 ossl_unused int prediction_resistance,
|
| drbg_hash.c | 267 int prediction_resistance, 276 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, 304 static int drbg_hash_reseed_wrapper(void *vdrbg, int prediction_resistance, 310 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, 354 int prediction_resistance, const unsigned char *adin, size_t adin_len) 359 prediction_resistance, adin, adin_len);
|
| drbg_hmac.c | 144 int prediction_resistance, 153 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, 175 static int drbg_hmac_reseed_wrapper(void *vdrbg, int prediction_resistance, 181 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, 242 int prediction_resistance, const unsigned char *adin, size_t adin_len) 247 prediction_resistance, adin, adin_len);
|
| drbg.c | 146 size_t max_len, int prediction_resistance, 177 drbg->strength, prediction_resistance, 196 int prediction_resistance) 204 prediction_resistance); 247 min_len, max_len, prediction_resistance, 367 int prediction_resistance, 458 prediction_resistance); 506 int ossl_prov_drbg_reseed(PROV_DRBG *drbg, int prediction_resistance, 586 prediction_resistance); 612 * to or if |prediction_resistance| is set. Additional input can b [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_rand.c | 502 (EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, 505 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance, 510 int prediction_resistance, 518 res = evp_rand_instantiate_locked(ctx, strength, prediction_resistance, 542 int prediction_resistance, 559 prediction_resistance, addin, addin_len)) { 567 prediction_resistance = 0; 573 unsigned int strength, int prediction_resistance, 581 prediction_resistance, addin, addin_len); 586 static int evp_rand_reseed_locked(EVP_RAND_CTX *ctx, int prediction_resistance, [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/ |
| drbg_local.h | 182 int prediction_resistance, 187 int ossl_prov_drbg_reseed(PROV_DRBG *drbg, int prediction_resistance, 192 unsigned int strength, int prediction_resistance,
|
| seed_src.c | 70 int prediction_resistance, 90 ossl_unused int prediction_resistance, 127 ossl_unused int prediction_resistance, 182 int prediction_resistance,
|
| seed_src_jitter.c | 146 int prediction_resistance, 176 ossl_unused int prediction_resistance, 213 ossl_unused int prediction_resistance, 269 int prediction_resistance,
|
| fips_crng_test.c | 232 int prediction_resistance, 253 unsigned int strength, int prediction_resistance, 259 if (!crng_test_get_seed(crngt, &p, 0, outlen, outlen, prediction_resistance, 268 ossl_unused int prediction_resistance, 285 int prediction_resistance, 309 min_len, max_len, prediction_resistance,
|
| drbg.c | 146 size_t max_len, int prediction_resistance, 175 drbg->strength, prediction_resistance, 194 int prediction_resistance) 240 min_len, max_len, prediction_resistance, 350 int prediction_resistance, 438 prediction_resistance); 480 int prediction_resistance, 562 prediction_resistance); 593 int ossl_prov_drbg_reseed(PROV_DRBG *drbg, int prediction_resistance, 602 ret = ossl_prov_drbg_reseed_unlocked(drbg, prediction_resistance, ent [all...] |
| test_rng.c | 82 int prediction_resistance, 128 unsigned int strength, int prediction_resistance, 150 ossl_unused int prediction_resistance, 291 ossl_unused int prediction_resistance,
|
| drbg_hash.c | 272 int prediction_resistance, 286 ret = ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, 318 static int drbg_hash_reseed_wrapper(void *vdrbg, int prediction_resistance, 324 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, 367 int prediction_resistance, const unsigned char *adin, size_t adin_len) 372 prediction_resistance, adin, adin_len);
|
| drbg_hmac.c | 145 int prediction_resistance, 159 ret = ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, 187 static int drbg_hmac_reseed_wrapper(void *vdrbg, int prediction_resistance, 193 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, 261 int prediction_resistance, const unsigned char *adin, size_t adin_len) 266 prediction_resistance, adin, adin_len);
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| fuzz_rand.c | 42 ossl_unused int prediction_resistance, 60 ossl_unused int prediction_resistance,
|
| /src/crypto/external/bsd/openssl/dist/fuzz/ |
| fuzz_rand.c | 42 ossl_unused int prediction_resistance, 60 ossl_unused int prediction_resistance,
|
| /src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
| rand.h | 48 int prediction_resistance);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| provfetchtest.c | 100 int prediction_resistance, 113 unsigned int strength, int prediction_resistance,
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| fake_random.c | 51 ossl_unused int prediction_resistance, 71 unsigned int strength, int prediction_resistance,
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| provfetchtest.c | 100 int prediction_resistance, 113 unsigned int strength, int prediction_resistance,
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| fake_random.c | 51 ossl_unused int prediction_resistance, 71 unsigned int strength, int prediction_resistance,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
| drbg_lib.c | 403 int prediction_resistance) 429 prediction_resistance); 558 * to or if |prediction_resistance| is set. Additional input can be 567 int prediction_resistance, 618 if (reseed_required || prediction_resistance) { 619 if (!RAND_DRBG_reseed(drbg, adin, adinlen, prediction_resistance)) {
|