Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_noise.c29 #define COUNTER_BITS_TOTAL 8192 macro
38 #define COUNTER_WINDOW_SIZE (COUNTER_BITS_TOTAL - COUNTER_REDUNDANT_BITS)
78 unsigned long kp_backtrack[COUNTER_BITS_TOTAL / COUNTER_BITS];
833 top = MIN(index - index_current, COUNTER_BITS_TOTAL / COUNTER_BITS); in noise_keypair_nonce_check()
837 ((COUNTER_BITS_TOTAL / COUNTER_BITS) - 1)] = 0; in noise_keypair_nonce_check()
845 index &= (COUNTER_BITS_TOTAL / COUNTER_BITS) - 1; in noise_keypair_nonce_check()