ReactOS 0.4.16-dev-336-gb667d82
|
#include <ssl_internal.h>
Definition at line 512 of file ssl_internal.h.
mbedtls_cipher_context_t mbedtls_ssl_transform::cipher_ctx_dec |
decryption context
Definition at line 538 of file ssl_internal.h.
mbedtls_cipher_context_t mbedtls_ssl_transform::cipher_ctx_enc |
encryption context
Definition at line 537 of file ssl_internal.h.
const mbedtls_ssl_ciphersuite_t* mbedtls_ssl_transform::ciphersuite_info |
Chosen cipersuite_info
Definition at line 517 of file ssl_internal.h.
size_t mbedtls_ssl_transform::fixed_ivlen |
Fixed part of IV (AEAD)
Definition at line 522 of file ssl_internal.h.
IV (decryption)
Definition at line 526 of file ssl_internal.h.
IV (encryption)
Definition at line 525 of file ssl_internal.h.
size_t mbedtls_ssl_transform::ivlen |
IV length
Definition at line 521 of file ssl_internal.h.
symmetric key length (bytes)
Definition at line 519 of file ssl_internal.h.
size_t mbedtls_ssl_transform::maclen |
MAC length
Definition at line 523 of file ssl_internal.h.
mbedtls_md_context_t mbedtls_ssl_transform::md_ctx_dec |
MAC (decryption)
Definition at line 535 of file ssl_internal.h.
mbedtls_md_context_t mbedtls_ssl_transform::md_ctx_enc |
MAC (encryption)
Definition at line 534 of file ssl_internal.h.
size_t mbedtls_ssl_transform::minlen |
min. ciphertext length
Definition at line 520 of file ssl_internal.h.