Return the provider that implements a cipher algorithm.

Synopsis

Declared in <openssl/evp.h>

OSSL_PROVIDER const*
EVP_CIPHER_get0_provider(EVP_CIPHER const* cipher);

Return Value

Internal OSSL_PROVIDER pointer (do not free), or NULL for legacy methods.

Parameters

Name

Description

cipher

Cipher method to query.

Created with MrDocs