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 81 of file ssl_pkt.h.
Referenced by do_init_frame_tls(), init_tas_auth(), test_generate_reset_packet_plain(), tls_auth_standalone_init(), and tls_reset_standalone().
struct tls_wrap_ctx tls_auth_standalone::tls_wrap |
Definition at line 79 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(), test_tls_decrypt_lite_auth(), test_tls_decrypt_lite_crypt(), test_tls_decrypt_lite_none(), test_verify_hmac_none(), tls_auth_standalone_free(), tls_auth_standalone_init(), and tls_pre_decrypt_lite().
struct buffer tls_auth_standalone::workbuf |
Definition at line 80 of file ssl_pkt.h.
Referenced by do_init_frame_tls(), free_tas(), init_tas_auth(), init_tas_crypt(), test_generate_reset_packet_plain(), and tls_reset_standalone().