/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | md5.c | 129 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() macro 150 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() macro 171 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() macro 192 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() macro
|
A D | sha1.c | 154 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() macro 181 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro 208 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() macro 235 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() macro
|
A D | ripemd160.c | 149 #define F F1 in mbedtls_internal_ripemd160_process() macro 174 #define F F2 in mbedtls_internal_ripemd160_process() macro 199 #define F F3 in mbedtls_internal_ripemd160_process() macro 224 #define F F4 in mbedtls_internal_ripemd160_process() macro 249 #define F F5 in mbedtls_internal_ripemd160_process() macro
|
A D | md4.c | 122 #define F(x, y, z) (((x) & (y)) | ((~(x)) & (z))) in mbedtls_internal_md4_process() macro 151 #define F(x,y,z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) in mbedtls_internal_md4_process() macro 179 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md4_process() macro
|
A D | blowfish.c | 54 static uint32_t F( mbedtls_blowfish_context *ctx, uint32_t x ) in F() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
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
|
A D | kseed.c | 180 #define F(L1, L2, R1, R2, K1, K2) \ macro
|
A D | camellia.c | 175 static ulong64 F(ulong64 x) in F() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | md4.c | 44 #define F(x, y, z) (z ^ (x & (y ^ z))) macro
|
A D | rmd128.c | 37 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
A D | rmd256.c | 31 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
A D | md5.c | 31 #define F(x,y,z) (z ^ (x & (y ^ z))) macro
|
A D | rmd160.c | 37 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
A D | rmd320.c | 32 #define F(x, y, z) ((x) ^ (y) ^ (z)) macro
|
/optee_os-3.20.0/core/crypto/ |
A D | sm3.c | 57 uint32_t A, B, C, D, E, F, G, H; in sm3_process() local
|
/optee_os-3.20.0/core/drivers/bnxt/ |
A D | bnxt_fw.c | 335 #define F 34 /* Upper limit for match_length */ in ape_section_uncompress() macro
|