Home
last modified time | relevance | path

Searched refs:tmp3 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A Dbuild-whitelist.sh48 |sort |uniq >scripts/config_whitelist.txt.tmp3
53 comm -12 scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt \
57 mv scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt
/rk3399_rockchip-uboot/lib/
H A Daes.c515 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local
524 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()