Mbed TLS v3.5.0
|
#include <chachapoly.h>
Definition at line 60 of file chachapoly.h.
uint64_t mbedtls_chachapoly_context::private_aad_len |
The length (bytes) of the Additional Authenticated Data.
Definition at line 63 of file chachapoly.h.
mbedtls_chacha20_context mbedtls_chachapoly_context::private_chacha20_ctx |
The ChaCha20 context.
Definition at line 61 of file chachapoly.h.
uint64_t mbedtls_chachapoly_context::private_ciphertext_len |
The length (bytes) of the ciphertext.
Definition at line 64 of file chachapoly.h.
mbedtls_chachapoly_mode_t mbedtls_chachapoly_context::private_mode |
Cipher mode (encrypt or decrypt).
Definition at line 66 of file chachapoly.h.
mbedtls_poly1305_context mbedtls_chachapoly_context::private_poly1305_ctx |
The Poly1305 context.
Definition at line 62 of file chachapoly.h.
int mbedtls_chachapoly_context::private_state |
The current state of the context.
Definition at line 65 of file chachapoly.h.