Home
last modified time | relevance | path

Searched defs:F0 (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dsha512.c173 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha512_process() macro
H A Dsha256.c116 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process_one() macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c366 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process() macro