openssl/crypto/encode_decode
Tomas Mraz ddf0d149e2 Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
We use type elsewhere and documenting the 'first' in the
name of the call is a little bit superfluous making the
name too mouthful.

Also rename EVP_PKEY_typenames_do_all to
EVP_PKEY_type_names_do_all to keep the words separated by
underscore.

Fixes #14701

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14868)
2021-04-15 17:38:19 +02:00
..
build.info CORE: Generalise internal pass phrase prompter 2020-08-24 10:02:25 +02:00
decoder_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
decoder_lib.c decoder_process: data_structure can be NULL 2021-03-16 11:25:18 +01:00
decoder_meth.c Add OSSL_DECODER_description() and OSSL_ENCODER_description() 2021-04-02 08:57:47 +02:00
decoder_pkey.c decoder: fix Coverity 1473236 & 1473386: resource leaks 2021-03-20 10:08:00 +10:00
encoder_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
encoder_lib.c Update copyright year 2021-03-11 13:27:36 +00:00
encoder_local.h Update copyright year 2021-04-08 13:04:41 +01:00
encoder_meth.c Add OSSL_DECODER_description() and OSSL_ENCODER_description() 2021-04-02 08:57:47 +02:00
encoder_pkey.c Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name 2021-04-15 17:38:19 +02:00