Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_double (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h126 int OSSL_PARAM_set_double(OSSL_PARAM *p, double val);
/netbsd-src/crypto/external/bsd/openssl/dist/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.c254 && !TEST_true(OSSL_PARAM_set_double(p, obj->p2))) in api_get_params()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams.c1020 int OSSL_PARAM_set_double(OSSL_PARAM *p, double val) in OSSL_PARAM_set_double() function
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_int.pod28 OSSL_PARAM_set_double, OSSL_PARAM_set_int, OSSL_PARAM_set_int32,