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

Fields

Field
Declared as
Description
private_r
uint32_t MBEDTLS_PRIVATE(r)[4]
private_s
uint32_t MBEDTLS_PRIVATE(s)[4]
The value for 'r' (low 128 bits of the key).
private_acc
uint32_t MBEDTLS_PRIVATE(acc)[5]
The value for 's' (high 128 bits of the key).
private_queue
uint8_t MBEDTLS_PRIVATE(queue)[16]
The accumulator number.
private_queue_len
The current partial block of data.
r
uint32_t MBEDTLS_PRIVATE(r)[4]
s
uint32_t MBEDTLS_PRIVATE(s)[4]
The value for 'r' (low 128 bits of the key).
acc
uint32_t MBEDTLS_PRIVATE(acc)[5]
The value for 's' (high 128 bits of the key).
queue
uint8_t MBEDTLS_PRIVATE(queue)[16]
The accumulator number.
queue_len
size_t MBEDTLS_PRIVATE(queue_len
The current partial block of data.