Store a uint32_t into an OSSL_PARAM integer buffer.

Synopsis

Declared in <openssl/params.h>

int
OSSL_PARAM_set_uint32(
    OSSL_PARAM* p,
    uint32_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