r_out             464 ext/standard/crypt_freesec.c do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out,
r_out             570 ext/standard/crypt_freesec.c 	*r_out	= fp_maskr[0][l >> 24]
r_out             585 ext/standard/crypt_freesec.c 	uint32_t	l_out, r_out, rawl, rawr;
r_out             601 ext/standard/crypt_freesec.c 	retval = do_des(rawl, rawr, &l_out, &r_out, count, data);
r_out             607 ext/standard/crypt_freesec.c 	out[4] = r_out >> 24;
r_out             608 ext/standard/crypt_freesec.c 	out[5] = r_out >> 16;
r_out             609 ext/standard/crypt_freesec.c 	out[6] = r_out >> 8;
r_out             610 ext/standard/crypt_freesec.c 	out[7] = r_out;