/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | md5.c | 152 #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 D | ripemd160.c | 172 #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 D | sha1.c | 177 #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 D | md4.c | 145 #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 D | blowfish.c | 77 static uint32_t F( mbedtls_blowfish_context *ctx, uint32_t x ) in F() function
|
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | blowfish.c | 377 #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 D | kseed.c | 187 #define F(L1, L2, R1, R2, K1, K2) \ macro
|
A D | camellia.c | 182 static ulong64 F(ulong64 x) in F() function
|
/optee_os/core/lib/libtomcrypt/src/hashes/ |
A D | md4.c | 51 #define F(x, y, z) (z ^ (x & (y ^ z))) macro
|
A D | rmd128.c | 44 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
A D | rmd256.c | 38 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
A D | md5.c | 38 #define F(x,y,z) (z ^ (x & (y ^ z))) macro
|
A D | rmd160.c | 44 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
A D | rmd320.c | 39 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
/optee_os/core/crypto/ |
A D | sm3.c | 52 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
|
/optee_os/core/drivers/bnxt/ |
A D | bnxt_fw.c | 335 #define F 34 /* Upper limit for match_length */ in ape_section_uncompress() macro
|