BearSSL
|
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... | |
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.
const void* br_sslrec_ccm_context::gen |
const br_sslrec_in_ccm_class* br_sslrec_ccm_context::in |
const br_sslrec_out_ccm_class* br_sslrec_ccm_context::out |
union { ... } br_sslrec_ccm_context::vtable |
Pointer to vtable.