Searched refs:tmp3 (Results 1 – 4 of 4) sorted by relevance
16 #define tmp3 x5 /* Sctatch register. */ macro60 mov tmp3, (1 << 43) | (1 << 40)61 orr tmp2, tmp2, tmp3
48 |sort |uniq >scripts/config_whitelist.txt.tmp353 comm -12 scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt \57 mv scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt
97 uint64_t tmp3 = tmp2; in helper_rotx() local107 tmp3 |= 1LL << i; in helper_rotx()109 tmp3 &= ~(1LL << i); in helper_rotx()114 uint64_t tmp4 = tmp3; in helper_rotx()123 if (tmp3 & (1LL << (i + 2))) { in helper_rotx()
514 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local523 tmp3 = expkey[4*idx - 1]; in aes_expand_key()525 tmp4 = tmp3; in aes_expand_key()526 tmp3 = sbox[tmp0]; in aes_expand_key()534 tmp3 = sbox[tmp3]; in aes_expand_key()540 expkey[4*idx+3] = expkey[4*idx - 4*AES_KEYCOLS + 3] ^ tmp3; in aes_expand_key()