mbedtls_chacha20_context is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
private_state
uint32_t MBEDTLS_PRIVATE(state)[16]
private_keystream8
uint8_t MBEDTLS_PRIVATE(keystream8)[64]
The state (before round operations).
private_keystream_bytes_used
Leftover keystream bytes.
state
uint32_t MBEDTLS_PRIVATE(state)[16]
keystream8
uint8_t MBEDTLS_PRIVATE(keystream8)[64]
The state (before round operations).
keystream_bytes_used
size_t MBEDTLS_PRIVATE(keystream_bytes_used
Leftover keystream bytes.