r_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,
r_in              496 ext/standard/crypt_freesec.c 	  | ip_maskl[4][r_in >> 24]
r_in              497 ext/standard/crypt_freesec.c 	  | ip_maskl[5][(r_in >> 16) & 0xff]
r_in              498 ext/standard/crypt_freesec.c 	  | ip_maskl[6][(r_in >> 8) & 0xff]
r_in              499 ext/standard/crypt_freesec.c 	  | ip_maskl[7][r_in & 0xff];
r_in              504 ext/standard/crypt_freesec.c 	  | ip_maskr[4][r_in >> 24]
r_in              505 ext/standard/crypt_freesec.c 	  | ip_maskr[5][(r_in >> 16) & 0xff]
r_in              506 ext/standard/crypt_freesec.c 	  | ip_maskr[6][(r_in >> 8) & 0xff]
r_in              507 ext/standard/crypt_freesec.c 	  | ip_maskr[7][r_in & 0xff];