Home
last modified time | relevance | path

Searched defs:z (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/
A Dmd5.c118 #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 Dsha1.c127 #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 Dmd4.c114 #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 Dmd5.c118 #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 Dsha1.c127 #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 Dmd4.c114 #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 Dmd5.c73 #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 Dsensor.h200 rt_int32_t z; member
A Dsensor_v2.h346 rt_sensor_float_t z; member

Completed in 13 milliseconds