Construct an OSSL_PARAM describing a double located at buf.
Declared in <openssl/params.h>
OSSL_PARAM
OSSL_PARAM_construct_double(
char const* key,
double* buf);
OSSL_PARAM suitable for inclusion in a parameter array.
| Name | Description |
|---|---|
| key | Parameter name. |
| buf | Address of the double value (read or written by the callee). |