openssl-core_dispatch.h.7ossl - Man Page

OpenSSL provider dispatch numbers and function types

Synopsis

 #include <openssl/core_dispatch.h>

Description

The <openssl/core_dispatch.h> header defines all the operation numbers, dispatch numbers and provider interface function types currently available.

The operation and dispatch numbers are represented with macros, which are named as follows:

operation numbers

These macros have the form OSSL_OP_opname.

dipatch numbers

These macros have the form OSSL_FUNC_opname_funcname, where opname is the same as in the macro for the operation this function belongs to.

With every dispatch number, there is an associated function type.

For further information, please see the provider(7)

See Also

provider(7)

History

The types and macros described here were added in OpenSSL 3.0.

Referenced By

openssl-core.h.7ossl(7), OSSL_ALGORITHM.3ossl(3), OSSL_DISPATCH.3ossl(3), OSSL_PROVIDER-base.7ossl(7), OSSL_PROVIDER-default.7ossl(7), OSSL_PROVIDER-FIPS.7ossl(7), OSSL_PROVIDER-legacy.7ossl(7), provider-asym_cipher.7ossl(7), provider-base.7ossl(7), provider-cipher.7ossl(7), provider-decoder.7ossl(7), provider-digest.7ossl(7), provider-encoder.7ossl(7), provider-kdf.7ossl(7), provider-kem.7ossl(7), provider-keyexch.7ossl(7), provider-keymgmt.7ossl(7), provider-mac.7ossl(7), provider-signature.7ossl(7), provider-storemgmt.7ossl(7).

2024-04-04 3.2.1 OpenSSL