Searched refs:tmp3 (Results 1 – 2 of 2) sorted by relevance
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
539 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local551 tmp3 = expkey[4*idx - 1]; in aes_expand_key()553 tmp4 = tmp3; in aes_expand_key()554 tmp3 = sbox[tmp0]; in aes_expand_key()562 tmp3 = sbox[tmp3]; in aes_expand_key()568 expkey[4*idx+3] = expkey[4*idx - 4*aes_keycols + 3] ^ tmp3; in aes_expand_key()
Completed in 4 milliseconds