OSSL_PARAM_construct_size_t

Construct an OSSL_PARAM that locates a size_t value.

Synopsis

Declared in <openssl/params.h>

OSSL_PARAM
OSSL_PARAM_construct_size_t(
    char const* key,
    size_t* buf);

Return Value

Initialized OSSL_PARAM value (by value).

Parameters

NameDescription
keyParameter name.
bufAddress of the size_t to read or write.