OpenVPN
|
Data Fields | |
struct gc_arena | gc |
struct key2 | server_key2 |
struct key_ctx_bi | server_keys |
struct key2 | client_key2 |
struct key_ctx_bi | client_key |
struct buffer | metadata |
struct buffer | unwrapped_metadata |
struct buffer | wkc |
Definition at line 419 of file test_tls_crypt.c.
struct key_ctx_bi test_tls_crypt_v2_context::client_key |
Definition at line 424 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_teardown().
struct key2 test_tls_crypt_v2_context::client_key2 |
Definition at line 423 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), tls_crypt_v2_wrap_too_long_metadata(), tls_crypt_v2_wrap_unwrap_dst_too_small(), tls_crypt_v2_wrap_unwrap_max_metadata(), tls_crypt_v2_wrap_unwrap_no_metadata(), and tls_crypt_v2_wrap_unwrap_wrong_key().
struct gc_arena test_tls_crypt_v2_context::gc |
Definition at line 420 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), test_tls_crypt_v2_teardown(), tls_crypt_v2_wrap_too_long_metadata(), tls_crypt_v2_wrap_unwrap_dst_too_small(), tls_crypt_v2_wrap_unwrap_max_metadata(), tls_crypt_v2_wrap_unwrap_no_metadata(), and tls_crypt_v2_wrap_unwrap_wrong_key().
struct buffer test_tls_crypt_v2_context::metadata |
Definition at line 425 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), tls_crypt_v2_wrap_too_long_metadata(), tls_crypt_v2_wrap_unwrap_dst_too_small(), tls_crypt_v2_wrap_unwrap_max_metadata(), tls_crypt_v2_wrap_unwrap_no_metadata(), and tls_crypt_v2_wrap_unwrap_wrong_key().
struct key2 test_tls_crypt_v2_context::server_key2 |
Definition at line 421 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), and tls_crypt_v2_wrap_unwrap_wrong_key().
struct key_ctx_bi test_tls_crypt_v2_context::server_keys |
Definition at line 422 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), test_tls_crypt_v2_teardown(), tls_crypt_v2_wrap_too_long_metadata(), tls_crypt_v2_wrap_unwrap_dst_too_small(), tls_crypt_v2_wrap_unwrap_max_metadata(), tls_crypt_v2_wrap_unwrap_no_metadata(), and tls_crypt_v2_wrap_unwrap_wrong_key().
struct buffer test_tls_crypt_v2_context::unwrapped_metadata |
Definition at line 426 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), tls_crypt_v2_wrap_unwrap_dst_too_small(), and tls_crypt_v2_wrap_unwrap_wrong_key().
struct buffer test_tls_crypt_v2_context::wkc |
Definition at line 427 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), tls_crypt_v2_wrap_too_long_metadata(), tls_crypt_v2_wrap_unwrap_dst_too_small(), tls_crypt_v2_wrap_unwrap_max_metadata(), and tls_crypt_v2_wrap_unwrap_wrong_key().