Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ccm_globals_t Struct Reference
CCM global structure. The structure is used for configuring NONCE, adata and data before calling ccm_process_run(). More...
#include <ccmLIB.h>
Data Fields | |
uint8_t | exp_nonce [15] |
CCM NONCE buffer Nonce. | |
uint8_t * | data_ptr |
Pointer to data IN. | |
uint16_t | data_len |
Length of data IN. | |
const uint8_t * | adata_ptr |
Pointer to authentication data. | |
uint16_t | adata_len |
Length of authentication data. | |
uint8_t | mic_len |
ccm_sec_init() sets here the length of MIC. | |
uint8_t * | mic |
Encrypt process writes MIC. |
Detailed Description
CCM global structure. The structure is used for configuring NONCE, adata and data before calling ccm_process_run().
Definition at line 80 of file ccmLIB.h.
Field Documentation
uint8_t* mic |
uint8_t mic_len |
ccm_sec_init() sets here the length of MIC.
Generated on Tue Jul 12 2022 12:46:54 by
