Searched refs:swap_byte (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.sbin/keyserv/
H A Dcrypt_server.c83 static void swap_byte(unsigned char *a, unsigned char *b);
104 swap_byte(&state[counter], &state[index2]);
126 swap_byte(&state[x], &state[y]);
136 static void swap_byte(unsigned char *a, unsigned char *b) function

Completed in 103 milliseconds