ReactOS 0.4.15-dev-7934-g1dc8d80
mbedtls_ccm_context Struct Reference

The CCM context-type definition. The CCM context is passed to the APIs called. More...

#include <ccm.h>

Collaboration diagram for mbedtls_ccm_context:

Public Attributes

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

Member Data Documentation

◆ cipher_ctx

mbedtls_cipher_context_t mbedtls_ccm_context::cipher_ctx

The cipher context used.

Definition at line 105 of file ccm.h.


The documentation for this struct was generated from the following file: