Initialize ctx for decryption and apply optional algorithm parameters.
Declared in <openssl/evp.h>
int
EVP_PKEY_decrypt_init_ex(
EVP_PKEY_CTX* ctx,
OSSL_PARAM const params[]);
1 on success, or 0 / negative on failure.
| Name | Description |
|---|---|
| ctx | Key context associated with the decryption key. |
| params | Optional OSSL_PARAM array configuring the operation, or NULL. |