Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c48 int use_df; member
288 if (ctr->use_df) { in ctr_update()
402 if (ctr->use_df) { in drbg_ctr_generate()
531 if (ctr->use_df) { in drbg_ctr_init_lengths()
587 if (ctr->use_df) { in drbg_ctr_init()
626 ctr->use_df = 1; in drbg_ctr_new()
675 if (p != NULL && !OSSL_PARAM_set_int(p, ctr->use_df)) in drbg_ctr_get_ctx_params()
720 ctr->use_df = i != 0; in drbg_ctr_set_ctx_params_locked()
/openssl/crypto/rand/
H A Drand_lib.c653 int use_df = 1; in rand_new_drbg() local
686 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &use_df); in rand_new_drbg()
/openssl/test/
H A Devp_test.c3292 int use_df; member
3411 rdata->use_df = atoi(value) != 0; in rand_test_parse()
3453 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &expected->use_df); in rand_test_run()
H A Dacvp_test.c1532 (int *)&tst->use_df); in drbg_test()
H A Dacvp_test.inc2100 int use_df;

Completed in 118 milliseconds