BearSSL
Data Fields
br_sslrec_ccm_context Struct Reference

Context structure for processing records with CCM. More...

Data Fields

union {
   const void *   gen
 
   const br_sslrec_in_ccm_class *   in
 
   const br_sslrec_out_ccm_class *   out
 
vtable
 Pointer to vtable. More...
 

Detailed Description

Context structure for processing records with CCM.

The same context structure is used for encrypting and decrypting.

The first field points to the vtable. The other fields are opaque and shall not be accessed directly.

Field Documentation

◆ gen

const void* br_sslrec_ccm_context::gen

◆ in

const br_sslrec_in_ccm_class* br_sslrec_ccm_context::in

◆ out

const br_sslrec_out_ccm_class* br_sslrec_ccm_context::out

◆ vtable

union { ... } br_sslrec_ccm_context::vtable

Pointer to vtable.


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