u_sbox 223 ext/standard/crypt_freesec.c u_char u_sbox[8][64]; u_sbox 234 ext/standard/crypt_freesec.c u_sbox[i][j] = sbox[i][b]; u_sbox 245 ext/standard/crypt_freesec.c (u_sbox[(b << 1)][i] << 4) | u_sbox 246 ext/standard/crypt_freesec.c u_sbox[(b << 1) + 1][j];