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

/external/openssh/
H A Dcipher-bf1.c36 * and after encryption/decryption. Thus the swap_bytes stuff (yuk).
42 swap_bytes(const u_char *src, u_char *dst, int n) function
82 swap_bytes(in, out, len);
84 swap_bytes(out, out, len);

Completed in 95 milliseconds