Format of 16 byte input block of CCM. More...
Format of 16 byte input block of CCM.
Definition at line 361 of file ieee802154_security.h.
#include <ieee802154_security.h>
Data Fields | |
| uint8_t | flags | 
| Flags field.  | |
| ieee802154_sec_ccm_nonce_t | nonce | 
| Nonce (Number that is only used once)  | |
| uint16_t | counter | 
| Either the length of the actual message (for CBC-MAC) or a block counter (for CTR)  | |