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

/freebsd-10.0-release/crypto/openssh/
H A Dcipher-bf1.c42 * and after encryption/decryption. Thus the swap_bytes stuff (yuk).
48 swap_bytes(const u_char *src, u_char *dst, int n) function
88 swap_bytes(in, out, len);
90 swap_bytes(out, out, len);
/freebsd-10.0-release/sys/crypto/rc4/
H A Drc4.c47 swap_bytes(u_char *a, u_char *b) function
75 swap_bytes(&state->perm[i], &state->perm[j]);
101 swap_bytes(&state->perm[state->index1],
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c30 static void swap_bytes (byte *w, byte *k) function
93 swap_bytes(W,Key);
101 swap_bytes(W,Key);
113 swap_bytes(W,Key);
121 swap_bytes(W,Key);
/freebsd-10.0-release/sys/dev/bktr/
H A Dioctl_bt848.h199 unsigned swap_bytes :1; /* Bytes swapped within shorts */ member in struct:meteor_pixfmt
H A Dbktr_core.c3771 case 2 : swapf = ( pf->swap_bytes ? 0 : BSWAP );
3777 case 4 : if ( pf->swap_bytes )
3814 ( pf1->swap_bytes == pf2->swap_bytes ) &&

Completed in 88 milliseconds