OpenVPN
|
struct that stores the temporary data for the tls lite decrypt functions More...
#include <ssl_pkt.h>
Data Fields | |
struct tls_wrap_ctx | tls_wrap_tmp |
struct buffer | newbuf |
struct session_id | peer_session_id |
struct session_id | server_session_id |
struct that stores the temporary data for the tls lite decrypt functions
struct buffer tls_pre_decrypt_state::newbuf |
Definition at line 106 of file ssl_pkt.h.
Referenced by check_session_id_hmac(), free_tls_pre_decrypt_state(), and tls_pre_decrypt_lite().
struct session_id tls_pre_decrypt_state::peer_session_id |
Definition at line 107 of file ssl_pkt.h.
Referenced by check_session_id_hmac(), do_pre_decrypt_check(), multi_get_create_instance_udp(), send_hmac_reset_packet(), test_generate_reset_packet_plain(), test_generate_reset_packet_tls_auth(), and tls_pre_decrypt_lite().
struct session_id tls_pre_decrypt_state::server_session_id |
Definition at line 108 of file ssl_pkt.h.
Referenced by check_session_id_hmac(), and multi_get_create_instance_udp().
struct tls_wrap_ctx tls_pre_decrypt_state::tls_wrap_tmp |
Definition at line 105 of file ssl_pkt.h.
Referenced by free_tls_pre_decrypt_state(), send_hmac_reset_packet(), and tls_pre_decrypt_lite().