Home
last modified time | relevance | path

Searched defs:F (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dsha1.c135 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process_one() macro
162 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() macro
189 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process_one() macro
216 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() macro
H A Dsha512.c162 uint64_t A, B, C, D, E, F, G, H; in sha512_process() local
H A Dsha256.c88 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local
/rk3399_rockchip-uboot/arch/x86/include/asm/fsp/
H A Dfsp_types.h68 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c101 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() macro
128 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
155 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() macro
182 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
338 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local