Searched refs:latest_timestamp (Results 1 – 2 of 2) sorted by relevance
83 u8 latest_timestamp[NOISE_TIMESTAMP_LEN]; member
633 replay_attack = memcmp(t, handshake->latest_timestamp, in wg_noise_handshake_consume_initiation()645 if (memcmp(t, handshake->latest_timestamp, NOISE_TIMESTAMP_LEN) > 0) in wg_noise_handshake_consume_initiation()646 memcpy(handshake->latest_timestamp, t, NOISE_TIMESTAMP_LEN); in wg_noise_handshake_consume_initiation()
Completed in 6 milliseconds