Home
last modified time | relevance | path

Searched refs:psk_cookie (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_fastopen.c562 uint64_t psk_cookie; in tcp_fastopen_make_psk_cookie() local
567 SipHash_Final((u_int8_t *)&psk_cookie, &ctx); in tcp_fastopen_make_psk_cookie()
569 return (psk_cookie); in tcp_fastopen_make_psk_cookie()
576 uint64_t psk_cookie; in tcp_fastopen_find_cookie_match_locked() local
581 psk_cookie = in tcp_fastopen_find_cookie_match_locked()
587 if (memcmp(wire_cookie, &psk_cookie, in tcp_fastopen_find_cookie_match_locked()
874 uint64_t psk_cookie; in tcp_fastopen_connect() local
876 psk_cookie = 0; in tcp_fastopen_connect()
883 psk_cookie = in tcp_fastopen_connect()
895 TCP_FASTOPEN_PSK_LEN && psk_cookie) { in tcp_fastopen_connect()
[all …]