Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

SaSiAesUserKeyData_t Struct Reference

SaSiAesUserKeyData_t Struct Reference
[CryptoCell AES APIs]

#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.