Contiki 3.x
Data Fields
ccm_star_driver Struct Reference

Structure of CCM* drivers. More...

#include <core/net/llsec/ccm-star.h>

Data Fields

void(* mic )(const uint8_t *extended_source_address, uint8_t *result, uint8_t mic_len)
 Generates a MIC over the frame in the packetbuf. More...
 
void(* ctr )(const uint8_t *extended_source_address)
 XORs the frame in the packetbuf with the key stream.
 

Detailed Description

Structure of CCM* drivers.

Definition at line 64 of file ccm-star.h.

Field Documentation

void(* ccm_star_driver::mic)(const uint8_t *extended_source_address, uint8_t *result, uint8_t mic_len)

Generates a MIC over the frame in the packetbuf.

Parameters
resultThe generated MIC will be put here
mic_len<= 16; set to LLSEC802154_MIC_LENGTH to be compliant

Definition at line 71 of file ccm-star.h.