summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/cipher_aes_ccm_hw_t4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/ciphers/cipher_aes_ccm_hw_t4.inc')
-rw-r--r--providers/common/ciphers/cipher_aes_ccm_hw_t4.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/common/ciphers/cipher_aes_ccm_hw_t4.inc b/providers/common/ciphers/cipher_aes_ccm_hw_t4.inc
index 0dc6efcef4..21bf6861e0 100644
--- a/providers/common/ciphers/cipher_aes_ccm_hw_t4.inc
+++ b/providers/common/ciphers/cipher_aes_ccm_hw_t4.inc
@@ -17,7 +17,7 @@ static int ccm_t4_aes_initkey(PROV_CCM_CTX *ctx, const unsigned char *key,
{
PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx;
- AES_CCM_SET_KEY_FN(aes_t4_set_encrypt_key, aes_t4_encrypt, NULL, NULL);
+ AES_HW_CCM_SET_KEY_FN(aes_t4_set_encrypt_key, aes_t4_encrypt, NULL, NULL);
return 1;
}