nrfxlib API 2.8.99
|
Data necessary for a single AES-CCM* operation. More...
#include <nrf_802154_aes_ccm.h>
Data Fields | |
uint8_t | key [AES_CCM_KEY_SIZE] |
Pointer to AES-CCM* key. | |
uint8_t * | auth_data |
Pointer to AES-CCM* authorization data. | |
uint64_t | auth_data_len |
Length of AES-CCM* authorization data. | |
uint8_t * | plain_text_data |
Pointer to AES-CCM* plain text data for encryption and authorization. | |
uint8_t | plain_text_data_len |
Length of plain text data. | |
uint8_t | nonce [(15 - 2)] |
Pointer to AES-CCM* nonce. | |
uint8_t | mic_level |
Message Integrity Code level. | |
uint8_t * | raw_frame |
Pointer to the buffer that contains the PHR and PSDU of the transmitted frame. | |
Data necessary for a single AES-CCM* operation.