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

/freebsd-11.0-release/crypto/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);
/freebsd-11.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-11.0-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c32 static void swap_bytes(byte * w, byte * k) function
96 swap_bytes(W, Key);
104 swap_bytes(W, Key);
128 swap_bytes(W, Key);
136 swap_bytes(W, Key);
/freebsd-11.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.c3770 case 2 : swapf = ( pf->swap_bytes ? 0 : BSWAP );
3776 case 4 : if ( pf->swap_bytes )
3813 ( pf1->swap_bytes == pf2->swap_bytes ) &&

Completed in 76 milliseconds