Store an int64_t into an OSSL_PARAM integer buffer.

Synopsis

Declared in <openssl/params.h>

int
OSSL_PARAM_set_int64(
    OSSL_PARAM* p,
    int64_t val);

Return Value

1 on success, or 0 on type or size error.

Parameters

Name

Description

p

Parameter whose buffer receives val.

val

Value to write.

Created with MrDocs