Write an unsigned int into the storage located by p.
Synopsis
Declared in <openssl/params.h>
int
OSSL_PARAM_set_uint(
OSSL_PARAM* 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 destination. |
val |
Value to store. |
Created with MrDocs