Home
last modified time | relevance | path

Searched defs:F1 (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dsha1.c32 #define F1(x,y,z) (x ^ y ^ z) macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dripemd160.c99 #define F1(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_ripemd160_process() macro
H A Dsha256.c469 #define F1(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
H A Dsha512.c620 #define F1(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha512_process_c() macro