52 #define CCM_STAR_AUTH_FLAGS(Adata, M) ((Adata ? (1 << 6) : 0) | (((M - 2) >> 1) << 3) | 1)
53 #define CCM_STAR_ENCRYPTION_FLAGS 1
56 #define CCM_STAR CCM_STAR_CONF
58 #define CCM_STAR ccm_star_driver
71 void (*
mic)(
const uint8_t *extended_source_address,
78 void (*
ctr)(
const uint8_t *extended_source_address);
void(* ctr)(const uint8_t *extended_source_address)
XORs the frame in the packetbuf with the key stream.
802.15.4 frame creation and parsing functions
Structure of CCM* drivers.
void(* mic)(const uint8_t *extended_source_address, uint8_t *result, uint8_t mic_len)
Generates a MIC over the frame in the packetbuf.