/openthread-3.6.0/third_party/mbedtls/repo/3rdparty/everest/library/kremlib/ |
D | FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c | 25 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
|
D | FStar_UInt128_extracted.c | 341 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()
|
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/ |
D | arc4.h | 59 int y; /*!< permutation index */ member
|
D | gcm.h | 74 unsigned char y[16]; /*!< The Y working value. */ member
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | constant_time.c | 63 unsigned char x = A[i], y = B[i]; in mbedtls_ct_memcmp() local 135 size_t y ) in mbedtls_ct_size_mask_lt() 150 size_t y ) in mbedtls_ct_size_mask_ge() 178 size_t y ) in mbedtls_ct_size_bool_eq() 217 size_t y ) in mbedtls_ct_size_gt() 228 const mbedtls_mpi_uint y ) in mbedtls_ct_mpi_uint_lt()
|
D | md5.c | 129 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() argument 150 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() argument 171 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() argument 192 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() argument
|
D | ripemd160.c | 125 #define F1( x, y, z ) ( (x) ^ (y) ^ (z) ) in mbedtls_internal_ripemd160_process() argument 126 #define F2( x, y, z ) ( ( (x) & (y) ) | ( ~(x) & (z) ) ) in mbedtls_internal_ripemd160_process() argument 127 #define F3( x, y, z ) ( ( (x) | ~(y) ) ^ (z) ) in mbedtls_internal_ripemd160_process() argument 128 #define F4( x, y, z ) ( ( (x) & (z) ) | ( (y) & ~(z) ) ) in mbedtls_internal_ripemd160_process() argument 129 #define F5( x, y, z ) ( (x) ^ ( (y) | ~(z) ) ) in mbedtls_internal_ripemd160_process() argument
|
D | sha1.c | 154 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() argument 181 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() argument 208 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() argument 235 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() argument
|
D | md4.c | 122 #define F(x, y, z) (((x) & (y)) | ((~(x)) & (z))) in mbedtls_internal_md4_process() argument 151 #define F(x,y,z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) in mbedtls_internal_md4_process() argument 179 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md4_process() argument
|
D | arc4.c | 94 int x, y, a, b; in mbedtls_arc4_crypt() local
|
D | sha256.c | 156 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) argument 157 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
|
D | sha512.c | 222 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha512_process() argument 223 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha512_process() argument
|
D | blowfish.c | 57 uint32_t y; in F() local
|
D | ccm.c | 159 unsigned char y[16]; in ccm_auth_crypt() local
|
D | aes.c | 372 #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
|
D | bignum.c | 1819 mbedtls_mpi_uint x, y, z; in mbedtls_mpi_mod_int() local
|
D | ecp.c | 851 const char *x, const char *y ) in mbedtls_ecp_point_read_string()
|
/openthread-3.6.0/third_party/tcplp/bsdtcp/ |
D | tcp_var.h | 561 #define max(x, y) ((x) > (y) ? (x) : (y)) argument
|