Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dsha1.c32 #define F1(x,y,z) (x ^ y ^ z) macro
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dsha256.c157 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) macro
A Dsha512.c223 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha512_process() macro
A Dripemd160.c125 #define F1( x, y, z ) ( (x) ^ (y) ^ (z) ) in mbedtls_internal_ripemd160_process() macro

Completed in 7 milliseconds