Searched refs:tt2 (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | sm3_generic.c | 77 u32 tt2; in sm3_compress() local 99 tt2 = gg(i, e, f, g) + h + ss1 + *w; in sm3_compress() 109 e = p0(tt2); in sm3_compress() 121 a = b = c = d = e = f = g = h = ss1 = ss2 = tt1 = tt2 = 0; in sm3_compress()
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | CRC.cpp | 76 #define tt2 2*tt macro 77 UINT s[tt2 + 1]; // Syndrome values
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | crc.c | 92 #define tt2 2*tt macro 93 UINT s[tt2 + 1]; // Syndrome values
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | camellia-aesni-avx-asm_64.S | 300 tt1, tt2, tt3, kll, klr, krl, krr) \ argument 321 rol32_1_16(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \ 380 rol32_1_16(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \
|
| H A D | camellia-aesni-avx2-asm_64.S | 334 tt1, tt2, tt3, kll, klr, krl, krr) \ argument 355 rol32_1_32(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \ 414 rol32_1_32(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | translation-table.c | 92 const struct batadv_tt_common_entry *tt2 = data2; in batadv_compare_tt() local 94 return (tt1->vid == tt2->vid) && batadv_compare_eth(data1, data2); in batadv_compare_tt()
|