Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_conversion_test.c273 if (!TEST_false(OSSL_PARAM_get_double(pc->param, &d))) { in param_conversion_test()
278 if (!TEST_true(OSSL_PARAM_get_double(pc->param, &d))) { in param_conversion_test()
H A Dparams_test.c218 && !TEST_true(OSSL_PARAM_get_double(p, &obj->p2))) in api_set_params()
H A Dparam_build_test.c176 || !TEST_true(OSSL_PARAM_get_double(p, &d)) in template_public_test()
H A Dparams_api_test.c553 || !TEST_true(OSSL_PARAM_get_double(cp, &d2)) in test_param_construct()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h125 int OSSL_PARAM_get_double(const OSSL_PARAM *p, double *val);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams.c975 int OSSL_PARAM_get_double(const OSSL_PARAM *p, double *val) in OSSL_PARAM_get_double() function
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_int.pod21 OSSL_PARAM_get_double, OSSL_PARAM_get_int, OSSL_PARAM_get_int32,