#include <ssl.h>
Definition at line 547 of file ssl.h.
◆ cipher_ctx_dec
decryption context
Definition at line 573 of file ssl.h.
◆ cipher_ctx_enc
encryption context
Definition at line 572 of file ssl.h.
◆ ciphersuite_info
Chosen cipersuite_info
Definition at line 552 of file ssl.h.
◆ ctx_deflate
| z_stream _ssl_transform::ctx_deflate |
compression context
Definition at line 579 of file ssl.h.
◆ ctx_inflate
| z_stream _ssl_transform::ctx_inflate |
decompression context
Definition at line 580 of file ssl.h.
◆ fixed_ivlen
| size_t _ssl_transform::fixed_ivlen |
Fixed part of IV (AEAD)
Definition at line 557 of file ssl.h.
◆ iv_dec
| unsigned char _ssl_transform::iv_dec[16] |
IV (decryption)
Definition at line 561 of file ssl.h.
◆ iv_enc
| unsigned char _ssl_transform::iv_enc[16] |
IV (encryption)
Definition at line 560 of file ssl.h.
◆ ivlen
| size_t _ssl_transform::ivlen |
IV length
Definition at line 556 of file ssl.h.
◆ keylen
| unsigned int _ssl_transform::keylen |
symmetric key length
Definition at line 554 of file ssl.h.
◆ mac_dec
| unsigned char _ssl_transform::mac_dec[20] |
SSL v3.0 secret (dec)
Definition at line 566 of file ssl.h.
◆ mac_enc
| unsigned char _ssl_transform::mac_enc[20] |
SSL v3.0 secret (enc)
Definition at line 565 of file ssl.h.
◆ maclen
| size_t _ssl_transform::maclen |
MAC length
Definition at line 558 of file ssl.h.
◆ md_ctx_dec
MAC (decryption)
Definition at line 570 of file ssl.h.
◆ md_ctx_enc
MAC (encryption)
Definition at line 569 of file ssl.h.
◆ minlen
| size_t _ssl_transform::minlen |
min. ciphertext length
Definition at line 555 of file ssl.h.
The documentation for this struct was generated from the following file: