nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_802154_aes_ccm_data_t Struct Reference

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.
 

Detailed Description

Data necessary for a single AES-CCM* operation.


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