Loading...
Searching...
No Matches
cipher_context_t Struct Reference

the context for cipher-operations More...

Detailed Description

the context for cipher-operations

Definition at line 78 of file ciphers.h.

#include <ciphers.h>

Data Fields

uint8_t key_size
 key size used
 
uint8_t context [CIPHER_MAX_CONTEXT_SIZE]
 buffer for cipher operations
 

Field Documentation

◆ context

uint8_t cipher_context_t::context[CIPHER_MAX_CONTEXT_SIZE]

buffer for cipher operations

Definition at line 80 of file ciphers.h.

◆ key_size

uint8_t cipher_context_t::key_size

key size used

Definition at line 79 of file ciphers.h.


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