Mbed OS Reference
|
Data Fields | |
size_t | minlen |
size_t | ivlen |
size_t | fixed_ivlen |
size_t | maclen |
size_t | taglen |
unsigned char | iv_enc [16] |
unsigned char | iv_dec [16] |
mbedtls_cipher_context_t | cipher_ctx_enc |
mbedtls_cipher_context_t | cipher_ctx_dec |
Definition at line 728 of file ssl_internal.h.
size_t minlen |
min. ciphertext length
Definition at line 733 of file ssl_internal.h.
size_t ivlen |
IV length
Definition at line 734 of file ssl_internal.h.
size_t fixed_ivlen |
Fixed part of IV (AEAD)
Definition at line 735 of file ssl_internal.h.
size_t maclen |
MAC(CBC) len
Definition at line 736 of file ssl_internal.h.
size_t taglen |
TAG(AEAD) len
Definition at line 737 of file ssl_internal.h.
unsigned char iv_enc[16] |
IV (encryption)
Definition at line 739 of file ssl_internal.h.
unsigned char iv_dec[16] |
IV (decryption)
Definition at line 740 of file ssl_internal.h.
mbedtls_cipher_context_t cipher_ctx_enc |
encryption context
Definition at line 759 of file ssl_internal.h.
mbedtls_cipher_context_t cipher_ctx_dec |
decryption context
Definition at line 760 of file ssl_internal.h.