Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Devp_rand.c522 int prediction_resistance, in EVP_RAND_instantiate() argument
554 int prediction_resistance, in evp_rand_generate_locked() argument
579 prediction_resistance = 0; in evp_rand_generate_locked()
585 unsigned int strength, int prediction_resistance, in EVP_RAND_generate() argument
603 return ctx->meth->reseed(ctx->algctx, prediction_resistance, in evp_rand_reseed_locked()
608 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance, in EVP_RAND_reseed() argument
616 res = evp_rand_reseed_locked(ctx, prediction_resistance, in EVP_RAND_reseed()
705 int prediction_resistance, in evp_rand_get_seed_locked() argument
712 prediction_resistance, in evp_rand_get_seed_locked()
720 int prediction_resistance, in evp_rand_get_seed() argument
[all …]
/openssl/providers/implementations/rands/
H A Ddrbg_local.h193 int prediction_resistance,
198 int ossl_prov_drbg_reseed(PROV_DRBG *drbg, int prediction_resistance,
203 unsigned int strength, int prediction_resistance,
254 int prediction_resistance);
H A Ddrbg.c146 size_t max_len, int prediction_resistance, in ossl_drbg_get_seed() argument
175 drbg->strength, prediction_resistance, in ossl_drbg_get_seed()
194 int prediction_resistance) in get_entropy() argument
239 min_len, max_len, prediction_resistance, in get_entropy()
349 int prediction_resistance, in ossl_prov_drbg_instantiate() argument
440 prediction_resistance); in ossl_prov_drbg_instantiate()
482 int prediction_resistance, in ossl_prov_drbg_reseed_unlocked() argument
564 prediction_resistance); in ossl_prov_drbg_reseed_unlocked()
595 int ossl_prov_drbg_reseed(PROV_DRBG *drbg, int prediction_resistance, in ossl_prov_drbg_reseed() argument
604 ret = ossl_prov_drbg_reseed_unlocked(drbg, prediction_resistance, ent, in ossl_prov_drbg_reseed()
[all …]
H A Dseed_src.c70 int prediction_resistance, in seed_src_instantiate() argument
90 ossl_unused int prediction_resistance, in seed_src_generate() argument
122 ossl_unused int prediction_resistance, in seed_src_reseed() argument
177 int prediction_resistance, in seed_get_seed() argument
H A Dfips_crng_test.c232 int prediction_resistance, in crng_test_instantiate() argument
253 unsigned int strength, int prediction_resistance, in crng_test_generate() argument
259 if (!crng_test_get_seed(crngt, &p, 0, outlen, outlen, prediction_resistance, in crng_test_generate()
268 ossl_unused int prediction_resistance, in crng_test_reseed() argument
285 int prediction_resistance, in crng_test_get_seed() argument
312 min_len, max_len, prediction_resistance, in crng_test_get_seed()
H A Dseed_src_jitter.c143 int prediction_resistance, in jitter_instantiate() argument
172 ossl_unused int prediction_resistance, in jitter_generate() argument
204 ossl_unused int prediction_resistance, in jitter_reseed() argument
260 int prediction_resistance, in jitter_get_seed() argument
H A Ddrbg_hmac.c142 int prediction_resistance, in drbg_hmac_instantiate_wrapper() argument
156 ret = ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hmac_instantiate_wrapper()
185 static int drbg_hmac_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_hmac_reseed_wrapper() argument
191 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, in drbg_hmac_reseed_wrapper()
259 int prediction_resistance, const unsigned char *adin, size_t adin_len) in drbg_hmac_generate_wrapper() argument
264 prediction_resistance, adin, adin_len); in drbg_hmac_generate_wrapper()
H A Dtest_rng.c82 int prediction_resistance, in test_rng_instantiate() argument
128 unsigned int strength, int prediction_resistance, in test_rng_generate() argument
150 ossl_unused int prediction_resistance, in test_rng_reseed() argument
290 ossl_unused int prediction_resistance, in test_rng_get_seed() argument
H A Ddrbg_hash.c269 int prediction_resistance, in drbg_hash_instantiate_wrapper() argument
283 ret = ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_hash_instantiate_wrapper()
315 static int drbg_hash_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_hash_reseed_wrapper() argument
321 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, in drbg_hash_reseed_wrapper()
365 int prediction_resistance, const unsigned char *adin, size_t adin_len) in drbg_hash_generate_wrapper() argument
370 prediction_resistance, adin, adin_len); in drbg_hash_generate_wrapper()
H A Ddrbg_ctr.c329 int prediction_resistance, in drbg_ctr_instantiate_wrapper() argument
343 ret = ossl_prov_drbg_instantiate(drbg, strength, prediction_resistance, in drbg_ctr_instantiate_wrapper()
366 static int drbg_ctr_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_ctr_reseed_wrapper() argument
372 return ossl_prov_drbg_reseed(drbg, prediction_resistance, ent, ent_len, in drbg_ctr_reseed_wrapper()
464 unsigned int strength, int prediction_resistance, in drbg_ctr_generate_wrapper() argument
470 prediction_resistance, adin, adin_len); in drbg_ctr_generate_wrapper()
/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/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.c3291 int prediction_resistance; member
3421 rdata->prediction_resistance = atoi(value) != 0; in rand_test_parse()
3491 expected->prediction_resistance, z, in rand_test_run()
3504 (expected->ctx, expected->prediction_resistance, in rand_test_run()
3519 strength, expected->prediction_resistance, in rand_test_run()
3533 strength, expected->prediction_resistance, in rand_test_run()
/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/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/doc/man3/
H A DEVP_RAND.pod55 int prediction_resistance,
60 unsigned int strength, int prediction_resistance,
62 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance,
133 If I<prediction_resistance> is specified, fresh entropy from a live source
143 If I<prediction_resistance> is specified, fresh entropy from a live source
151 operating system. If I<prediction_resistance> is specified, fresh entropy
342 The use of a nonzero value for the I<prediction_resistance> argument to
/openssl/include/openssl/
H A Dcore_dispatch.h488 int prediction_resistance,
494 unsigned int strength, int prediction_resistance,
497 (void *vctx, int prediction_resistance,
526 int prediction_resistance,
H A Devp.h1287 int prediction_resistance,
1293 int prediction_resistance,
1295 int EVP_RAND_reseed(EVP_RAND_CTX *ctx, int prediction_resistance,
/openssl/providers/fips/
H A Dself_test_kats.c265 int prediction_resistance = 1; /* Causes a reseed */ in self_test_drbg() local
326 prediction_resistance, in self_test_drbg()
342 prediction_resistance, in self_test_drbg()
/openssl/include/crypto/
H A Devp.h957 int prediction_resistance,

Completed in 65 milliseconds