Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDcipher-bf1.c48 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/
HDrc4.c47 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/
HDgosthash.c32 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/
HDioctl_bt848.h199 unsigned swap_bytes :1; /* Bytes swapped within shorts */ member
HDbktr_core.c3771 case 2 : swapf = ( pf->swap_bytes ? 0 : BSWAP );
3777 case 4 : if ( pf->swap_bytes )
3814 ( pf1->swap_bytes == pf2->swap_bytes ) &&