Construct an OSSL_PARAM that locates an unsigned int value.
Declared in <openssl/params.h>
OSSL_PARAM
OSSL_PARAM_construct_uint(
char const* key,
unsigned int* buf);
Initialized OSSL_PARAM value (by value).
| Name | Description |
|---|---|
| key | Parameter name. |
| buf | Address of the unsigned int to read or write. |