Construct an OSSL_PARAM describing an unsigned 64-bit integer at buf.
Declared in <openssl/params.h>
OSSL_PARAM
OSSL_PARAM_construct_uint64(
char const* key,
uint64_t* buf);
OSSL_PARAM value suitable for inclusion in a parameter array.
| Name | Description |
|---|---|
| key | Parameter name (for example OSSL_PKEY_PARAM_*). |
| buf | Address of the uint64_t value to expose. |