summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc')
-rw-r--r--providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc b/providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc
index 5c84bf31fd..572f8412bf 100644
--- a/providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc
+++ b/providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc
@@ -70,11 +70,11 @@ static int armv8_aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key,
static const PROV_GCM_HW armv8_aes_gcm = {
armv8_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)