Searched defs:F (Results 1 – 6 of 6) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | md5.c | 145 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_md5_process() macro 166 #define F(x,y,z) (y ^ (z & (x ^ y))) in mbedtls_md5_process() macro 187 #define F(x,y,z) (x ^ y ^ z) in mbedtls_md5_process() macro 208 #define F(x,y,z) (y ^ (x | ~z)) in mbedtls_md5_process() macro
|
D | ripemd160.c | 159 #define F F1 in mbedtls_ripemd160_process() macro 184 #define F F2 in mbedtls_ripemd160_process() macro 209 #define F F3 in mbedtls_ripemd160_process() macro 234 #define F F4 in mbedtls_ripemd160_process() macro 259 #define F F5 in mbedtls_ripemd160_process() macro
|
D | sha1.c | 154 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha1_process() macro 181 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_process() macro 208 #define F(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha1_process() macro 235 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_process() macro
|
D | md4.c | 141 #define F(x, y, z) ((x & y) | ((~x) & z)) in mbedtls_md4_process() macro 164 #define F(x,y,z) ((x & y) | (x & z) | (y & z)) in mbedtls_md4_process() macro 187 #define F(x,y,z) (x ^ y ^ z) in mbedtls_md4_process() macro
|
D | blowfish.c | 81 static uint32_t F( mbedtls_blowfish_context *ctx, uint32_t x ) in F() function
|
D | sha512.c | 203 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_process() local
|