Home
last modified time | relevance | path

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

/u-boot/lib/
A Dsha1.c107 #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 Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/u-boot/include/
A Dsignatures.h59 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument

Completed in 5 milliseconds