Searched defs:F1 (Results 1 – 4 of 4) sorted by relevance
32 #define F1(x,y,z) (x ^ y ^ z) macro
157 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) macro
223 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha512_process() macro
125 #define F1( x, y, z ) ( (x) ^ (y) ^ (z) ) in mbedtls_internal_ripemd160_process() macro
Completed in 7 milliseconds