We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d220b7c commit 5f96d73Copy full SHA for 5f96d73
includes/pkcs11/pkcs11t.h
@@ -892,8 +892,8 @@ typedef CK_ULONG CK_MECHANISM_TYPE;
892
893
#define CKM_AES_GCM 0x00001087
894
#define CKM_AES_CCM 0x00001088
895
-#define CKM_AES_KEY_WRAP 0x00001090
896
-#define CKM_AES_KEY_WRAP_PAD 0x00001091
+#define CKM_AES_KEY_WRAP 0x00002109
+#define CKM_AES_KEY_WRAP_PAD 0x0000210a
897
898
#define CKM_BLOWFISH_CBC_PAD 0x00001094
899
#define CKM_TWOFISH_CBC_PAD 0x00001095
0 commit comments