Home
last modified time | relevance | path

Searched defs:F (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A Dmd5.c118 #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 Dsha1.c127 #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 Dmd4.c114 #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 Dmd5.c51 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/
H A Dcore_ca.h199 uint32_t F:1; /*!< \brief bit: 6 FIQ mask bit */ member