/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 21 # 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/ |
D | FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c | 15 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
|
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-2.7.6/third_party/mbedtls/repo/library/ |
D | sha512.c | 34 #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 …]
|
D | sha256.c | 170 #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
|
D | md4.c | 138 #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
|
D | aria.c | 95 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
|
D | sha1.c | 153 #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
|
D | md5.c | 137 #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
|
D | ripemd160.c | 148 #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
|
D | base64.c | 142 uint32_t j, x; in mbedtls_base64_decode() local
|
D | arc4.c | 94 int x, y, a, b; in mbedtls_arc4_crypt() local
|
D | aes.c | 393 #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
|
D | ecjpake.c | 314 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
|
D | md2.c | 215 unsigned char x; in mbedtls_md2_finish_ret() local
|
D | bignum.c | 407 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/ |
D | SEGGER_RTT_Syscalls_SES.c | 147 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/ |
D | arc4.h | 57 int x; /*!< permutation index */ member
|
D | padlock.h | 60 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) argument
|
D | asn1.h | 121 #define MBEDTLS_OID_SIZE(x) (sizeof(x) - 1) argument
|
/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/ |
D | compat.h | 22 #define RETURN_OR(x) \ argument
|
/openthread-2.7.6/tests/scripts/thread-cert/ |
D | test_dnssd.py | 224 check_ttl = lambda x: x == check_ttl argument
|
/openthread-2.7.6/tests/scripts/thread-cert/pktverify/ |
D | bytes.py | 134 x = Bytes(b"\x01\x02\x03\x04") variable
|
/openthread-2.7.6/tests/scripts/thread-cert/border_router/ |
D | test_dnssd_server.py | 225 dp_hostname = lambda x: x.endswith('.default.service.arpa.') argument
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | mbedtls_test.py | 79 split_colon_fn = lambda x: re.sub(r'\\' + split_char, split_char, x) argument
|