BearSSL
br_ccm_context Struct Reference

Context structure for CCM. More...

Detailed Description

Context structure for CCM.

CCM is an AEAD mode that combines a block cipher in CTR mode with CBC-MAC using the same block cipher and the same key, to provide authenticated encryption:

The CCM initialisation function receives as parameter an initialised block cipher implementation context, with the secret key already set. A pointer to that context will be kept within the CCM context structure. It is up to the caller to allocate and initialise that block cipher context.


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