Read an unsigned int parameter value from p into *val.
Declared in <openssl/params.h>
int
OSSL_PARAM_get_uint(
OSSL_PARAM const* p,
unsigned int* val);
1 on success, or 0 on type/range failure.
| Name | Description |
|---|---|
| p | Parameter locator describing an unsigned integer-typed value. |
| val | Receives the converted unsigned int. |