Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_ccm_context Struct Reference

The CCM context-type definition. More...

#include <ccm_alt.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 83 of file TARGET_NUVOTON/TARGET_M460/ccm/ccm_alt.h.

Field Documentation

◆ cipher_ctx

The cipher context used.

Definition at line 85 of file ccm.h.