Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dmd5.c152 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro
173 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro
194 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro
215 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro
A Dripemd160.c172 #define F F1 in mbedtls_internal_ripemd160_process() macro
197 #define F F2 in mbedtls_internal_ripemd160_process() macro
222 #define F F3 in mbedtls_internal_ripemd160_process() macro
247 #define F F4 in mbedtls_internal_ripemd160_process() macro
272 #define F F5 in mbedtls_internal_ripemd160_process() macro
A Dsha1.c177 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro
204 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
231 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro
258 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
A Dmd4.c145 #define F(x, y, z) (((x) & (y)) | ((~(x)) & (z))) in mbedtls_internal_md4_process() macro
174 #define F(x,y,z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) in mbedtls_internal_md4_process() macro
202 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md4_process() macro
A Dblowfish.c77 static uint32_t F( mbedtls_blowfish_context *ctx, uint32_t x ) in F() function
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dblowfish.c377 #define F(x) ((S1[LTC_BYTE(x,3)] + S2[LTC_BYTE(x,2)]) ^ S3[LTC_BYTE(x,1)]) + S4[LTC_BYTE(x,0)] macro
379 #define F(x) ((skey->blowfish.S[0][LTC_BYTE(x,3)] + skey->blowfish.S[1][LTC_BYTE(x,2)]) ^ skey->blo… macro
A Dkseed.c187 #define F(L1, L2, R1, R2, K1, K2) \ macro
A Dcamellia.c182 static ulong64 F(ulong64 x) in F() function
/optee_os/core/lib/libtomcrypt/src/hashes/
A Dmd4.c51 #define F(x, y, z) (z ^ (x & (y ^ z))) macro
A Drmd128.c44 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
A Drmd256.c38 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
A Dmd5.c38 #define F(x,y,z) (z ^ (x & (y ^ z))) macro
A Drmd160.c44 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
A Drmd320.c39 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
/optee_os/core/crypto/
A Dsm3.c52 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
/optee_os/core/drivers/bnxt/
A Dbnxt_fw.c335 #define F 34 /* Upper limit for match_length */ in ape_section_uncompress() macro

Completed in 19 milliseconds