Set multiple algorithm parameters on an EVP_PKEY from an OSSL_PARAM array.

Synopsis

Declared in <openssl/evp.h>

int
EVP_PKEY_set_params(
    EVP_PKEY* pkey,
    OSSL_PARAM params[]);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

pkey

Key to update.

params

Parameters to apply (terminated by OSSL_PARAM_END).

Created with MrDocs