summaryrefslogtreecommitdiff
path: root/lib/accelerated/cryptodev-gcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/accelerated/cryptodev-gcm.c')
-rw-r--r--lib/accelerated/cryptodev-gcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/accelerated/cryptodev-gcm.c b/lib/accelerated/cryptodev-gcm.c
index bd9f1a025d..876756094e 100644
--- a/lib/accelerated/cryptodev-gcm.c
+++ b/lib/accelerated/cryptodev-gcm.c
@@ -69,6 +69,7 @@ static void aes_gcm_deinit(void *_ctx)
static const int cipher_map[] = {
[GNUTLS_CIPHER_AES_128_GCM] = CRYPTO_AES_GCM,
+ [GNUTLS_CIPHER_AES_192_GCM] = CRYPTO_AES_GCM,
[GNUTLS_CIPHER_AES_256_GCM] = CRYPTO_AES_GCM,
};