Searched refs:swap_bytes (Results 1 – 5 of 5) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | cipher-bf1.c | 48 swap_bytes(const u_char *src, u_char *dst, int n) in swap_bytes() function 88 swap_bytes(in, out, len); in bf_ssh1_cipher() 90 swap_bytes(out, out, len); in bf_ssh1_cipher()
|
| /trueos/sys/crypto/rc4/ |
| HD | rc4.c | 47 swap_bytes(u_char *a, u_char *b) in swap_bytes() function 75 swap_bytes(&state->perm[i], &state->perm[j]); in rc4_init() 101 swap_bytes(&state->perm[state->index1], in rc4_crypt()
|
| /trueos/crypto/openssl/engines/ccgost/ |
| HD | gosthash.c | 32 static void swap_bytes(byte * w, byte * k) in swap_bytes() function 96 swap_bytes(W, Key); in hash_step() 104 swap_bytes(W, Key); in hash_step() 128 swap_bytes(W, Key); in hash_step() 136 swap_bytes(W, Key); in hash_step()
|
| /trueos/sys/dev/bktr/ |
| HD | ioctl_bt848.h | 199 unsigned swap_bytes :1; /* Bytes swapped within shorts */ member
|
| HD | bktr_core.c | 3771 case 2 : swapf = ( pf->swap_bytes ? 0 : BSWAP ); 3777 case 4 : if ( pf->swap_bytes ) 3814 ( pf1->swap_bytes == pf2->swap_bytes ) &&
|