Construct an OSSL_PARAM that locates an unsigned long value.

Synopsis

Declared in <openssl/params.h>

OSSL_PARAM
OSSL_PARAM_construct_ulong(
    char const* key,
    unsigned long* buf);

Return Value

Initialized OSSL_PARAM value (by value).

Parameters

Name

Description

key

Parameter name.

buf

Address of the unsigned long to read or write.

Created with MrDocs