[#OSSL_PARAM_get_int32] = OSSL_PARAM_get_int32 :mrdocs: Read a signed 32‐bit integer from an OSSL_PARAM. == Synopsis Declared in `<openssl/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PARAM_get_int32( xref:OSSL_PARAM.adoc[OSSL_PARAM] const* p, int32_t* val); ---- == Return Value 1 on success, or 0 on type/range error. == Parameters [cols="1,4"] |=== | Name| Description | *p* | Parameter of an integer type that can hold the value. | *val* | Receives the converted value on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#