Return the provider that implemented an asymmetric cipher algorithm.
Declared in <openssl/evp.h>
OSSL_PROVIDER*
EVP_ASYM_CIPHER_get0_provider(EVP_ASYM_CIPHER const* cipher);
Provider pointer (do not free), or NULL if unavailable.
| Name | Description |
|---|---|
| cipher | Asymmetric cipher method to query. |