Read an OSSL_PARAM value as a size_t.
Synopsis
Declared in <openssl/params.h>
int
OSSL_PARAM_get_size_t(
OSSL_PARAM const* p,
size_t* val);
Return Value
1 on success, or 0 if the parameter is missing or has an incompatible type.
Parameters
Name |
Description |
p |
Parameter locating the value. |
val |
Receives the converted integer on success. |
Created with MrDocs