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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dxor.h6 #include <asm/xor_32.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_ckipmic.h53 void xor_32(u8 *a, u8 *b, u8 *out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Daes_ccmp.c126 void xor_32(unsigned char *a, unsigned char *b, unsigned char *out) function
146 xor_32(&key[0], sbox_key, &key[0]);
148 xor_32(&key[4], &key[0], &key[4]);
149 xor_32(&key[8], &key[4], &key[8]);
150 xor_32(&key[12], &key[8], &key[12]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Daes_ccmp.c122 static void xor_32(BYTE *a, BYTE *b, BYTE *out) function
142 xor_32(&key[0], sbox_key, &key[0]);
144 xor_32(&key[4], &key[0], &key[4]);
145 xor_32(&key[8], &key[4], &key[8]);
146 xor_32(&key[12], &key[8], &key[12]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_aes.c85 void xor_32(u8 *a, u8 *b, u8 *out) function
124 xor_32(&key[0], sbox_key, &key[0]);
127 xor_32(&key[4], &key[0], &key[4]);
128 xor_32(&key[8], &key[4], &key[8]);
129 xor_32(&key[12], &key[8], &key[12]);
217 xor_32(add1b, andf7, add1bf7);
219 xor_32(in, add1bf7, rotr);
227 xor_32(add1bf7, rotr, temp);
228 xor_32(swap_halfs, rotl, tempb);
229 xor_32(tem
[all...]

Completed in 103 milliseconds