Mistake on this page?
Report an issue in GitHub or email us
Macros
ssi_aes_defs.h File Reference

This file contains definitions that are used for the ARM CryptoCell 3xx version of the CryptoCell AES APIs. More...

#include "ssi_pal_types.h"

Go to the source code of this file.

Macros

#define SASI_AES_USER_CTX_SIZE_IN_WORDS   (4+4+7+4)
 
#define SASI_AES_BLOCK_SIZE_IN_WORDS   4
 
#define SASI_AES_BLOCK_SIZE_IN_BYTES   (SASI_AES_BLOCK_SIZE_IN_WORDS * sizeof(uint32_t))
 
#define SASI_AES_IV_SIZE_IN_WORDS   SASI_AES_BLOCK_SIZE_IN_WORDS
 
#define SASI_AES_IV_SIZE_IN_BYTES   (SASI_AES_IV_SIZE_IN_WORDS * sizeof(uint32_t))
 
#define SASI_AES_KEY_MAX_SIZE_IN_WORDS   4
 
#define SASI_AES_KEY_MAX_SIZE_IN_BYTES   (SASI_AES_KEY_MAX_SIZE_IN_WORDS * sizeof(uint32_t))
 

Detailed Description

This file contains definitions that are used for the ARM CryptoCell 3xx version of the CryptoCell AES APIs.

Definition in file ssi_aes_defs.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.