Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 38) sorted by relevance

12

/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h21 # define htole64(x) OSSwapHostToLittleInt64(x) argument
22 # define le64toh(x) OSSwapLittleToHostInt64(x) argument
23 # define htobe64(x) OSSwapHostToBigInt64(x) argument
24 # define be64toh(x) OSSwapBigToHostInt64(x) argument
26 # define htole16(x) OSSwapHostToLittleInt16(x) argument
27 # define le16toh(x) OSSwapLittleToHostInt16(x) argument
28 # define htobe16(x) OSSwapHostToBigInt16(x) argument
29 # define be16toh(x) OSSwapBigToHostInt16(x) argument
31 # define htole32(x) OSSwapHostToLittleInt32(x) argument
32 # define le32toh(x) OSSwapLittleToHostInt32(x) argument
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/library/kremlib/
DFStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c15 uint64_t x = a ^ b; in FStar_UInt64_eq_mask() local
24 uint64_t x = a; in FStar_UInt64_gte_mask() local
37 uint32_t x = a ^ b; in FStar_UInt32_eq_mask() local
46 uint32_t x = a; in FStar_UInt32_gte_mask() local
59 uint16_t x = a ^ b; in FStar_UInt16_eq_mask() local
68 uint16_t x = a; in FStar_UInt16_gte_mask() local
81 uint8_t x = a ^ b; in FStar_UInt8_eq_mask() local
90 uint8_t x = a; in FStar_UInt8_gte_mask() local
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()
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dsha512.c34 #define UL64(x) x##ui64 argument
36 #define UL64(x) x##ULL argument
244 #define SHR(x,n) ((x) >> (n)) in mbedtls_internal_sha512_process() argument
245 #define ROTR(x,n) (SHR((x),(n)) | ((x) << (64 - (n)))) in mbedtls_internal_sha512_process() argument
247 #define S0(x) (ROTR(x, 1) ^ ROTR(x, 8) ^ SHR(x, 7)) in mbedtls_internal_sha512_process() argument
248 #define S1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x, 6)) in mbedtls_internal_sha512_process() argument
250 #define S2(x) (ROTR(x,28) ^ ROTR(x,34) ^ ROTR(x,39)) in mbedtls_internal_sha512_process() argument
251 #define S3(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) in mbedtls_internal_sha512_process() argument
253 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha512_process() argument
254 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha512_process() argument
[all …]
Dsha256.c170 #define SHR(x,n) (((x) & 0xFFFFFFFF) >> (n)) argument
171 #define ROTR(x,n) (SHR(x,n) | ((x) << (32 - (n)))) argument
173 #define S0(x) (ROTR(x, 7) ^ ROTR(x,18) ^ SHR(x, 3)) argument
174 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) argument
176 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22)) argument
177 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) argument
179 #define F0(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
180 #define F1(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
188 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
Dmd4.c138 #define S(x,n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_md4_process() argument
145 #define F(x, y, z) (((x) & (y)) | ((~(x)) & (z))) in mbedtls_internal_md4_process() argument
146 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
174 #define F(x,y,z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) in mbedtls_internal_md4_process() argument
175 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
202 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md4_process() argument
203 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
Daria.c95 static inline uint32_t aria_p1( uint32_t x ) in aria_p1()
104 static inline uint32_t aria_p1( uint32_t x ) in aria_p1()
116 #define ARIA_P1(x) ARIA_P2( ARIA_P3( x ) ) argument
120 #define ARIA_P1(x) ((((x) >> 8) & 0x00FF00FF) ^ (((x) & 0x00FF00FF) << 8)) argument
130 #define ARIA_P2(x) (((x) >> 16) ^ ((x) << 16)) argument
146 static inline uint32_t aria_p3( uint32_t x ) in aria_p3()
155 static inline uint32_t aria_p3( uint32_t x ) in aria_p3()
166 static inline uint32_t aria_p3( uint32_t x ) in aria_p3()
175 #define ARIA_P3(x) ARIA_P2( ARIA_P1 ( x ) ) argument
Dsha1.c153 #define S(x,n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_sha1_process() argument
164 #define P(a,b,c,d,e,x) \ in mbedtls_internal_sha1_process() argument
177 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() argument
204 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() argument
231 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() argument
258 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() argument
Dmd5.c137 #define S(x,n) \ in mbedtls_internal_md5_process() argument
152 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() argument
173 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() argument
194 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() argument
215 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() argument
Dripemd160.c148 #define F1( x, y, z ) ( (x) ^ (y) ^ (z) ) in mbedtls_internal_ripemd160_process() argument
149 #define F2( x, y, z ) ( ( (x) & (y) ) | ( ~(x) & (z) ) ) in mbedtls_internal_ripemd160_process() argument
150 #define F3( x, y, z ) ( ( (x) | ~(y) ) ^ (z) ) in mbedtls_internal_ripemd160_process() argument
151 #define F4( x, y, z ) ( ( (x) & (z) ) | ( (y) & ~(z) ) ) in mbedtls_internal_ripemd160_process() argument
152 #define F5( x, y, z ) ( (x) ^ ( (y) | ~(z) ) ) in mbedtls_internal_ripemd160_process() argument
154 #define S( x, n ) ( ( (x) << (n) ) | ( (x) >> (32 - (n)) ) ) in mbedtls_internal_ripemd160_process() argument
Dbase64.c142 uint32_t j, x; in mbedtls_base64_decode() local
Darc4.c94 int x, y, a, b; in mbedtls_arc4_crypt() local
Daes.c393 #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 ) argument
394 #define XTIME(x) ( ( (x) << 1 ) ^ ( ( (x) & 0x80 ) ? 0x1B : 0x00 ) ) argument
395 #define MUL(x,y) ( ( (x) && (y) ) ? pow[(log[(x)]+log[(y)]) % 255] : 0 ) argument
401 int i, x, y, z; in aes_gen_tables() local
485 #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) ) argument
486 #define ROTL16(x) ( (uint32_t)( ( x ) << 16 ) + (uint32_t)( ( x ) >> 16 ) ) argument
487 #define ROTL24(x) ( (uint32_t)( ( x ) << 24 ) + (uint32_t)( ( x ) >> 8 ) ) argument
Decjpake.c314 const mbedtls_mpi *x, in ecjpake_zkp_write()
412 mbedtls_mpi *x, in ecjpake_kkp_write()
971 static uint32_t x = 42; in ecjpake_lgc() local
986 #define TEST_ASSERT( x ) \ argument
Dmd2.c215 unsigned char x; in mbedtls_md2_finish_ret() local
Dbignum.c407 static size_t mbedtls_clz( const mbedtls_mpi_uint x ) in mbedtls_clz()
753 static mbedtls_mpi_uint mpi_uint_bigendian_to_host_c( mbedtls_mpi_uint x ) in mpi_uint_bigendian_to_host_c()
768 static mbedtls_mpi_uint mpi_uint_bigendian_to_host( mbedtls_mpi_uint x ) in mpi_uint_bigendian_to_host()
1169 static unsigned ct_lt_mpi_uint( const mbedtls_mpi_uint x, in ct_lt_mpi_uint()
1939 mbedtls_mpi_uint x, y, z; in mbedtls_mpi_mod_int() local
1997 mbedtls_mpi_uint x, m0 = N->p[0]; in mpi_montg_init() local
/openthread-2.7.6/third_party/jlink/SEGGER_RTT_V640/Syscalls/
DSEGGER_RTT_Syscalls_SES.c147 static int _putchar(int x, __printf_tag_ptr ctx) { in _putchar()
239 int __putchar(int x, __printf_tag_ptr ctx) { in __putchar()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Darc4.h57 int x; /*!< permutation index */ member
Dpadlock.h60 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) argument
Dasn1.h121 #define MBEDTLS_OID_SIZE(x) (sizeof(x) - 1) argument
/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/
Dcompat.h22 #define RETURN_OR(x) \ argument
/openthread-2.7.6/tests/scripts/thread-cert/
Dtest_dnssd.py224 check_ttl = lambda x: x == check_ttl argument
/openthread-2.7.6/tests/scripts/thread-cert/pktverify/
Dbytes.py134 x = Bytes(b"\x01\x02\x03\x04") variable
/openthread-2.7.6/tests/scripts/thread-cert/border_router/
Dtest_dnssd_server.py225 dp_hostname = lambda x: x.endswith('.default.service.arpa.') argument
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dmbedtls_test.py79 split_colon_fn = lambda x: re.sub(r'\\' + split_char, split_char, x) argument

12