Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

mbedtls_ccm_context Struct Reference

mbedtls_ccm_context Struct Reference

The CCM context-type definition. More...

#include <ccm.h>

Data Fields

CRYS_AESCCM_Key_t cipher_key
mbedtls_cipher_context_t cipher_ctx

Detailed Description

The CCM context-type definition.

The CCM context is passed to the APIs called.

Definition at line 31 of file ccm_alt.h.


Field Documentation

The cipher context used.

Definition at line 73 of file ccm.h.

cipher key used

Definition at line 32 of file ccm_alt.h.