summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc')
-rw-r--r--providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc b/providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc
index 1ad3ea465d..8ccc802814 100644
--- a/providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc
+++ b/providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc
@@ -40,11 +40,11 @@ static int t4_aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key,
static const PROV_GCM_HW t4_aes_gcm = {
t4_aes_gcm_initkey,
- gcm_setiv,
- gcm_aad_update,
+ ossl_gcm_setiv,
+ ossl_gcm_aad_update,
generic_aes_gcm_cipher_update,
- gcm_cipher_final,
- gcm_one_shot
+ ossl_gcm_cipher_final,
+ ossl_gcm_one_shot
};
const PROV_GCM_HW *ossl_prov_aes_hw_gcm(size_t keybits)
{