Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_syncache.h105 #define SYNCOOKIE_SECRET_SIZE 16 macro
110 uint8_t key[2][SYNCOOKIE_SECRET_SIZE];
HDtcp_syncache.c270 arc4rand(V_tcp_syncache.secret.key[0], SYNCOOKIE_SECRET_SIZE, 0); in syncache_init()
271 arc4rand(V_tcp_syncache.secret.key[1], SYNCOOKIE_SECRET_SIZE, 0); in syncache_init()
2084 arc4rand(secbits, SYNCOOKIE_SECRET_SIZE, 0); in syncookie_reseed()