nRF5 SDK
v17.0.2
Choose documentation:
nRF5 SDK
S112 SoftDevice API
S113 SoftDevice API
S122 SoftDevice API
S132 SoftDevice API
S140 SoftDevice API
S212 SoftDevice API
S312 SoftDevice API
S332 SoftDevice API
S340 SoftDevice API
All
Data Structures
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
Data Fields
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.
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:
external/nrf_cc310/include/ssi_aes.h
Documentation feedback
|
Developer Zone
|
Subscribe
| Updated