1OPENSSL-CORE_DISPATCH.H(7ossl)      OpenSSL     OPENSSL-CORE_DISPATCH.H(7ossl)
2
3
4

NAME

6       openssl/core_dispatch.h - OpenSSL provider dispatch numbers and
7       function types
8

SYNOPSIS

10        #include <openssl/core_dispatch.h>
11

DESCRIPTION

13       The <openssl/core_dispatch.h> header defines all the operation numbers,
14       dispatch numbers and provider interface function types currently
15       available.
16
17       The operation and dispatch numbers are represented with macros, which
18       are named as follows:
19
20       operation numbers
21           These macros have the form "OSSL_OP_opname".
22
23       dipatch numbers
24           These macros have the form "OSSL_FUNC_opname_funcname", where
25           "opname" is the same as in the macro for the operation this
26           function belongs to.
27
28       With every dispatch number, there is an associated function type.
29
30       For further information, please see the provider(7)
31

SEE ALSO

33       provider(7)
34

HISTORY

36       The types and macros described here were added in OpenSSL 3.0.
37
39       Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
40
41       Licensed under the Apache License 2.0 (the "License").  You may not use
42       this file except in compliance with the License.  You can obtain a copy
43       in the file LICENSE in the source distribution or at
44       <https://www.openssl.org/source/license.html>.
45
46
47
483.0.5                             2022-07-05    OPENSSL-CORE_DISPATCH.H(7ossl)
Impressum