[#OSSL_PARAM_set_uint] = OSSL_PARAM_set_uint :mrdocs: Write an unsigned int into the storage located by `p.` == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PARAM_set_uint( xref:OSSL_PARAM.adoc[OSSL_PARAM]* p, unsigned int val); ---- == Return Value 1 on success, or 0 on type/range failure. == Parameters [cols="1,4"] |=== | Name| Description | *p* | Parameter locator describing an unsigned integer‐typed destination. | *val* | Value to store. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#