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 340 of file test_tls_crypt.c.
struct key_ctx_bi test_tls_crypt_v2_context::client_key |
Definition at line 345 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 344 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 341 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 346 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 342 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 343 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 347 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 348 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().