/openthread-latest/third_party/mbedtls/repo/library/ |
D | aesni.c | 128 __m128i *cc, __m128i *dd) in gcm_clmul() argument 134 *cc = _mm_clmulepi64_si128(aa, bb, 0x00); // a0*b0 = c1:c0 in gcm_clmul() 143 *cc = _mm_xor_si128(*cc, ee); // c1+e0+f0:c0 in gcm_clmul() 146 static void gcm_shift(__m128i *cc, __m128i *dd) in gcm_shift() argument 152 __m128i cc_lo = _mm_slli_epi64(*cc, 1); // r1<<1:r0<<1 in gcm_shift() 154 __m128i cc_hi = _mm_srli_epi64(*cc, 63); // r1>>63:r0>>63 in gcm_shift() 160 *cc = _mm_or_si128(cc_lo, cc_hi); // r1<<1|r0>>63:r0<<1 in gcm_shift() 170 __m128i cc = _mm_slli_epi64(xx, 57); // x1<<57:x0<<57 = stuff:c in gcm_reduce() local 171 __m128i dd = _mm_slli_si128(_mm_xor_si128(_mm_xor_si128(aa, bb), cc), 8); // a+b+c:0 in gcm_reduce() 196 __m128i aa = { 0 }, bb = { 0 }, cc, dd; in mbedtls_aesni_gcm_mult() local [all …]
|
D | ecp_curves.c | 4955 signed char c = 0, cc; \ 4965 cc = c; c = 0; \ 4966 if (cc < 0) \ 4967 sub32(&cur, -cc, &c); \ 4969 add32(&cur, cc, &c); \
|
D | ecp.c | 1788 unsigned char c, cc, adjust; in ecp_comb_recode_core() local 1803 cc = x[i] & c; in ecp_comb_recode_core() 1805 c = cc; in ecp_comb_recode_core()
|
D | ecp_curves_new.c | 5028 #define ADD_CARRY(cc) cur += (cc) argument 5029 #define SUB_CARRY(cc) cur -= (cc) argument
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | c_build_helper.py | 90 cc = os.getenv('HOSTCC', None) 91 if cc is None: 92 cc = os.getenv('CC', 'cc') 93 cmd = [cc]
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | dh.optlen.pem | 6 21:a6:54:82:cc:c0:4b:60:46:02:b0:e1:31:90:8a: 30 e4:94:05:e5:90:2f:a0:59:6a:1c:ba:a8:95:cc:40: 41 ef:eb:f2:cc:00:dd:3e:0e:34:18:e6:0e:c8:48:70:
|
D | dh.998.pem | 7 9d:8a:e5:85:3c:71:e3:4b:3e:1e:b9:80:e3:cc:7a:
|
D | dh.999.pem | 3 4f:b8:d2:d8:3c:b3:02:c9:64:f5:99:fe:61:cc:b3:
|
D | dh.1000.pem | 9 f0:88:2b:35:98:64:28:58:27:be:fa:bf:e3:60:cc:
|
/openthread-latest/tools/tcat_ble_client/ble/ |
D | ble_stream_secure.py | 175 cc = self.ssl_object._sslobj.get_unverified_chain() 176 if cc is None: 180 for cert in cc:
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir3/ |
D | test-ca.crt | 55 35:cc:58:19:d1:d2:99:ef:4d:73:f8:1f:89:d4:5a:d0:52:ce: 56 09:f5:b1:46:51:6a:00:8e:3b:cc:6f:63:01:00:99:ed:9d:a6:
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir1/ |
D | test-ca.crt | 55 35:cc:58:19:d1:d2:99:ef:4d:73:f8:1f:89:d4:5a:d0:52:ce: 56 09:f5:b1:46:51:6a:00:8e:3b:cc:6f:63:01:00:99:ed:9d:a6:
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir2/ |
D | test-ca.crt | 55 35:cc:58:19:d1:d2:99:ef:4d:73:f8:1f:89:d4:5a:d0:52:ce: 56 09:f5:b1:46:51:6a:00:8e:3b:cc:6f:63:01:00:99:ed:9d:a6:
|
/openthread-latest/third_party/build_gn/toolchain/ |
D | BUILD.gn | 5 tool("cc") {
|
/openthread-latest/third_party/tcplp/ |
D | CMakeLists.txt | 32 bsdtcp/cc/cc_newreno.c
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 341 unsigned long cc; in mbedtls_timing_hardclock() local 342 asm volatile ("rpcc %0" : "=r" (cc)); in mbedtls_timing_hardclock() 343 return cc & 0xFFFFFFFF; in mbedtls_timing_hardclock()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_debug.data | 63 …99)\: ad 65 2c 64 eb 95 9b dc fe 41 5e 17 a6 da 6c 5b\nMyFile(0999)\: 69 cc 02 ba 14 2c 16 24 9c…
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 5449 info=$1 cc=$2; shift 2 5450 $cc --version 5452 msg "build/test: $cc $opt, $info" # ~ 30s 5453 make CC="$cc" CFLAGS="$opt -std=c99 -pedantic -Wall -Wextra -Werror"
|
/openthread-latest/doc/ |
D | Doxyfile.in | 809 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, 816 *.cc \
|
/openthread-latest/src/cli/ |
D | README.md | 2324 fe80:0:0:0:fc10:9d27:7e01:75cc
|