Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_construct_double (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h87 OSSL_PARAM OSSL_PARAM_construct_double(const char *key, double *buf);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_api_test.c500 params[n++] = OSSL_PARAM_construct_double("double", &d); in test_param_construct()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams.c1091 OSSL_PARAM OSSL_PARAM_construct_double(const char *key, double *buf) in OSSL_PARAM_construct_double() function
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_int.pod11 OSSL_PARAM_construct_double, OSSL_PARAM_construct_int,