Allocate a key context for operations with pkey.
New EVP_PKEY_CTX, or NULL on error; free with EVP_PKEY_CTX_free().
| Name | Description |
|---|---|
| pkey | Key that supplies the algorithm and material for the context. |
| e | Optional ENGINE implementing the algorithm, or NULL. |