r48l              469 ext/standard/crypt_freesec.c 	uint32_t	f, r48l, r48r, saltbits;
r48l              521 ext/standard/crypt_freesec.c 			r48l	= ((r & 0x00000001) << 23)
r48l              536 ext/standard/crypt_freesec.c 			f = (r48l ^ r48r) & saltbits;
r48l              537 ext/standard/crypt_freesec.c 			r48l ^= f ^ *kl++;
r48l              543 ext/standard/crypt_freesec.c 			f = psbox[0][m_sbox[0][r48l >> 12]]
r48l              544 ext/standard/crypt_freesec.c 			  | psbox[1][m_sbox[1][r48l & 0xfff]]