1e1051a39Sopenharmony_ci=pod 2e1051a39Sopenharmony_ci 3e1051a39Sopenharmony_ci=head1 NAME 4e1051a39Sopenharmony_ci 5e1051a39Sopenharmony_ciopenssl/core_dispatch.h 6e1051a39Sopenharmony_ci- OpenSSL provider dispatch numbers and function types 7e1051a39Sopenharmony_ci 8e1051a39Sopenharmony_ci=head1 SYNOPSIS 9e1051a39Sopenharmony_ci 10e1051a39Sopenharmony_ci #include <openssl/core_dispatch.h> 11e1051a39Sopenharmony_ci 12e1051a39Sopenharmony_ci=head1 DESCRIPTION 13e1051a39Sopenharmony_ci 14e1051a39Sopenharmony_ciThe F<< <openssl/core_dispatch.h> >> header defines all the operation 15e1051a39Sopenharmony_cinumbers, dispatch numbers and provider interface function types 16e1051a39Sopenharmony_cicurrently available. 17e1051a39Sopenharmony_ci 18e1051a39Sopenharmony_ciThe operation and dispatch numbers are represented with macros, which 19e1051a39Sopenharmony_ciare named as follows: 20e1051a39Sopenharmony_ci 21e1051a39Sopenharmony_ci=over 4 22e1051a39Sopenharmony_ci 23e1051a39Sopenharmony_ci=item operation numbers 24e1051a39Sopenharmony_ci 25e1051a39Sopenharmony_ciThese macros have the form C<OSSL_OP_I<opname>>. 26e1051a39Sopenharmony_ci 27e1051a39Sopenharmony_ci=item dipatch numbers 28e1051a39Sopenharmony_ci 29e1051a39Sopenharmony_ciThese macros have the form C<OSSL_FUNC_I<opname>_I<funcname>>, where 30e1051a39Sopenharmony_ciC<I<opname>> is the same as in the macro for the operation this 31e1051a39Sopenharmony_cifunction belongs to. 32e1051a39Sopenharmony_ci 33e1051a39Sopenharmony_ci=back 34e1051a39Sopenharmony_ci 35e1051a39Sopenharmony_ciWith every dispatch number, there is an associated function type. 36e1051a39Sopenharmony_ci 37e1051a39Sopenharmony_ciFor further information, please see the L<provider(7)> 38e1051a39Sopenharmony_ci 39e1051a39Sopenharmony_ci=head1 SEE ALSO 40e1051a39Sopenharmony_ci 41e1051a39Sopenharmony_ciL<provider(7)> 42e1051a39Sopenharmony_ci 43e1051a39Sopenharmony_ci=head1 HISTORY 44e1051a39Sopenharmony_ci 45e1051a39Sopenharmony_ciThe types and macros described here were added in OpenSSL 3.0. 46e1051a39Sopenharmony_ci 47e1051a39Sopenharmony_ci=head1 COPYRIGHT 48e1051a39Sopenharmony_ci 49e1051a39Sopenharmony_ciCopyright 2020 The OpenSSL Project Authors. All Rights Reserved. 50e1051a39Sopenharmony_ci 51e1051a39Sopenharmony_ciLicensed under the Apache License 2.0 (the "License"). You may not use 52e1051a39Sopenharmony_cithis file except in compliance with the License. You can obtain a copy 53e1051a39Sopenharmony_ciin the file LICENSE in the source distribution or at 54e1051a39Sopenharmony_ciL<https://www.openssl.org/source/license.html>. 55e1051a39Sopenharmony_ci 56e1051a39Sopenharmony_ci=cut 57