Home
last modified time | relevance | path

Searched defs:y (Results 1 – 15 of 15) sorted by relevance

/mbedtls-development/3rdparty/everest/library/kremlib/
A DFStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c25 uint64_t y = b; in FStar_UInt64_gte_mask() local
47 uint32_t y = b; in FStar_UInt32_gte_mask() local
69 uint16_t y = b; in FStar_UInt16_gte_mask() local
91 uint8_t y = b; in FStar_UInt8_gte_mask() local
A DFStar_UInt128_extracted.c341 FStar_UInt128_uint128 FStar_UInt128_mul32(uint64_t x, uint32_t y) in FStar_UInt128_mul32()
368 FStar_UInt128_mul_wide_impl_t_(uint64_t x, uint64_t y) in FStar_UInt128_mul_wide_impl_t_()
389 static FStar_UInt128_uint128 FStar_UInt128_mul_wide_impl(uint64_t x, uint64_t y) in FStar_UInt128_mul_wide_impl()
409 FStar_UInt128_uint128 FStar_UInt128_mul_wide(uint64_t x, uint64_t y) in FStar_UInt128_mul_wide()
/mbedtls-development/library/
A Dmd5.c122 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() argument
143 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() argument
164 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() argument
185 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() argument
A Dsha1.c147 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() argument
174 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() argument
201 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() argument
228 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() argument
A Dripemd160.c118 #define F1( x, y, z ) ( (x) ^ (y) ^ (z) ) in mbedtls_internal_ripemd160_process() argument
119 #define F2( x, y, z ) ( ( (x) & (y) ) | ( ~(x) & (z) ) ) in mbedtls_internal_ripemd160_process() argument
120 #define F3( x, y, z ) ( ( (x) | ~(y) ) ^ (z) ) in mbedtls_internal_ripemd160_process() argument
121 #define F4( x, y, z ) ( ( (x) & (z) ) | ( (y) & ~(z) ) ) in mbedtls_internal_ripemd160_process() argument
122 #define F5( x, y, z ) ( (x) ^ ( (y) | ~(z) ) ) in mbedtls_internal_ripemd160_process() argument
A Dsha256.c155 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
156 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
A Dsha512.c214 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha512_process() argument
215 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha512_process() argument
A Dnist_kw.c68 unsigned char x = A[i], y = B[i]; in mbedtls_nist_kw_safer_memcmp() local
A Daes.c372 #define MUL(x,y) ( ( (x) && (y) ) ? pow[(log[(x)]+log[(y)]) % 255] : 0 ) argument
378 int i, x, y, z; in aes_gen_tables() local
A Dssl_msg.c1001 static size_t mbedtls_ssl_cf_mask_lt( size_t x, size_t y ) in mbedtls_ssl_cf_mask_lt()
1026 static size_t mbedtls_ssl_cf_mask_ge( size_t x, size_t y ) in mbedtls_ssl_cf_mask_ge()
1042 static size_t mbedtls_ssl_cf_bool_eq( size_t x, size_t y ) in mbedtls_ssl_cf_bool_eq()
A Dbignum.c1257 const mbedtls_mpi_uint y ) in ct_lt_mpi_uint()
2074 mbedtls_mpi_uint x, y, z; in mbedtls_mpi_mod_int() local
2241 static size_t mbedtls_mpi_cf_bool_eq( size_t x, size_t y ) in mbedtls_mpi_cf_bool_eq()
A Decp_curves.c51 #define ECP_POINT_INIT_XY_Z0(x, y) { \ argument
53 #define ECP_POINT_INIT_XY_Z1(x, y) { \ argument
A Dssl_misc.h1402 unsigned char x = A[i], y = B[i]; in mbedtls_ssl_safer_memcmp() local
A Decp.c703 const char *x, const char *y ) in mbedtls_ecp_point_read_string()
/mbedtls-development/tests/include/test/
A Dmacros.h232 #define MIN( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) argument
241 #define MAX( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) argument

Completed in 47 milliseconds