psbox             181 ext/standard/crypt_freesec.c static uint32_t psbox[4][256];
psbox             336 ext/standard/crypt_freesec.c 			*(p = &psbox[b][i]) = 0;
psbox             543 ext/standard/crypt_freesec.c 			f = psbox[0][m_sbox[0][r48l >> 12]]
psbox             544 ext/standard/crypt_freesec.c 			  | psbox[1][m_sbox[1][r48l & 0xfff]]
psbox             545 ext/standard/crypt_freesec.c 			  | psbox[2][m_sbox[2][r48r >> 12]]
psbox             546 ext/standard/crypt_freesec.c 			  | psbox[3][m_sbox[3][r48r & 0xfff]];