| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | md5.c | 103 #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 D | sha1.c | 113 #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 D | ripemd160.c | 123 #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 D | blowfish.c | 293 #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 D | kseed.c | 180 #define F(L1, L2, R1, R2, K1, K2) \ macro
|
| H A D | camellia.c | 175 static ulong64 F(ulong64 x) in F() function
|
| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | md4.c | 44 #define F(x, y, z) (z ^ (x & (y ^ z))) macro
|
| H A D | rmd128.c | 37 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
| H A D | rmd256.c | 31 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
| H A D | md5.c | 31 #define F(x,y,z) (z ^ (x & (y ^ z))) macro
|
| H A D | rmd160.c | 37 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
| H A D | rmd320.c | 32 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
| /optee_os/core/crypto/ |
| H A D | sm3.c | 71 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
|
| /optee_os/core/drivers/bnxt/ |
| H A D | bnxt_fw.c | 335 #define F 34 /* Upper limit for match_length */ in ape_section_uncompress() macro
|