r48l              471 ext/standard/crypt_freesec.c 	uint32_t	f, r48l, r48r, saltbits;
r48l              523 ext/standard/crypt_freesec.c 			r48l	= ((r & 0x00000001) << 23)
r48l              538 ext/standard/crypt_freesec.c 			f = (r48l ^ r48r) & saltbits;
r48l              539 ext/standard/crypt_freesec.c 			r48l ^= f ^ *kl++;
r48l              545 ext/standard/crypt_freesec.c 			f = psbox[0][m_sbox[0][r48l >> 12]]
r48l              546 ext/standard/crypt_freesec.c 			  | psbox[1][m_sbox[1][r48l & 0xfff]]