|
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 440 of file test_tls_crypt.c.
| struct key_ctx_bi test_tls_crypt_v2_context::client_key |
Definition at line 446 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 445 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 442 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), test_tls_crypt_v2_teardown(), tls_crypt_v2_unwrap_checks(), 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 447 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 443 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 444 of file test_tls_crypt.c.
Referenced by test_tls_crypt_v2_setup(), test_tls_crypt_v2_teardown(), tls_crypt_v2_unwrap_checks(), tls_crypt_v2_wrap_too_long_metadata(), tls_crypt_v2_wrap_unwrap_dst_too_small(), tls_crypt_v2_wrap_unwrap_invalid(), 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 448 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 449 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().