l_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, l_out 562 ext/standard/crypt_freesec.c *l_out = fp_maskl[0][l >> 24] l_out 585 ext/standard/crypt_freesec.c uint32_t l_out, r_out, rawl, rawr; l_out 601 ext/standard/crypt_freesec.c retval = do_des(rawl, rawr, &l_out, &r_out, count, data); l_out 603 ext/standard/crypt_freesec.c out[0] = l_out >> 24; l_out 604 ext/standard/crypt_freesec.c out[1] = l_out >> 16; l_out 605 ext/standard/crypt_freesec.c out[2] = l_out >> 8; l_out 606 ext/standard/crypt_freesec.c out[3] = l_out;