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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drfc2268.c46 static const unsigned char rfc2268_sbox[] = { variable
222 S[i] = rfc2268_sbox[(S[i - keylen] + S[i - 1]) & 255];
224 S[0] = rfc2268_sbox[S[0]];
233 x = rfc2268_sbox[S[i] & (255 >> (7 & -bits))];
238 x = rfc2268_sbox[x ^ S[i + len]];

Completed in 36 milliseconds