Home
last modified time | relevance | path

Searched refs:use_df (Results 1 – 5 of 5) sorted by relevance

/openssl-master/providers/implementations/rands/
A Ddrbg_ctr.c47 int use_df; member
287 if (ctr->use_df) { in ctr_update()
392 if (ctr->use_df) { in drbg_ctr_generate()
501 if (ctr->use_df) { in drbg_ctr_init_lengths()
557 if (ctr->use_df) { in drbg_ctr_init()
598 ctr->use_df = 1; in drbg_ctr_new()
635 if (p != NULL && !OSSL_PARAM_set_int(p, ctr->use_df)) in drbg_ctr_get_ctx_params()
674 ctr->use_df = i != 0; in drbg_ctr_set_ctx_params()
/openssl-master/crypto/rand/
A Drand_lib.c555 time_t reseed_time_interval, int use_df) in rand_new_drbg() argument
593 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &use_df); in rand_new_drbg()
/openssl-master/test/
A Devp_test.c2297 int use_df; member
2419 rdata->use_df = atoi(value) != 0; in rand_test_parse()
2450 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &expected->use_df); in rand_test_run()
A Dacvp_test.c1340 (int *)&tst->use_df); in drbg_test()
A Dacvp_test.inc1986 int use_df;

Completed in 21 milliseconds