Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/crypt/
Dcrypt.c557 u_int32_t l_out, r_out, rawl, rawr; in des_cipher() local
567 rawl = ntohl(x[0]); in des_cipher()
569 retval = _des_do_des(rawl, rawr, &l_out, &r_out, count); in des_cipher()