Home
last modified time | relevance | path

Searched defs:F (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmd5.c103 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro
124 #define F(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro
145 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro
166 #define F(x, y, z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro
H A Dsha1.c113 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro
140 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
167 #define F(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro
194 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
H A Dripemd160.c123 #define F F1 in mbedtls_internal_ripemd160_process() macro
148 #define F F2 in mbedtls_internal_ripemd160_process() macro
173 #define F F3 in mbedtls_internal_ripemd160_process() macro
198 #define F F4 in mbedtls_internal_ripemd160_process() macro
223 #define F F5 in mbedtls_internal_ripemd160_process() macro
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dblowfish.c293 #define F(x) ((S1[LTC_BYTE(x,3)] + S2[LTC_BYTE(x,2)]) ^ S3[LTC_BYTE(x,1)]) + S4[LTC_BYTE(x,0)] macro
295 #define F(x) ((skey->blowfish.S[0][LTC_BYTE(x,3)] + skey->blowfish.S[1][LTC_BYTE(x,2)]) ^ skey->blo… macro
H A Dkseed.c180 #define F(L1, L2, R1, R2, K1, K2) \ macro
H A Dcamellia.c175 static ulong64 F(ulong64 x) in F() function
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dmd4.c44 #define F(x, y, z) (z ^ (x & (y ^ z))) macro
H A Drmd128.c37 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
H A Drmd256.c31 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
H A Dmd5.c31 #define F(x,y,z) (z ^ (x & (y ^ z))) macro
H A Drmd160.c37 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
H A Drmd320.c32 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
/optee_os/core/crypto/
H A Dsm3.c71 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
/optee_os/core/drivers/bnxt/
H A Dbnxt_fw.c335 #define F 34 /* Upper limit for match_length */ in ape_section_uncompress() macro