Searched refs:sbox1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtgr192.c44 static const u64 sbox1[256] = { variable
408 a -= sbox1[c & 0xff] ^ sbox2[(c >> 16) & 0xff]
411 ^ sbox2[(c >> 40) & 0xff] ^ sbox1[(c >> 56) & 0xff];
H A Dfcrypt.c114 static const __be32 sbox1[256] = { variable
230 L ^= sbox0[u.c[0]] ^ sbox1[u.c[1]] ^ sbox2[u.c[2]] ^ sbox3[u.c[3]]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dtiger.c70 static u64 sbox1[256] = { variable
630 a -= ( sbox1[ c & 0xff ] ^ sbox2[ (c >> 16) & 0xff ]
633 ^ sbox2[ (c >> 40) & 0xff ] ^ sbox1[ (c >> 56) & 0xff ]);
H A Ddes.c183 static u32 sbox1[64] = variable
452 to ^= sbox1[ (work>>24) & 0x3f ];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtiger.c70 static u64 sbox1[256] = { variable
630 a -= ( sbox1[ c & 0xff ] ^ sbox2[ (c >> 16) & 0xff ]
633 ^ sbox2[ (c >> 40) & 0xff ] ^ sbox1[ (c >> 56) & 0xff ]);
H A Ddes.c183 static u32 sbox1[64] = variable
452 to ^= sbox1[ (work>>24) & 0x3f ];

Completed in 127 milliseconds