1.2.11.4 Library Interface

The SE Security service library provides the following interfaces:

Functions

NameDescription
CIPHER_Wrapper_AesCmacDirectPerforms AES-CMAC to generate the MAC in single step without initialization
CIPHER_Wrapper_AesCcmSetkeyInitializes the CCM context and sets the encryption key
CIPHER_Wrapper_AesCcmAuthDecryptPerforms a CCM authenticated decryption of a buffer
CIPHER_Wrapper_AesCcmEncryptAndTagPerforms a CCM authenticated encryption of a buffer
CIPHER_Wrapper_AesEaxEncryptPerforms AES-EAX authenticated encryption of a buffer
CIPHER_Wrapper_AesEaxDecryptPerforms AES-EAX authenticated decryption of a buffer
AES_Wrapper_SetEncryptEcbKeySets the key for further AES ECB encryption
AES_Wrapper_EncryptEcbEncrypts one block of data in AES ECB mode