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

/linux-4.1.27/crypto/
H A Dtgr192.c44 static const u64 sbox1[256] = { variable
408 a -= sbox1[c & 0xff] ^ sbox2[(c >> 16) & 0xff] tgr192_round()
411 ^ sbox2[(c >> 40) & 0xff] ^ sbox1[(c >> 56) & 0xff]; tgr192_round()
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]]; \
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia-aesni-avx-asm_64.S599 * pre-lookup for sbox1, sbox2, sbox3:
641 * post-lookup for sbox1, sbox4:
H A Dcamellia-aesni-avx2-asm_64.S639 * pre-lookup for sbox1, sbox2, sbox3:
681 * post-lookup for sbox1, sbox4:

Completed in 91 milliseconds