Searched refs:birthdate (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | cookie.h | 24 u64 birthdate; member
|
H A D | cookie.c | 171 !wg_birthdate_has_expired(peer->latest_cookie.birthdate, in wg_cookie_add_mac_to_packet() 225 peer->latest_cookie.birthdate = ktime_get_coarse_boottime_ns(); in wg_cookie_message_consume()
|
H A D | noise.h | 26 u64 birthdate; member
|
H A D | noise.c | 396 u64 birthdate = ktime_get_coarse_boottime_ns(); in derive_keys() local 400 first_dst->birthdate = second_dst->birthdate = birthdate; in derive_keys()
|
H A D | send.c | 134 wg_birthdate_has_expired(keypair->sending.birthdate, REKEY_AFTER_TIME))); in keep_key_fresh() 365 if (unlikely(wg_birthdate_has_expired(keypair->sending.birthdate, in wg_packet_send_staged_packets()
|
H A D | receive.c | 239 wg_birthdate_has_expired(keypair->sending.birthdate, in keep_key_fresh() 260 wg_birthdate_has_expired(keypair->receiving.birthdate, REJECT_AFTER_TIME) || in decrypt_packet()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | cookie.h | 24 u64 birthdate; member
|
H A D | cookie.c | 171 !wg_birthdate_has_expired(peer->latest_cookie.birthdate, in wg_cookie_add_mac_to_packet() 225 peer->latest_cookie.birthdate = ktime_get_coarse_boottime_ns(); in wg_cookie_message_consume()
|
H A D | noise.h | 26 u64 birthdate; member
|
H A D | noise.c | 396 u64 birthdate = ktime_get_coarse_boottime_ns(); in derive_keys() local 400 first_dst->birthdate = second_dst->birthdate = birthdate; in derive_keys()
|
H A D | send.c | 134 wg_birthdate_has_expired(keypair->sending.birthdate, REKEY_AFTER_TIME))); in keep_key_fresh() 365 if (unlikely(wg_birthdate_has_expired(keypair->sending.birthdate, in wg_packet_send_staged_packets()
|
H A D | receive.c | 232 wg_birthdate_has_expired(keypair->sending.birthdate, in keep_key_fresh() 253 wg_birthdate_has_expired(keypair->receiving.birthdate, REJECT_AFTER_TIME) || in decrypt_packet()
|
Completed in 7 milliseconds