AesCtrContext Struct ReferencePlugin > Security > AES

Description

Context variable type for AES-CTR (and AES-CCM)

Definition at line 45 of file btl_security_types.h.

#include <btl_security_types.h>

Data Fields

mbedtls_aes_context aesContext
 mbedTLS AES context
 
size_t offsetInBlock
 Position in block of last byte en/decrypted.
 
uint8_t streamBlock [16]
 Current CTR encrypted block.
 
uint8_t counter [16]
 Current counter/CCM value.
 

The documentation for this struct was generated from the following file:
  • btl_security_types.h