nRF5 SDK v13.0.0
Data Fields
SaSiAesUserKeyData_t Struct Reference

#include <ssi_aes.h>

Data Fields

uint8_t * pKey
 
size_t keySize
 

Detailed Description

AES User Key Data.

Field Documentation

size_t SaSiAesUserKeyData_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.
uint8_t* SaSiAesUserKeyData_t::pKey

Pointer to the key.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated