Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/
H A Dbuild-whitelist.sh54 > scripts/config_whitelist.txt.tmp4
55 mv scripts/config_whitelist.txt.tmp4 scripts/config_whitelist.txt
/rk3399_rockchip-uboot/lib/
H A Daes.c515 u8 tmp0, tmp1, tmp2, tmp3, tmp4; in aes_expand_key() local
526 tmp4 = tmp3; in aes_expand_key()
530 tmp2 = sbox[tmp4]; in aes_expand_key()