Mistake on this page?
Report an issue in GitHub or email us
Data Fields
SaSiAesUserKeyData_t Struct Reference

#include <ssi_aes.h>

Data Fields

uint8_t * pKey
 
size_t keySize
 

Detailed Description

AES User Key Data.

Definition at line 143 of file ssi_aes.h.

Field Documentation

size_t keySize

The key size in bytes. Valid values:

  • For XTS mode - 32 or 64 byte, indicating the full size of the double key (2x128 or 2x256 bit).
  • For XCBC-MAC mode - 16 byte (limited by the standard).
  • For all other modes - 16, 24 or 32 byte.

Definition at line 145 of file ssi_aes.h.

uint8_t* pKey

Pointer to the key.

Definition at line 144 of file ssi_aes.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.