Set parameters on a key context via an OSSL_PARAM array.
Declared in <openssl/evp.h>
int
EVP_PKEY_CTX_set_params(
EVP_PKEY_CTX* ctx,
OSSL_PARAM const* params);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Key context to configure. |
| params | Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END. |