Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c2206 uint8_t *secbits, uintptr_t secmod) in syncookie_mac() argument
2212 SipHash_SetKey(&ctx, secbits); in syncookie_mac()
2242 uint8_t *secbits; in syncookie_generate() local
2275 secbits = V_tcp_syncache.secret.key[secbit]; in syncookie_generate()
2276 hash = syncookie_mac(&sc->sc_inc, sc->sc_irs, cookie.cookie, secbits, in syncookie_generate()
2298 uint8_t *secbits; in syncookie_lookup() local
2317 secbits = V_tcp_syncache.secret.key[cookie.flags.odd_even]; in syncookie_lookup()
2319 hash = syncookie_mac(inc, seq, cookie.cookie, secbits, (uintptr_t)sch); in syncookie_lookup()
2429 uint8_t *secbits; in syncookie_reseed() local
2439 secbits = sc->secret.key[secbit]; in syncookie_reseed()
[all …]