![]() |
![]() |
Authentication Modes | |
Definition of Authentication Modes used by the SA sub-engines | |
enum | Sa_AuthMode_e { sa_AuthMode_NULL = 0, sa_AuthMode_MD5 = sa_CipherMode_LAST, sa_AuthMode_SHA1, sa_AuthMode_SHA2_224, sa_AuthMode_SHA2_256, sa_AuthMode_HMAC_MD5, sa_AuthMode_HMAC_SHA1, sa_AuthMode_HMAC_SHA2_224, sa_AuthMode_HMAC_SHA2_256, sa_AuthMode_GMAC, sa_AuthMode_GMAC_AH, sa_AuthMode_CMAC, sa_AuthMode_CBC_MAC, sa_AuthMode_AES_XCBC, sa_AuthMode_KASUMI_F9 } |
enum Sa_AuthMode_e |