Home
last modified time | relevance | path

Searched defs:F1 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dmd5.c168 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
H A Dsha512.c174 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha512_process() macro
H A Dsha256.c117 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process_one() macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c367 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process() macro