Construct an OSSL_PARAM describing a signed 64-bit integer buffer.
Declared in <openssl/params.h>
OSSL_PARAM
OSSL_PARAM_construct_int64(
char const* key,
int64_t* buf);
OSSL_PARAM of type OSSL_PARAM_INTEGER sized for int64_t.
| Name | Description |
|---|---|
| key | Parameter name stored in the returned descriptor. |
| buf | Address of the int64_t value associated with key. |