Searched defs:F (Results 1 – 5 of 5) sorted by relevance
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/ |
H 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
|
H 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
|
H 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
|
/btstack/3rd-party/md5/ |
H A D | md5.c | 51 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/ |
H A D | core_ca.h | 199 uint32_t F:1; /*!< \brief bit: 6 FIQ mask bit */ member
|