Denislam Valeev / Mbed OS Nucleo_rtos_basic
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

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 55 of file ccm.h.


Field Documentation

The cipher context used.

Definition at line 56 of file ccm.h.