OpenVPN
|
#include <crypto.h>
Data Fields | |
const char * | cipher |
const name of the cipher More... | |
const char * | digest |
Message digest static parameters. More... | |
const char* key_type::cipher |
const name of the cipher
Definition at line 141 of file crypto.h.
Referenced by adjust_payload_max_cbc(), calc_packet_id_size_dc(), calculate_crypto_overhead(), check_key(), create_kt(), do_init_crypto_tls(), do_init_tls_wrap_key(), frame_calculate_fragment(), frame_calculate_payload_overhead(), init_crypto_options(), init_key_contexts(), init_key_ctx(), init_key_type(), key_is_zero(), key_print(), options_string(), read_key(), skip_if_tls_crypt_not_supported(), test_tls_crypt_setup(), tls_crypt_init_key(), tls_crypt_v2_init_server_key(), tls_crypt_v2_load_client_key(), and write_key().
const char* key_type::digest |
Message digest static parameters.
Definition at line 142 of file crypto.h.
Referenced by calculate_crypto_overhead(), create_kt(), do_init_tls_wrap_key(), init_key_ctx(), init_key_type(), key_print(), options_string(), read_key(), setup(), skip_if_tls_crypt_not_supported(), test_tls_crypt_setup(), tls_crypt_init_key(), tls_crypt_v2_init_server_key(), tls_crypt_v2_load_client_key(), and write_key().