Searched refs:SYNCOOKIE_SECRET_SIZE (Results 1 – 2 of 2) sorted by relevance
108 #define SYNCOOKIE_SECRET_SIZE 16 macro113 uint8_t key[2][SYNCOOKIE_SECRET_SIZE];
302 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()