openssl/providers/implementations/serializers
Dr. Matthias St. Pierre 363b1e5dae Make the naming scheme for dispatched functions more consistent
The new naming scheme consistently usese the `OSSL_FUNC_` prefix for all
functions which are dispatched between the core and providers.

This change includes in particular all up- and downcalls, i.e., the
dispatched functions passed from core to provider and vice versa.

- OSSL_core_  -> OSSL_FUNC_core_
- OSSL_provider_ -> OSSL_FUNC_core_

For operations and their function dispatch tables, the following convention
is used:

  Type                 | Name (evp_generic_fetch(3))       |
  ---------------------|-----------------------------------|
  operation            | OSSL_OP_FOO                       |
  function id          | OSSL_FUNC_FOO_FUNCTION_NAME       |
  function "name"      | OSSL_FUNC_foo_function_name       |
  function typedef     | OSSL_FUNC_foo_function_name_fn    |
  function ptr getter  | OSSL_FUNC_foo_function_name       |

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12222)
2020-06-24 22:01:22 +02:00
..
build.info PROV & SERIALIZER: Adapt the RSA serializers for PSS-parameters 2020-05-14 12:16:35 +02:00
serializer_common.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_dh_param.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_dh_priv.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_dh_pub.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_dh.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_dsa_param.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_dsa_priv.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_dsa_pub.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_dsa.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_ec_param.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_ec_priv.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_ec_pub.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_ec.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_ecx_priv.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_ecx_pub.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_ecx.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_ffc_params.c Maintain strict type discipline between the core and providers 2020-05-16 17:10:03 +01:00
serializer_local.h Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_rsa_priv.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_rsa_pub.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00
serializer_rsa.c Make the naming scheme for dispatched functions more consistent 2020-06-24 22:01:22 +02:00