summaryrefslogtreecommitdiff
path: root/usr/src/common/crypto/aes/aes_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/common/crypto/aes/aes_impl.h')
-rw-r--r--usr/src/common/crypto/aes/aes_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/common/crypto/aes/aes_impl.h b/usr/src/common/crypto/aes/aes_impl.h
index d44e261dda..d73729c03d 100644
--- a/usr/src/common/crypto/aes/aes_impl.h
+++ b/usr/src/common/crypto/aes/aes_impl.h
@@ -159,7 +159,8 @@ typedef enum aes_mech_type {
AES_CTR_MECH_INFO_TYPE, /* SUN_CKM_AES_CTR */
AES_CCM_MECH_INFO_TYPE, /* SUN_CKM_AES_CCM */
AES_GCM_MECH_INFO_TYPE, /* SUN_CKM_AES_GCM */
- AES_GMAC_MECH_INFO_TYPE /* SUN_CKM_AES_GMAC */
+ AES_GMAC_MECH_INFO_TYPE, /* SUN_CKM_AES_GMAC */
+ AES_CMAC_MECH_INFO_TYPE /* SUN_CKM_AES_CMAC */
} aes_mech_type_t;
#endif /* _KERNEL */