openssl/crypto/ec/curve448
Richard Levitte 3fd7026276 New function EVP_MD_free()
This function re-implements EVP_MD_meth_free(), but has a name that
isn't encumbered by legacy EVP_MD construction functionality.

We also refactor most of EVP_MD_meth_new() into an internal
evp_md_new() that's used when creating fetched methods.

EVP_MD_meth_new() and EVP_MD_meth_free() are rewritten in terms of
evp_md_new() and EVP_MD_free().  This means that at any time, we can
deprecate all the EVP_MD_meth_ functions with no harmful consequence.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9758)
2019-09-04 10:38:13 +02:00
..
arch_32 Following the license change, modify the boilerplates in crypto/ec/ 2018-12-06 14:51:47 +01:00
curve448_lcl.h Make the EC code available from inside the FIPS provider 2019-08-06 11:19:07 +01:00
curve448_tables.c fix truncation of integers on 32bit AIX 2019-03-11 14:45:18 +01:00
curve448.c Remove tab characters from C source files. 2019-07-16 20:24:10 +10:00
curve448utils.h Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_t 2019-04-11 08:40:40 +10:00
ed448.h Make the EC code available from inside the FIPS provider 2019-08-06 11:19:07 +01:00
eddsa.c New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
f_generic.c fix truncation of integers on 32bit AIX 2019-03-11 14:45:18 +01:00
field.h Following the license change, modify the boilerplates in crypto/ec/ 2018-12-06 14:51:47 +01:00
point_448.h Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
scalar.c fix truncation of integers on 32bit AIX 2019-03-11 14:45:18 +01:00
word.h Following the license change, modify the boilerplates in crypto/ec/ 2018-12-06 14:51:47 +01:00