#include <ssl.h>
Definition at line 446 of file ssl.h.
decryption context
Definition at line 472 of file ssl.h.
encryption context
Definition at line 471 of file ssl.h.
Chosen cipersuite_info
Definition at line 451 of file ssl.h.
size_t _ssl_transform::fixed_ivlen |
Fixed part of IV (AEAD)
Definition at line 456 of file ssl.h.
unsigned char _ssl_transform::iv_dec[16] |
IV (decryption)
Definition at line 460 of file ssl.h.
unsigned char _ssl_transform::iv_enc[16] |
IV (encryption)
Definition at line 459 of file ssl.h.
size_t _ssl_transform::ivlen |
IV length
Definition at line 455 of file ssl.h.
unsigned int _ssl_transform::keylen |
symmetric key length
Definition at line 453 of file ssl.h.
unsigned char _ssl_transform::mac_dec[32] |
SSL v3.0 secret (dec)
Definition at line 465 of file ssl.h.
unsigned char _ssl_transform::mac_enc[32] |
SSL v3.0 secret (enc)
Definition at line 464 of file ssl.h.
size_t _ssl_transform::maclen |
MAC length
Definition at line 457 of file ssl.h.
MAC (decryption)
Definition at line 469 of file ssl.h.
MAC (encryption)
Definition at line 468 of file ssl.h.
size_t _ssl_transform::minlen |
min. ciphertext length
Definition at line 454 of file ssl.h.
The documentation for this struct was generated from the following file: