|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <chachapoly.h>

Public Attributes | |
| mbedtls_chacha20_context | chacha20_ctx |
| mbedtls_poly1305_context | poly1305_ctx |
| uint64_t | aad_len |
| uint64_t | ciphertext_len |
| int | state |
| mbedtls_chachapoly_mode_t | mode |
Definition at line 89 of file chachapoly.h.
| uint64_t mbedtls_chachapoly_context::aad_len |
The length (bytes) of the Additional Authenticated Data.
Definition at line 93 of file chachapoly.h.
| mbedtls_chacha20_context mbedtls_chachapoly_context::chacha20_ctx |
The ChaCha20 context.
Definition at line 91 of file chachapoly.h.
| uint64_t mbedtls_chachapoly_context::ciphertext_len |
The length (bytes) of the ciphertext.
Definition at line 94 of file chachapoly.h.
| mbedtls_chachapoly_mode_t mbedtls_chachapoly_context::mode |
Cipher mode (encrypt or decrypt).
Definition at line 96 of file chachapoly.h.
| mbedtls_poly1305_context mbedtls_chachapoly_context::poly1305_ctx |
The Poly1305 context.
Definition at line 92 of file chachapoly.h.
| int mbedtls_chachapoly_context::state |
The current state of the context.
Definition at line 95 of file chachapoly.h.