mbedtls_cipher_context_t is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
Information about the associated cipher.
int
Key length to use.
Operation that the key of the context has been initialized for.
unsigned char[MBEDTLS_MAX_BLOCK_LENGTH]
Buffer for input that has not been processed yet.
size_t
Number of Bytes that have not been processed yet.
unsigned char[MBEDTLS_MAX_IV_LENGTH]
Current IV or NONCE_COUNTER for CTR-mode, data unit (or sector) number for XTS-mode.
size_t
IV size in Bytes, for ciphers with variable-length IVs.
void *
The cipher-specific context.

References

from examples