Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_get_double (Results 1 - 8 of 8) sorted by relevance

/third_party/openssl/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.c217 && !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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h125 int OSSL_PARAM_get_double(const OSSL_PARAM *p, double *val);
/third_party/openssl/include/openssl/
H A Dparams.h125 int OSSL_PARAM_get_double(const OSSL_PARAM *p, double *val);
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams.c975 int OSSL_PARAM_get_double(const OSSL_PARAM *p, double *val) in OSSL_PARAM_get_double() function
/third_party/openssl/crypto/
H A Dparams.c956 int OSSL_PARAM_get_double(const OSSL_PARAM *p, double *val) in OSSL_PARAM_get_double() function

Completed in 9 milliseconds