OSSL_PARAM_construct_time_t

Construct an OSSL_PARAM describing a time_t integer buffer.

Synopsis

Declared in <openssl/params.h>

OSSL_PARAM
OSSL_PARAM_construct_time_t(
    char const* key,
    time_t* buf);

Return Value

OSSL_PARAM of type OSSL_PARAM_INTEGER sized for time_t.

Parameters

NameDescription
keyParameter name stored in the returned descriptor.
bufAddress of the time_t value associated with key.