Return the provider that implements a cipher algorithm.
Declared in <openssl/evp.h>
OSSL_PROVIDER const*
EVP_CIPHER_get0_provider(EVP_CIPHER const* cipher);
Internal OSSL_PROVIDER pointer (do not free), or NULL for legacy methods.
| Name | Description |
|---|---|
| cipher | Cipher method to query. |