PROV: Move AES_CCM specialisation away from common cipher header
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Dec 2019 12:11:34 +0000 (13:11 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Dec 2019 13:59:24 +0000 (14:59 +0100)
commite85f3a14f8be2e1ee2bb362b64e24ac6d0cb8b2f
treefa7ac215e59f5194b705b6b900280d5d8235738f
parent3dbc5156b0b2c7a57be160706e6ad38a14edae37
PROV: Move AES_CCM specialisation away from common cipher header

The AES_CCM specialisation was defined in the common cipher header
providers/implementations/include/prov/ciphercommon_ccm.h, when it
should in fact be in a local providers/implementations/ciphers/
header.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10606)
providers/implementations/ciphers/cipher_aes.h
providers/implementations/ciphers/cipher_aes_ccm.c
providers/implementations/ciphers/cipher_aes_ccm.h [new file with mode: 0644]
providers/implementations/ciphers/cipher_aes_ccm_hw.c
providers/implementations/include/prov/ciphercommon_ccm.h