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