Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_double (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h126 int OSSL_PARAM_set_double(OSSL_PARAM *p, double val);
/third_party/openssl/include/openssl/
H A Dparams.h126 int OSSL_PARAM_set_double(OSSL_PARAM *p, double val);
/third_party/openssl/test/
H A Dparams_conversion_test.c304 if (!TEST_true(OSSL_PARAM_set_double(pc->param, d)) in param_conversion_test()
H A Dparams_api_test.c454 return TEST_true(OSSL_PARAM_set_double(&param, 3.14159)) in test_param_real()
552 || !TEST_true(OSSL_PARAM_set_double(cp, 3.14)) in test_param_construct()
H A Dparams_test.c253 && !TEST_true(OSSL_PARAM_set_double(p, obj->p2))) in api_get_params()
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams.c1020 int OSSL_PARAM_set_double(OSSL_PARAM *p, double val) in OSSL_PARAM_set_double() function
/third_party/openssl/crypto/
H A Dparams.c1001 int OSSL_PARAM_set_double(OSSL_PARAM *p, double val) in OSSL_PARAM_set_double() function

Completed in 8 milliseconds