Searched refs:m_sbox (Results 1 – 1 of 1) sorted by relevance
184 static __thread u_char m_sbox[4][4096]; variable242 m_sbox[b][(i << 6) | j] = in des_init()525 f = psbox[0][m_sbox[0][r48l >> 12]] in do_des()526 | psbox[1][m_sbox[1][r48l & 0xfff]] in do_des()527 | psbox[2][m_sbox[2][r48r >> 12]] in do_des()528 | psbox[3][m_sbox[3][r48r & 0xfff]]; in do_des()