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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcipher-bf1.c46 * and after encryption/decryption. Thus the swap_bytes stuff (yuk).
52 swap_bytes(const u_char *src, u_char *dst, int n) function
92 swap_bytes(in, out, len);
94 swap_bytes(out, out, len);
/macosx-10.10/xnu-2782.1.97/bsd/crypto/rc4/
H A Drc4.c44 swap_bytes(u_char *a, u_char *b) function
72 swap_bytes(&state->perm[i], &state->perm[j]);
96 swap_bytes(&state->perm[state->index1],
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_krb4.c64 extern int swap_bytes; /* from libkrb.a */
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dchap_ms.c406 swap_bytes(u_char *a, u_char *b) function
434 swap_bytes(&state->perm[i], &state->perm[j]);
458 swap_bytes(&state->perm[state->index1],

Completed in 418 milliseconds