openssl/providers/implementations/macs
Shane Lontis 47c076acfc Fix external symbols in the provider digest implementations.
Partial fix for #12964

This adds ossl_ names for the following symbols:

blake2b512_init,blake2b_final,blake2b_init,blake2b_init_key,
blake2b_param_init,blake2b_param_set_digest_length,blake2b_param_set_key_length,
blake2b_param_set_personal,blake2b_param_set_salt,blake2b_update,
blake2s256_init,blake2s_final,blake2s_init,blake2s_init_key,
blake2s_param_init,blake2s_param_set_digest_length,blake2s_param_set_key_length,
blake2s_param_set_personal,blake2s_param_set_salt,blake2s_update,
digest_default_get_params,digest_default_gettable_params

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14211)
2021-02-18 21:14:32 +10:00
..
blake2_mac_impl.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
blake2b_mac.c Fix external symbols in the provider digest implementations. 2021-02-18 21:14:32 +10:00
blake2s_mac.c Fix external symbols in the provider digest implementations. 2021-02-18 21:14:32 +10:00
build.info
cmac_prov.c
gmac_prov.c Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
hmac_prov.c Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields. 2021-02-10 12:31:31 +10:00
kmac_prov.c Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
poly1305_prov.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
siphash_prov.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00