Home
last modified time | relevance | path

Searched refs:F0 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/dts/
H A Drv1108-evb.dts119 39 00 06 F0 55 AA 52 08 00
127 39 00 06 F0 55 AA 52 08 01
137 39 00 06 F0 55 AA 52 08 02
/rk3399_rockchip-uboot/lib/
H A Dsha512.c173 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha512_process() macro
179 temp2 = S2(a) + F0(a,b,c); \ in sha512_process()
H A Dsha256.c116 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process_one() macro
127 temp2 = S2(a) + F0(a,b,c); \ in sha256_process_one()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c366 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process() macro
377 temp2 = S2(a) + F0(a,b,c); \ in sha256_process()
468 #undef F0