Searched defs:F0 (Results 1 – 3 of 3) sorted by relevance
38 #define F0(x,y,z) (z ^ (x & (y ^ z))) macro
179 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) macro
253 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha512_process() macro
Completed in 5 milliseconds