| /lib/lwip/lwip/src/netif/ppp/polarssl/ |
| A D | md5.c | 118 #define F(x,y,z) (z ^ (x & (y ^ z))) in md5_process() macro 139 #define F(x,y,z) (y ^ (z & (x ^ y))) in md5_process() macro 160 #define F(x,y,z) (x ^ y ^ z) in md5_process() macro 181 #define F(x,y,z) (y ^ (x | ~z)) in md5_process() macro
|
| A D | sha1.c | 127 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() macro 154 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro 181 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() macro 208 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
|
| A D | md4.c | 114 #define F(x, y, z) ((x & y) | ((~x) & z)) in md4_process() macro 137 #define F(x,y,z) ((x & y) | (x & z) | (y & z)) in md4_process() macro 160 #define F(x,y,z) (x ^ y ^ z) in md4_process() macro
|
| /lib/mbedtls/external/mbedtls/library/ |
| 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
|
| 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
|
| 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
|
| /lib/ |
| A D | sha1.c | 106 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process_one() macro 133 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() macro 160 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process_one() macro 187 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() macro
|
| A D | sha256.c | 61 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local
|