Home
last modified time | relevance | path

Searched refs:OSSL_DRBG_PARAM_USE_DF (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c680 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_USE_DF); in drbg_ctr_get_ctx_params()
705 OSSL_PARAM_int(OSSL_DRBG_PARAM_USE_DF, NULL), in drbg_ctr_gettable_ctx_params()
724 if ((p = OSSL_PARAM_locate_const(params, OSSL_DRBG_PARAM_USE_DF)) != NULL in drbg_ctr_set_ctx_params_locked()
827 OSSL_PARAM_int(OSSL_DRBG_PARAM_USE_DF, NULL), in drbg_ctr_settable_ctx_params()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod53 =item "use_derivation_function" (B<OSSL_DRBG_PARAM_USE_DF>) <integer>
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h246 # define OSSL_DRBG_PARAM_USE_DF "use_derivation_function" macro
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c712 if (OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_USE_DF)) in rand_new_drbg()
713 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &use_df); in rand_new_drbg()
/freebsd/crypto/openssl/test/
H A Dacvp_test.c1592 params[0] = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, in drbg_test()
H A Devp_test.c3686 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &expected->use_df); in rand_test_run()