Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/
A Ddrbg_ctr.c634 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_USE_DF); in drbg_ctr_get_ctx_params()
654 OSSL_PARAM_int(OSSL_DRBG_PARAM_USE_DF, NULL), in drbg_ctr_gettable_ctx_params()
671 if ((p = OSSL_PARAM_locate_const(params, OSSL_DRBG_PARAM_USE_DF)) != NULL in drbg_ctr_set_ctx_params()
726 OSSL_PARAM_int(OSSL_DRBG_PARAM_USE_DF, NULL), in drbg_ctr_settable_ctx_params()
/openssl-master/doc/man7/
A DEVP_RAND-CTR-DRBG.pod53 =item "use_derivation_function" (B<OSSL_DRBG_PARAM_USE_DF>) <integer>
/openssl-master/crypto/rand/
A Drand_lib.c592 if (OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_USE_DF)) in rand_new_drbg()
593 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &use_df); in rand_new_drbg()
/openssl-master/include/openssl/
A Dcore_names.h264 #define OSSL_DRBG_PARAM_USE_DF "use_derivation_function" macro
/openssl-master/test/
A Dacvp_test.c1339 params[0] = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, in drbg_test()
A Devp_test.c2450 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &expected->use_df); in rand_test_run()

Completed in 23 milliseconds