Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/keyserv/
H A Dcrypt_server.c137 unsigned char swapByte; in swap_byte() local
139 swapByte = *a; in swap_byte()
141 *b = swapByte; in swap_byte()