l_in              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_in              492 ext/standard/crypt_freesec.c 	l = ip_maskl[0][l_in >> 24]
l_in              493 ext/standard/crypt_freesec.c 	  | ip_maskl[1][(l_in >> 16) & 0xff]
l_in              494 ext/standard/crypt_freesec.c 	  | ip_maskl[2][(l_in >> 8) & 0xff]
l_in              495 ext/standard/crypt_freesec.c 	  | ip_maskl[3][l_in & 0xff]
l_in              500 ext/standard/crypt_freesec.c 	r = ip_maskr[0][l_in >> 24]
l_in              501 ext/standard/crypt_freesec.c 	  | ip_maskr[1][(l_in >> 16) & 0xff]
l_in              502 ext/standard/crypt_freesec.c 	  | ip_maskr[2][(l_in >> 8) & 0xff]
l_in              503 ext/standard/crypt_freesec.c 	  | ip_maskr[3][l_in & 0xff]