Read a signed 32-bit integer from an OSSL_PARAM.
Declared in <openssl/params.h>
int
OSSL_PARAM_get_int32(
OSSL_PARAM const* p,
int32_t* val);
1 on success, or 0 on type/range error.
| Name | Description |
|---|---|
| p | Parameter of an integer type that can hold the value. |
| val | Receives the converted value on success. |