l_out             462 ext/standard/crypt_freesec.c do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out,
l_out             560 ext/standard/crypt_freesec.c 	*l_out	= fp_maskl[0][l >> 24]
l_out             583 ext/standard/crypt_freesec.c 	uint32_t	l_out = 0, r_out = 0, rawl, rawr;
l_out             599 ext/standard/crypt_freesec.c 	retval = do_des(rawl, rawr, &l_out, &r_out, count, data);
l_out             601 ext/standard/crypt_freesec.c 	out[0] = l_out >> 24;
l_out             602 ext/standard/crypt_freesec.c 	out[1] = l_out >> 16;
l_out             603 ext/standard/crypt_freesec.c 	out[2] = l_out >> 8;
l_out             604 ext/standard/crypt_freesec.c 	out[3] = l_out;