========================== Context Definition =========================== This structure contains the attributes that defines the current state of the MIC key Calculator More...
#include <me_mic.h>
Data Fields | |
| uint32_t | mic_key_least |
| Holds the 1st 4 bytes of the intermediate MIC key during the calculation process (little-end). | |
| uint32_t | mic_key_most |
| Holds the last 4 bytes of the intermediate MIC key during the calculation process (little-end). | |
| uint32_t | last_m_i |
| Contain the latest incomplete M(i) block. | |
| uint8_t | last_m_i_len |
| Length of M(i) that has already been received. | |
========================== Context Definition =========================== This structure contains the attributes that defines the current state of the MIC key Calculator
Definition at line 42 of file me_mic.h.
1.6.1