| /components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/ |
| A D | md5.c | 118 #define F(x,y,z) (z ^ (x & (y ^ z))) in md5_process() argument 139 #define F(x,y,z) (y ^ (z & (x ^ y))) in md5_process() argument 160 #define F(x,y,z) (x ^ y ^ z) in md5_process() argument 181 #define F(x,y,z) (y ^ (x | ~z)) in md5_process() argument
|
| A D | sha1.c | 127 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument 154 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument 181 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument 208 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
|
| A D | md4.c | 114 #define F(x, y, z) ((x & y) | ((~x) & z)) in md4_process() argument 137 #define F(x,y,z) ((x & y) | (x & z) | (y & z)) in md4_process() argument 160 #define F(x,y,z) (x ^ y ^ z) in md4_process() argument
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/ |
| A D | md5.c | 118 #define F(x,y,z) (z ^ (x & (y ^ z))) in md5_process() argument 139 #define F(x,y,z) (y ^ (z & (x ^ y))) in md5_process() argument 160 #define F(x,y,z) (x ^ y ^ z) in md5_process() argument 181 #define F(x,y,z) (y ^ (x | ~z)) in md5_process() argument
|
| A D | sha1.c | 127 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument 154 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument 181 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument 208 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
|
| A D | md4.c | 114 #define F(x, y, z) ((x & y) | ((~x) & z)) in md4_process() argument 137 #define F(x,y,z) ((x & y) | (x & z) | (y & z)) in md4_process() argument 160 #define F(x,y,z) (x ^ y ^ z) in md4_process() argument
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | md5.c | 73 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument 74 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument 75 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 76 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
|
| /components/drivers/include/drivers/ |
| A D | sensor.h | 200 rt_int32_t z; member
|
| A D | sensor_v2.h | 346 rt_sensor_float_t z; member
|