Mistake on this page?
Report an issue in GitHub or email us
Macros
CryptoCell AES definitions

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

Macro Definition Documentation

#define SASI_AES_BLOCK_SIZE_IN_BYTES   (SASI_AES_BLOCK_SIZE_IN_WORDS * sizeof(uint32_t))

The AES block size in bytes.

Definition at line 64 of file ssi_aes_defs.h.

#define SASI_AES_BLOCK_SIZE_IN_WORDS   4

The AES block size in words.

Definition at line 62 of file ssi_aes_defs.h.

#define SASI_AES_IV_SIZE_IN_BYTES   (SASI_AES_IV_SIZE_IN_WORDS * sizeof(uint32_t))

The size of the IV buffer in bytes.

Definition at line 69 of file ssi_aes_defs.h.

#define SASI_AES_IV_SIZE_IN_WORDS   SASI_AES_BLOCK_SIZE_IN_WORDS

The size of the IV buffer in words.

Definition at line 67 of file ssi_aes_defs.h.

#define SASI_AES_KEY_MAX_SIZE_IN_BYTES   (SASI_AES_KEY_MAX_SIZE_IN_WORDS * sizeof(uint32_t))

The maximum size of the AES KEY in bytes.

Definition at line 74 of file ssi_aes_defs.h.

#define SASI_AES_KEY_MAX_SIZE_IN_WORDS   4

The maximum size of the AES KEY in words.

Definition at line 72 of file ssi_aes_defs.h.

#define SASI_AES_USER_CTX_SIZE_IN_WORDS   (4+4+7+4)

The size of the user's context prototype (see SaSiAesUserContext_t) in words.

Definition at line 59 of 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.