Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/netif/ppp/polarssl/
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
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
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
/lib/mbedtls/external/mbedtls/library/
A Dmd5.c103 #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 Dsha1.c113 #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 Dripemd160.c123 #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 Dsha1.c106 #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 Dsha256.c61 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local

Completed in 50 milliseconds