Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c633 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_USE_DF); in drbg_ctr_get_ctx_params()
653 OSSL_PARAM_int(OSSL_DRBG_PARAM_USE_DF, NULL), in drbg_ctr_gettable_ctx_params()
670 if ((p = OSSL_PARAM_locate_const(params, OSSL_DRBG_PARAM_USE_DF)) != NULL in drbg_ctr_set_ctx_params()
725 OSSL_PARAM_int(OSSL_DRBG_PARAM_USE_DF, NULL), in drbg_ctr_settable_ctx_params()
/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod53 =item "use_derivation_function" (B<OSSL_DRBG_PARAM_USE_DF>) <integer>
/openssl/crypto/rand/
H A Drand_lib.c590 if (OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_USE_DF)) in rand_new_drbg()
591 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &use_df); in rand_new_drbg()
/openssl/include/openssl/
H A Dcore_names.h270 #define OSSL_DRBG_PARAM_USE_DF "use_derivation_function" macro
/openssl/test/
H A Dacvp_test.c1339 params[0] = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, in drbg_test()
H A Devp_test.c2580 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &expected->use_df); in rand_test_run()

Completed in 39 milliseconds