Searched refs:Sbox (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmars.cpp60 T[i] = rotlFixed(T[i] + Sbox[T[(i+14)%15]%512], 9);
73 w ^= (rotlMod(Sbox[265 + (EK[i] & 3)], EK[i-1]) & m);
80 b ^= Sbox[a & 255]; \
81 b += Sbox[(r & 255) + 256]; \
84 c += Sbox[r & 255]; \
85 d ^= Sbox[(a & 255) + 256]
89 b ^= Sbox[(a & 255) + 256]; \
90 c -= Sbox[r & 255]; \
93 d -= Sbox[(r & 255) + 256]; \
94 d ^= Sbox[
[all...]
H A Dmars.h27 static const word32 Sbox[512]; member in class:MARS::Base
H A Dmarss.cpp8 const word32 MARS::Base::Sbox[512] = { member in class:MARS::Base
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c193 static const u16 Sbox[256] = variable
232 u16 t = Sbox[Hi8(v)];
233 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_tkip.c191 static const u16 Sbox[256] = variable
230 u16 t = Sbox[Hi8(v)];
231 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_tkip.c190 static const u16 Sbox[256] = variable
229 u16 t = Sbox[Hi8(v)];
230 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c190 static const u16 Sbox[256] = variable
229 u16 t = Sbox[Hi8(v)];
230 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dlib80211_crypt_tkip.c204 static const u16 Sbox[256] = { variable
241 u16 t = Sbox[Hi8(v)];
242 return Sbox[Lo8(v)] ^ ((t << 8) | (t >> 8));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl112 sub Sbox { subroutine
726 &Sbox (@b,@t);
737 &Sbox (@b,@t);
842 &Sbox (@XMM[0..7, 8..15]);
H A Dbsaes-armv7.pl62 sub Sbox { subroutine
863 &Sbox (@XMM[0..7, 8..15]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Dbsaes-x86_64.pl112 sub Sbox { subroutine
726 &Sbox (@b,@t);
737 &Sbox (@b,@t);
842 &Sbox (@XMM[0..7, 8..15]);
H A Dbsaes-armv7.pl62 sub Sbox { subroutine
863 &Sbox (@XMM[0..7, 8..15]);

Completed in 149 milliseconds