Skip to content

Commit

Permalink
Bug 1611209 - Value of CKM_AES_CMAC and CKM_AES_CMAC_GENERAL are swap…
Browse files Browse the repository at this point in the history
…ped r=rrelyea
  • Loading branch information
rjrelyea committed Feb 11, 2020
1 parent dc6f6df commit d9aea9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util/pkcs11t.h
Expand Up @@ -898,8 +898,8 @@ typedef CK_ULONG CK_MECHANISM_TYPE;
#define CKM_AES_CCM 0x00001088
#define CKM_AES_CTS 0x00001089
/* AES-CMAC values copied from v2.40 errata 1 header file */
#define CKM_AES_CMAC_GENERAL 0x0000108A
#define CKM_AES_CMAC 0x0000108B
#define CKM_AES_CMAC 0x0000108A
#define CKM_AES_CMAC_GENERAL 0x0000108B
#define CKM_AES_XCBC_MAC 0x0000108C
#define CKM_AES_XCBC_MAC_96 0x0000108D

Expand Down

0 comments on commit d9aea9c

Please sign in to comment.