Sbox 49 source4/heimdal/lib/hcrypto/rc2.c static unsigned int Sbox[256] = {
Sbox 100 source4/heimdal/lib/hcrypto/rc2.c k[j] = Sbox[(k[j - len] + k[j - 1]) & 0xff];
Sbox 106 source4/heimdal/lib/hcrypto/rc2.c k[128 - T8] = Sbox[k[128 - T8] & TM];
Sbox 109 source4/heimdal/lib/hcrypto/rc2.c k[j] = Sbox[k[j + 1] ^ k[j + T8]];