Home
last modified time | relevance | path

Searched refs:r_in (Results 1 – 1 of 1) sorted by relevance

/libcrypt/
A Ddes.c234 do_des( u_int32_t l_in, u_int32_t r_in, u_int32_t *l_out, u_int32_t *r_out, int count) in do_des() argument
260 | ip_maskl[4][r_in >> 24] in do_des()
261 | ip_maskl[5][(r_in >> 16) & 0xff] in do_des()
262 | ip_maskl[6][(r_in >> 8) & 0xff] in do_des()
263 | ip_maskl[7][r_in & 0xff]; in do_des()
268 | ip_maskr[4][r_in >> 24] in do_des()
269 | ip_maskr[5][(r_in >> 16) & 0xff] in do_des()
270 | ip_maskr[6][(r_in >> 8) & 0xff] in do_des()
271 | ip_maskr[7][r_in & 0xff]; in do_des()

Completed in 4 milliseconds