OpenVPN
|
#include <crypto.h>
Data Fields | |
uint8_t | epoch_key [SHA256_DIGEST_LENGTH] |
uint16_t | epoch |
uint16_t epoch_key::epoch |
Definition at line 193 of file crypto.h.
Referenced by crypto_test_epoch_key_generation(), crypto_test_epoch_key_overflow(), crypto_test_epoch_key_rotation(), crypto_test_epoch_setup(), epoch_check_send_iterate(), epoch_data_key_derive(), epoch_generate_future_receive_keys(), epoch_init_key_ctx(), epoch_init_recv_key(), epoch_init_send_key_ctx(), epoch_iterate_send_key(), epoch_key_iterate(), epoch_replace_update_recv_key(), epoch_test_derive_data_key(), init_crypto_options(), init_epoch_keys(), and should_trigger_renegotiation().
uint8_t epoch_key::epoch_key[SHA256_DIGEST_LENGTH] |
Definition at line 192 of file crypto.h.
Referenced by epoch_data_key_derive(), epoch_key_iterate(), init_crypto_options(), and init_epoch_keys().