Searched refs:OSSL_DRBG_PARAM_USE_DF (Results 1 – 6 of 6) sorted by relevance
/openssl-master/providers/implementations/rands/ |
A D | drbg_ctr.c | 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()
|
/openssl-master/doc/man7/ |
A D | EVP_RAND-CTR-DRBG.pod | 53 =item "use_derivation_function" (B<OSSL_DRBG_PARAM_USE_DF>) <integer>
|
/openssl-master/crypto/rand/ |
A D | rand_lib.c | 592 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 D | core_names.h | 264 #define OSSL_DRBG_PARAM_USE_DF "use_derivation_function" macro
|
/openssl-master/test/ |
A D | acvp_test.c | 1339 params[0] = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, in drbg_test()
|
A D | evp_test.c | 2450 *p++ = OSSL_PARAM_construct_int(OSSL_DRBG_PARAM_USE_DF, &expected->use_df); in rand_test_run()
|
Completed in 23 milliseconds