OpenVPN
Data Fields
tls_pre_decrypt_state Struct Reference

struct that stores the temporary data for the tls lite decrypt functions More...

#include <ssl_pkt.h>

Collaboration diagram for tls_pre_decrypt_state:
Collaboration graph
[legend]

Data Fields

struct tls_wrap_ctx tls_wrap_tmp
 
struct buffer newbuf
 
struct session_id peer_session_id
 
struct session_id server_session_id
 

Detailed Description

struct that stores the temporary data for the tls lite decrypt functions

Definition at line 104 of file ssl_pkt.h.

Field Documentation

◆ newbuf

struct buffer tls_pre_decrypt_state::newbuf

◆ peer_session_id

struct session_id tls_pre_decrypt_state::peer_session_id

◆ server_session_id

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().

◆ tls_wrap_tmp

struct tls_wrap_ctx tls_pre_decrypt_state::tls_wrap_tmp

The documentation for this struct was generated from the following file: