ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
Aes256CtrWork Struct Reference

Public Attributes

mbedtls_aes_context aes
 
uint8_t ks [16]
 

Detailed Description

Definition at line 36 of file aes256ctr.cpp.

Member Data Documentation

◆ aes

mbedtls_aes_context Aes256CtrWork::aes

Definition at line 38 of file aes256ctr.cpp.

Referenced by pc_aes256ctr_crypt(), and pc_aes256ctr_get_length().

◆ ks

uint8_t Aes256CtrWork::ks[16]

Definition at line 39 of file aes256ctr.cpp.

Referenced by pc_aes256ctr_crypt(), and pc_aes256ctr_get_length().


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