m_sbox 180 ext/standard/crypt_freesec.c static u_char m_sbox[4][4096]; m_sbox 244 ext/standard/crypt_freesec.c m_sbox[b][(i << 6) | j] = m_sbox 543 ext/standard/crypt_freesec.c f = psbox[0][m_sbox[0][r48l >> 12]] m_sbox 544 ext/standard/crypt_freesec.c | psbox[1][m_sbox[1][r48l & 0xfff]] m_sbox 545 ext/standard/crypt_freesec.c | psbox[2][m_sbox[2][r48r >> 12]] m_sbox 546 ext/standard/crypt_freesec.c | psbox[3][m_sbox[3][r48r & 0xfff]];