openssl/providers/implementations
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
..
asymciphers Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
ciphers Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
digests Fix external symbols in the provider digest implementations. 2021-02-18 21:14:32 +10:00
encode_decode Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
exchange Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
include/prov Fix external symbols in the provider digest implementations. 2021-02-18 21:14:32 +10:00
kdfs Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
kem Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
keymgmt dsa_check: Perform simple parameter check if seed is not available 2021-02-18 11:02:26 +01:00
macs Fix external symbols in the provider digest implementations. 2021-02-18 21:14:32 +10:00
rands rand: update DRBGs to use the get_entropy call for seeding 2021-02-17 13:10:49 +10:00
signature Add deep copy of propq field in mac_dupctx to avoid double free 2021-02-18 12:11:53 +01:00
storemgmt Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY 2021-02-17 15:26:12 +01:00
build.info