Searched refs:tmpx0 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
| H A D | twofish.c | 344 unsigned char S[4*4], tmpx0, tmpx1; in s_twofish_setup() local 409 tmpx0 = (unsigned char)sbox(0, x); in s_twofish_setup() 411 skey->twofish.S[0][x] = mds_column_mult(sbox(1, (sbox(0, tmpx0 ^ S[0]) ^ S[4])),0); in s_twofish_setup() 413 skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, tmpx0 ^ S[2]) ^ S[6])),2); in s_twofish_setup() 418 tmpx0 = (unsigned char)sbox(0, x); in s_twofish_setup() 422 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S[10])),2… in s_twofish_setup() 423 …skey->twofish.S[3][x] = mds_column_mult(sbox(0, (sbox(1, sbox(1, tmpx0 ^ S[3]) ^ S[7]) ^ S[11])),3… in s_twofish_setup() 427 tmpx0 = (unsigned char)sbox(0, x); in s_twofish_setup() 430 …skey->twofish.S[1][x] = mds_column_mult(sbox(0, (sbox(0, sbox(1, sbox(1, tmpx0 ^ S[1]) ^ S[5]) ^ S… in s_twofish_setup() 431 …skey->twofish.S[2][x] = mds_column_mult(sbox(1, (sbox(1, sbox(0, sbox(0, tmpx0 ^ S[2]) ^ S[6]) ^ S… in s_twofish_setup()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | sm4_armv8a_ce_a64.S | 35 #define tmpx0 x23 macro 343 extr tmpx0, \src1, \src1, #32
|
| H A D | sm4_armv8a_aese_a64.S | 44 #define tmpx0 x23 macro 432 extr tmpx0, \src1, \src1, #32
|