OpenVPN
|
Data Fields | |
struct crypto_options | co |
struct key_type | kt |
struct buffer | source |
struct buffer | ciphertext |
struct buffer | unwrapped |
Definition at line 145 of file test_tls_crypt.c.
struct buffer test_tls_crypt_context::ciphertext |
Definition at line 149 of file test_tls_crypt.c.
Referenced by test_tls_crypt_setup(), test_tls_crypt_teardown(), tls_crypt_fail_invalid_key(), tls_crypt_fail_msg_too_long(), tls_crypt_fail_replay(), tls_crypt_ignore_replay(), tls_crypt_loopback(), tls_crypt_loopback_max_len(), and tls_crypt_loopback_zero_len().
struct crypto_options test_tls_crypt_context::co |
Definition at line 146 of file test_tls_crypt.c.
Referenced by test_tls_crypt_setup(), test_tls_crypt_teardown(), tls_crypt_fail_invalid_key(), tls_crypt_fail_msg_too_long(), tls_crypt_fail_replay(), tls_crypt_ignore_replay(), tls_crypt_loopback(), tls_crypt_loopback_max_len(), and tls_crypt_loopback_zero_len().
struct key_type test_tls_crypt_context::kt |
Definition at line 147 of file test_tls_crypt.c.
Referenced by skip_if_tls_crypt_not_supported(), test_tls_crypt_setup(), and tls_crypt_fail_invalid_key().
struct buffer test_tls_crypt_context::source |
Definition at line 148 of file test_tls_crypt.c.
Referenced by test_tls_crypt_secure_reneg_key(), test_tls_crypt_setup(), test_tls_crypt_teardown(), tls_crypt_fail_invalid_key(), tls_crypt_fail_msg_too_long(), tls_crypt_fail_replay(), tls_crypt_ignore_replay(), tls_crypt_loopback(), tls_crypt_loopback_max_len(), and tls_crypt_loopback_zero_len().
struct buffer test_tls_crypt_context::unwrapped |
Definition at line 150 of file test_tls_crypt.c.
Referenced by test_tls_crypt_setup(), test_tls_crypt_teardown(), tls_crypt_fail_invalid_key(), tls_crypt_fail_replay(), tls_crypt_ignore_replay(), tls_crypt_loopback(), tls_crypt_loopback_max_len(), and tls_crypt_loopback_zero_len().