Read an unsigned 32‐bit integer from an OSSL_PARAM.

Synopsis

Declared in <openssl/params.h>

int
OSSL_PARAM_get_uint32(
    OSSL_PARAM const* p,
    uint32_t* val);

Return Value

1 on success, or 0 on type/range error.

Parameters

Name

Description

p

Parameter of an integer type that can hold the value.

val

Receives the converted value on success.

Created with MrDocs