Apply an OSSL_PARAM array of parameters to a MAC context.

Synopsis

Declared in <openssl/evp.h>

int
EVP_MAC_CTX_set_params(
    EVP_MAC_CTX* ctx,
    OSSL_PARAM const params[]);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

ctx

MAC context to update.

params

Parameter array terminated by OSSL_PARAM_construct_end().

Created with MrDocs