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