Home
last modified time | relevance | path

Searched refs:prediction_resistance (Results 1 – 18 of 18) sorted by relevance

/openssl/crypto/evp/
H A Devp_rand.c502 (EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, in evp_rand_instantiate_locked() argument
510 int prediction_resistance, in EVP_RAND_instantiate() argument
518 res = evp_rand_instantiate_locked(ctx, strength, prediction_resistance, in EVP_RAND_instantiate()
542 int prediction_resistance, in evp_rand_generate_locked() argument
559 prediction_resistance, addin, addin_len)) { in evp_rand_generate_locked()
567 prediction_resistance = 0; in evp_rand_generate_locked()
573 unsigned int strength, int prediction_resistance, in EVP_RAND_generate() argument
581 prediction_resistance, addin, addin_len); in EVP_RAND_generate()
591 return ctx->meth->reseed(ctx->algctx, prediction_resistance, in evp_rand_reseed_locked()
596 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance, in EVP_RAND_reseed() argument
[all …]
/openssl/providers/implementations/rands/
H A Dseed_src.c72 int prediction_resistance, in seed_src_instantiate() argument
92 ossl_unused int prediction_resistance, in seed_src_generate() argument
124 ossl_unused int prediction_resistance, in seed_src_reseed() argument
179 int prediction_resistance, in seed_get_seed() argument
204 if (seed_src_generate(vseed, p, bytes_needed, 0, prediction_resistance, in seed_get_seed()
H A Ddrbg_local.h196 int prediction_resistance,
201 int ossl_prov_drbg_reseed(PROV_DRBG *drbg, int prediction_resistance,
206 unsigned int strength, int prediction_resistance,
255 int prediction_resistance);
H A Ddrbg.c147 size_t max_len, int prediction_resistance, in ossl_drbg_get_seed() argument
178 drbg->strength, prediction_resistance, in ossl_drbg_get_seed()
197 int prediction_resistance) in get_entropy() argument
205 prediction_resistance); in get_entropy()
243 min_len, max_len, prediction_resistance, in get_entropy()
356 int prediction_resistance, in ossl_prov_drbg_instantiate() argument
447 prediction_resistance); in ossl_prov_drbg_instantiate()
495 int ossl_prov_drbg_reseed(PROV_DRBG *drbg, int prediction_resistance, in ossl_prov_drbg_reseed() argument
575 prediction_resistance); in ossl_prov_drbg_reseed()
667 if (reseed_required || prediction_resistance) { in ossl_prov_drbg_generate()
[all …]
H A Ddrbg_hmac.c144 int prediction_resistance, in drbg_hmac_instantiate_wrapper() argument
153 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hmac_instantiate_wrapper()
175 static int drbg_hmac_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_hmac_reseed_wrapper() argument
181 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, in drbg_hmac_reseed_wrapper()
242 int prediction_resistance, const unsigned char *adin, size_t adin_len) in drbg_hmac_generate_wrapper() argument
247 prediction_resistance, adin, adin_len); in drbg_hmac_generate_wrapper()
H A Ddrbg_hash.c267 int prediction_resistance, in drbg_hash_instantiate_wrapper() argument
276 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hash_instantiate_wrapper()
304 static int drbg_hash_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_hash_reseed_wrapper() argument
310 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, in drbg_hash_reseed_wrapper()
354 int prediction_resistance, const unsigned char *adin, size_t adin_len) in drbg_hash_generate_wrapper() argument
359 prediction_resistance, adin, adin_len); in drbg_hash_generate_wrapper()
H A Dtest_rng.c78 int prediction_resistance, in test_rng_instantiate() argument
103 unsigned int strength, int prediction_resistance, in test_rng_generate() argument
116 ossl_unused int prediction_resistance, in test_rng_reseed() argument
232 ossl_unused int prediction_resistance, in test_rng_get_seed() argument
H A Ddrbg_ctr.c327 int prediction_resistance, in drbg_ctr_instantiate_wrapper() argument
336 return ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_ctr_instantiate_wrapper()
355 static int drbg_ctr_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_ctr_reseed_wrapper() argument
361 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, in drbg_ctr_reseed_wrapper()
453 unsigned int strength, int prediction_resistance, in drbg_ctr_generate_wrapper() argument
459 prediction_resistance, adin, adin_len); in drbg_ctr_generate_wrapper()
H A Dcrngt.c100 int prediction_resistance) in ossl_crngt_get_entropy() argument
/openssl/fuzz/
H A Dfuzz_rand.c42 ossl_unused int prediction_resistance, in fuzz_rand_instantiate() argument
60 ossl_unused int prediction_resistance, in fuzz_rand_generate() argument
/openssl/doc/man7/
H A Dprovider-rand.pod28 int prediction_resistance,
33 unsigned int strength, int prediction_resistance,
35 int OSSL_FUNC_rand_reseed(void *ctx, int prediction_resistance,
45 int prediction_resistance,
99 security I<strength>. In addition, I<prediction_resistance> can be requested.
111 if I<prediction_resistance> is true, the bytes will be produced after reseeding
124 and I<max_len> inclusive bytes in total. If I<prediction_resistance> is
/openssl/test/testutil/
H A Dfake_random.c51 ossl_unused int prediction_resistance, in fake_rand_instantiate() argument
71 unsigned int strength, int prediction_resistance, in fake_rand_generate() argument
/openssl/test/
H A Dprovfetchtest.c100 int prediction_resistance, in dummy_rand_instantiate() argument
113 unsigned int strength, int prediction_resistance, in dummy_rand_generate() argument
H A Devp_test.c2432 int prediction_resistance; member
2559 rdata->prediction_resistance = atoi(value) != 0; in rand_test_parse()
2611 expected->prediction_resistance, z, in rand_test_run()
2624 (expected->ctx, expected->prediction_resistance, in rand_test_run()
2639 strength, expected->prediction_resistance, in rand_test_run()
2653 strength, expected->prediction_resistance, in rand_test_run()
/openssl/doc/man3/
H A DEVP_RAND.pod54 int prediction_resistance,
59 unsigned int strength, int prediction_resistance,
61 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance,
132 If I<prediction_resistance> is specified, fresh entropy from a live source
142 If I<prediction_resistance> is specified, fresh entropy from a live source
150 operating system. If I<prediction_resistance> is specified, fresh entropy
/openssl/include/openssl/
H A Dcore_dispatch.h463 int prediction_resistance,
469 unsigned int strength, int prediction_resistance,
472 (void *vctx, int prediction_resistance,
501 int prediction_resistance,
H A Devp.h1272 int prediction_resistance,
1278 int prediction_resistance,
1280 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance,
/openssl/providers/fips/
H A Dself_test_kats.c258 int prediction_resistance = 1; /* Causes a reseed */ in self_test_drbg() local
319 prediction_resistance, in self_test_drbg()
335 prediction_resistance, in self_test_drbg()

Completed in 124 milliseconds