OpenVPN
|
#include <ssl_pkt.h>
Data Fields | |
struct tls_wrap_ctx | tls_wrap |
struct buffer | workbuf |
struct frame | frame |
struct frame tls_auth_standalone::frame |
Definition at line 82 of file ssl_pkt.h.
Referenced by do_init_frame_tls(), init_tas_auth(), test_generate_reset_packet_plain(), and tls_auth_standalone_init().
struct tls_wrap_ctx tls_auth_standalone::tls_wrap |
Definition at line 80 of file ssl_pkt.h.
Referenced by do_init_frame_tls(), do_pre_decrypt_check(), free_tas(), init_tas_auth(), init_tas_crypt(), test_generate_reset_packet_plain(), test_generate_reset_packet_tls_auth(), tls_auth_standalone_free(), and tls_auth_standalone_init().
struct buffer tls_auth_standalone::workbuf |
Definition at line 81 of file ssl_pkt.h.
Referenced by do_init_frame_tls(), free_tas(), init_tas_auth(), init_tas_crypt(), and test_generate_reset_packet_plain().