Loading...
Searching...
No Matches
ieee802154_sec_ccm_block_t Struct Reference

Format of 16 byte input block of CCM. More...

Detailed Description

Format of 16 byte input block of CCM.

Definition at line 362 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)
 

Field Documentation

◆ counter

uint16_t ieee802154_sec_ccm_block_t::counter

Either the length of the actual message (for CBC-MAC) or a block counter (for CTR)

Definition at line 375 of file ieee802154_security.h.

◆ flags

uint8_t ieee802154_sec_ccm_block_t::flags

Flags field.

Definition at line 366 of file ieee802154_security.h.

◆ nonce

ieee802154_sec_ccm_nonce_t ieee802154_sec_ccm_block_t::nonce

Nonce (Number that is only used once)

Definition at line 370 of file ieee802154_security.h.


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