Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_double (Results 1 – 9 of 9) sorted by relevance

/openssl/test/
H A Dparams_conversion_test.c277 if (!TEST_false(OSSL_PARAM_get_double(pc->param, &d)) in param_conversion_test()
283 if (!TEST_true(OSSL_PARAM_get_double(pc->param, &d))) { in param_conversion_test()
H A Dparams_api_test.c98 rc = OSSL_PARAM_get_double(param, &dval); in test_param_type_null()
676 || !TEST_true(OSSL_PARAM_get_double(cp, &d2)) in test_param_construct()
H A Dparams_test.c218 && !TEST_true(OSSL_PARAM_get_double(p, &obj->p2))) in api_set_params()
H A Dparam_build_test.c182 || !TEST_true(OSSL_PARAM_get_double(p, &d)) in template_public_test()
/openssl/crypto/
H A Dparams_from_text.c286 dok = OSSL_PARAM_get_double(p, &d); in OSSL_PARAM_print_to_bio()
H A Dparams.c1159 int OSSL_PARAM_get_double(const OSSL_PARAM *p, double *val) in OSSL_PARAM_get_double() function
/openssl/include/openssl/
H A Dparams.h128 int OSSL_PARAM_get_double(const OSSL_PARAM *p, double *val);
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod21 OSSL_PARAM_get_double, OSSL_PARAM_get_int, OSSL_PARAM_get_int32,
/openssl/util/
H A Dlibcrypto.num4571 OSSL_PARAM_get_double 4699 3_0_0 EXIST::FUNCTION:

Completed in 39 milliseconds