Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h108 #define SYNCOOKIE_SECRET_SIZE 16 macro
113 uint8_t key[2][SYNCOOKIE_SECRET_SIZE];
H A Dtcp_syncache.c302 arc4rand(V_tcp_syncache.secret.key[0], SYNCOOKIE_SECRET_SIZE, 0); in syncache_init()
303 arc4rand(V_tcp_syncache.secret.key[1], SYNCOOKIE_SECRET_SIZE, 0); in syncache_init()
2440 arc4rand(secbits, SYNCOOKIE_SECRET_SIZE, 0); in syncookie_reseed()