Home
last modified time | relevance | path

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

/dragonfly/lib/libcrypt/
HDcrypt-des.c566 uint32_t l_out, r_out, rawl, rawr, *out32; in des_cipher() local
575 out32 = (uint32_t *)out; in des_cipher()
582 *out32++ = htonl(l_out); in des_cipher()
583 *out32 = htonl(r_out); in des_cipher()