r_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, r_out 568 ext/standard/crypt_freesec.c *r_out = fp_maskr[0][l >> 24] r_out 583 ext/standard/crypt_freesec.c uint32_t l_out = 0, r_out = 0, rawl, rawr; r_out 599 ext/standard/crypt_freesec.c retval = do_des(rawl, rawr, &l_out, &r_out, count, data); r_out 605 ext/standard/crypt_freesec.c out[4] = r_out >> 24; r_out 606 ext/standard/crypt_freesec.c out[5] = r_out >> 16; r_out 607 ext/standard/crypt_freesec.c out[6] = r_out >> 8; r_out 608 ext/standard/crypt_freesec.c out[7] = r_out;