Searched refs:OSSL_PARAM_set_double (Results 1 – 6 of 6) sorted by relevance
126 int OSSL_PARAM_set_double(OSSL_PARAM *p, double val);
304 if (!TEST_true(OSSL_PARAM_set_double(pc->param, d)) in param_conversion_test()
454 return TEST_true(OSSL_PARAM_set_double(¶m, 3.14159)) in test_param_real()552 || !TEST_true(OSSL_PARAM_set_double(cp, 3.14)) in test_param_construct()
254 && !TEST_true(OSSL_PARAM_set_double(p, obj->p2))) in api_get_params()
1020 int OSSL_PARAM_set_double(OSSL_PARAM *p, double val) in OSSL_PARAM_set_double() function
28 OSSL_PARAM_set_double, OSSL_PARAM_set_int, OSSL_PARAM_set_int32,