Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
A Dsha1.c38 #define F0(x,y,z) (z ^ (x & (y ^ z))) macro
/optee_os/lib/libmbedtls/mbedtls/library/
A Dsha256.c179 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) macro
A Dsha512.c253 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha512_process() macro

Completed in 5 milliseconds