Searched defs:F (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/ |
A D | sha1.c | 107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() macro 134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro 161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() macro 188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
|
A D | sha256.c | 62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
|
/u-boot/include/ |
A D | signatures.h | 59 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
Completed in 4 milliseconds