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

/freebsd-10.3-release/sys/netinet/
H A Dtcp_syncache.h105 #define SYNCOOKIE_SECRET_SIZE 16 macro
110 uint8_t key[2][SYNCOOKIE_SECRET_SIZE];
H A Dtcp_syncache.c290 arc4rand(V_tcp_syncache.secret.key[0], SYNCOOKIE_SECRET_SIZE, 0);
291 arc4rand(V_tcp_syncache.secret.key[1], SYNCOOKIE_SECRET_SIZE, 0);
2077 arc4rand(secbits, SYNCOOKIE_SECRET_SIZE, 0);

Completed in 56 milliseconds