OSSL_PARAM_construct_long

Construct an OSSL_PARAM that locates a signed long int value.

Synopsis

Declared in <openssl/params.h>

OSSL_PARAM
OSSL_PARAM_construct_long(
    char const* key,
    long* buf);

Return Value

Initialized OSSL_PARAM value (by value).

Parameters

NameDescription
keyParameter name.
bufAddress of the long int to read or write.