AesCtrContext Struct Reference

Description

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

Definition at line 52 of file btl_security_types.h .

#include < btl_security_types.h >

Data Fields

sl_se_key_descriptor_t aesKeyDesc
SE Manager Key descriptor.
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