#include <ssi_aes.h>
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.
- external/nrf_cc310/include/ssi_aes.h