Searched refs:OSSL_DRBG_PARAM_USE_DF (Results 1 – 5 of 5) sorted by relevance
634 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()
53 =item "use_derivation_function" (B<OSSL_DRBG_PARAM_USE_DF>) <integer>
264 #define OSSL_DRBG_PARAM_USE_DF "use_derivation_function" macro
1339 params[0] = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, in drbg_test()
2602 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &expected->use_df); in rand_test_run()