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

Fields

Field
Declared as
Description
private_y
unsigned char MBEDTLS_PRIVATE(y)[16]
The Y working buffer.
private_ctr
unsigned char MBEDTLS_PRIVATE(ctr)[16]
The counter buffer.
private_plaintext_len
private_add_len
private_tag_len
private_processed
private_q
unsigned int MBEDTLS_PRIVATE
private_mode
unsigned int MBEDTLS_PRIVATE
private_cipher_ctx
private_state
unsigned char MBEDTLS_PRIVATE(y)[16]
The Y working buffer.
unsigned char MBEDTLS_PRIVATE(ctr)[16]
The counter buffer.
size_t MBEDTLS_PRIVATE(plaintext_len
size_t MBEDTLS_PRIVATE(add_len
size_t MBEDTLS_PRIVATE(tag_len
size_t MBEDTLS_PRIVATE(processed
unsigned int MBEDTLS_PRIVATE(q
unsigned int MBEDTLS_PRIVATE(mode
int MBEDTLS_PRIVATE(state

References