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
515 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local524 tmp3 = expkey[4*idx - 1]; in aes_expand_key()526 tmp4 = tmp3; in aes_expand_key()527 tmp3 = sbox[tmp0]; in aes_expand_key()535 tmp3 = sbox[tmp3]; in aes_expand_key()541 expkey[4*idx+3] = expkey[4*idx - 4*AES_KEYCOLS + 3] ^ tmp3; in aes_expand_key()