Searched refs:sbox4 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
H A Dtgr192.c311 static const u64 sbox4[256] = { variable
409 ^ sbox3[(c >> 32) & 0xff] ^ sbox4[(c >> 48) & 0xff]; tgr192_round()
410 b += sbox4[(c >> 8) & 0xff] ^ sbox3[(c >> 24) & 0xff] tgr192_round()
/linux-4.4.14/arch/x86/crypto/
H A Dcamellia-aesni-avx-asm_64.S620 * pre-lookup for sbox4:
641 * post-lookup for sbox1, sbox4:
H A Dcamellia-aesni-avx2-asm_64.S660 * pre-lookup for sbox4:
681 * post-lookup for sbox1, sbox4:

Completed in 364 milliseconds