Knight KE / Mbed OS Game_Master
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 60 of file ccm.h.

cipher key used

Definition at line 32 of file ccm_alt.h.