Searched defs:F (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha1.c | 135 #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 D | sha512.c | 162 uint64_t A, B, C, D, E, F, G, H; in sha512_process() local
|
| H A D | sha256.c | 88 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 D | fsp_types.h | 68 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 101 #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
|