Searched refs:do_des (Results 1 – 1 of 1) sorted by relevance
/freebsd/secure/lib/libcrypt/ |
H A D | crypt-des.c | 446 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() function 580 retval = do_des(rawl, rawr, &l_out, &r_out, count); in des_cipher() 664 if (do_des(0L, 0L, &r0, &r1, (int)count)) in crypt_des()
|