/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | md5.c | 117 uint32_t X[16], A, B, C, D; in mbedtls_internal_md5_process() member 149 local.C = ctx->state[2]; in mbedtls_internal_md5_process() 154 P( local.A, local.B, local.C, local.D, 0, 7, 0xD76AA478 ); in mbedtls_internal_md5_process() 155 P( local.D, local.A, local.B, local.C, 1, 12, 0xE8C7B756 ); in mbedtls_internal_md5_process() 156 P( local.C, local.D, local.A, local.B, 2, 17, 0x242070DB ); in mbedtls_internal_md5_process() 157 P( local.B, local.C, local.D, local.A, 3, 22, 0xC1BDCEEE ); in mbedtls_internal_md5_process() 158 P( local.A, local.B, local.C, local.D, 4, 7, 0xF57C0FAF ); in mbedtls_internal_md5_process() 159 P( local.D, local.A, local.B, local.C, 5, 12, 0x4787C62A ); in mbedtls_internal_md5_process() 160 P( local.C, local.D, local.A, local.B, 6, 17, 0xA8304613 ); in mbedtls_internal_md5_process() 161 P( local.B, local.C, local.D, local.A, 7, 22, 0xFD469501 ); in mbedtls_internal_md5_process() [all …]
|
D | ripemd160.c | 122 uint32_t A, B, C, D, E, Ap, Bp, Cp, Dp, Ep, X[16]; in mbedtls_internal_ripemd160_process() member 144 local.C = local.Cp = ctx->state[2]; in mbedtls_internal_ripemd160_process() 176 P2( local.A, local.B, local.C, local.D, local.E, 0, 11, 5, 8 ); in mbedtls_internal_ripemd160_process() 177 P2( local.E, local.A, local.B, local.C, local.D, 1, 14, 14, 9 ); in mbedtls_internal_ripemd160_process() 178 P2( local.D, local.E, local.A, local.B, local.C, 2, 15, 7, 9 ); in mbedtls_internal_ripemd160_process() 179 P2( local.C, local.D, local.E, local.A, local.B, 3, 12, 0, 11 ); in mbedtls_internal_ripemd160_process() 180 P2( local.B, local.C, local.D, local.E, local.A, 4, 5, 9, 13 ); in mbedtls_internal_ripemd160_process() 181 P2( local.A, local.B, local.C, local.D, local.E, 5, 8, 2, 15 ); in mbedtls_internal_ripemd160_process() 182 P2( local.E, local.A, local.B, local.C, local.D, 6, 7, 11, 15 ); in mbedtls_internal_ripemd160_process() 183 P2( local.D, local.E, local.A, local.B, local.C, 7, 9, 4, 5 ); in mbedtls_internal_ripemd160_process() [all …]
|
D | sha1.c | 130 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member 173 local.C = ctx->state[2]; in mbedtls_internal_sha1_process() 180 P( local.A, local.B, local.C, local.D, local.E, local.W[0] ); in mbedtls_internal_sha1_process() 181 P( local.E, local.A, local.B, local.C, local.D, local.W[1] ); in mbedtls_internal_sha1_process() 182 P( local.D, local.E, local.A, local.B, local.C, local.W[2] ); in mbedtls_internal_sha1_process() 183 P( local.C, local.D, local.E, local.A, local.B, local.W[3] ); in mbedtls_internal_sha1_process() 184 P( local.B, local.C, local.D, local.E, local.A, local.W[4] ); in mbedtls_internal_sha1_process() 185 P( local.A, local.B, local.C, local.D, local.E, local.W[5] ); in mbedtls_internal_sha1_process() 186 P( local.E, local.A, local.B, local.C, local.D, local.W[6] ); in mbedtls_internal_sha1_process() 187 P( local.D, local.E, local.A, local.B, local.C, local.W[7] ); in mbedtls_internal_sha1_process() [all …]
|
D | md4.c | 118 uint32_t X[16], A, B, C, D; in mbedtls_internal_md4_process() member 142 local.C = ctx->state[2]; in mbedtls_internal_md4_process() 154 P( local.A, local.B, local.C, local.D, local.X[ 0], 3 ); in mbedtls_internal_md4_process() 155 P( local.D, local.A, local.B, local.C, local.X[ 1], 7 ); in mbedtls_internal_md4_process() 156 P( local.C, local.D, local.A, local.B, local.X[ 2], 11 ); in mbedtls_internal_md4_process() 157 P( local.B, local.C, local.D, local.A, local.X[ 3], 19 ); in mbedtls_internal_md4_process() 158 P( local.A, local.B, local.C, local.D, local.X[ 4], 3 ); in mbedtls_internal_md4_process() 159 P( local.D, local.A, local.B, local.C, local.X[ 5], 7 ); in mbedtls_internal_md4_process() 160 P( local.C, local.D, local.A, local.B, local.X[ 6], 11 ); in mbedtls_internal_md4_process() 161 P( local.B, local.C, local.D, local.A, local.X[ 7], 19 ); in mbedtls_internal_md4_process() [all …]
|
D | havege.c | 80 C = &WALK[PT1 ^ 1]; RES[i++] ^= *C; \ 86 *C = (*C >> (3)) ^ (*C << (29)) ^ CLK; \ 91 C = &WALK[PT1 ^ 3]; RES[i++] ^= *C; \ 94 if( PTEST & 1 ) SWAP( A, C ); \ 99 *C = (*C >> (7)) ^ (*C << (25)) ^ CLK; \ 119 C = &WALK[PT1 ^ 5]; \ 124 RES[i++] ^= *C; \ 130 *C = (*C >> (11)) ^ (*C << (21)) ^ CLK; \ 135 C = &WALK[PT1 ^ 7]; RES[i++] ^= *C; \ 141 *C = (*C >> (15)) ^ (*C << (17)) ^ CLK; \ [all …]
|
D | aes.c | 133 V(A5,63,63,C6), V(84,7C,7C,F8), V(99,77,77,EE), V(8D,7B,7B,F6), \ 140 V(BF,9C,9C,23), V(F7,A4,A4,53), V(96,72,72,E4), V(5B,C0,C0,9B), \ 141 V(C2,B7,B7,75), V(1C,FD,FD,E1), V(AE,93,93,3D), V(6A,26,26,4C), \ 142 V(5A,36,36,6C), V(41,3F,3F,7E), V(02,F7,F7,F5), V(4F,CC,CC,83), \ 143 V(5C,34,34,68), V(F4,A5,A5,51), V(34,E5,E5,D1), V(08,F1,F1,F9), \ 145 V(0C,04,04,08), V(52,C7,C7,95), V(65,23,23,46), V(5E,C3,C3,9D), \ 149 V(1B,09,09,12), V(9E,83,83,1D), V(74,2C,2C,58), V(2E,1A,1A,34), \ 153 V(F5,53,53,A6), V(68,D1,D1,B9), V(00,00,00,00), V(2C,ED,ED,C1), \ 156 V(DE,4A,4A,94), V(D4,4C,4C,98), V(E8,58,58,B0), V(4A,CF,CF,85), \ 160 V(F0,50,50,A0), V(44,3C,3C,78), V(BA,9F,9F,25), V(E3,A8,A8,4B), \ [all …]
|
D | ecp_curves.c | 1012 mbedtls_mpi C; \ 1015 C.s = 1; \ 1016 C.n = (b) / 8 / sizeof( mbedtls_mpi_uint) + 1; \ 1017 C.p = Cp; \ 1018 memset( Cp, 0, C.n * sizeof( mbedtls_mpi_uint ) ); \ 1036 if( c < 0 ) MBEDTLS_MPI_CHK( fix_negative( N, c, &C, bits ) ); 1042 static inline int fix_negative( mbedtls_mpi *N, signed char c, mbedtls_mpi *C, size_t bits ) in fix_negative() argument 1051 C->p[ C->n - 1 ] = ((mbedtls_mpi_uint) -c) << 32; in fix_negative() 1054 C->p[ C->n - 1 ] = (mbedtls_mpi_uint) -c; in fix_negative() 1057 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_abs( N, C, N ) ); in fix_negative()
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/autoconf/m4/ |
D | ax_check_preprocessor.m4 | 26 # language - The autoconf language (C, C++, Objective C, Objective C++, 50 # language - The autoconf language (C, C++, Objective C, Objective C++, 71 # language - The autoconf language (C, C++, Objective C, Objective C++, 92 # language - The autoconf language (C, C++, Objective C, Objective C++,
|
D | ax_check_compiler.m4 | 20 # language - The autoconf language (C, C++, Objective C, Objective C++, 44 # language - The autoconf language (C, C++, Objective C, Objective C++, 65 # language - The autoconf language (C, C++, Objective C, Objective C++, 85 # language - The autoconf language (C, C++, Objective C, Objective C++,
|
/openthread-2.7.6/ |
D | STYLE_GUIDE.md | 3 - [1 C and C++](#c-and-c) 14 # C and C++ 18 - C 19 …- OpenThread uses and enforces the ISO9899:1999 (aka ISO C99, C99) C language standard as the mini… 20 - C++ 21 …- OpenThread uses and enforces the ISO14882:2011 (aka ISO C++11, C++11) C++ language standard as t… 36 …- There should be no calls to the C/C++ keyword goto. Exception: The use of local gotos for the pu… 37 - C Preprocessor 38 - Use of the C preprocessor should be limited to file inclusion and simple macros. 43 … shall use brace (“<”) and (“>”) style for all public headers, including C and C++ standard librar… [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509write.data | 59 …_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca.key"… 63 …_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca.key"… 67 …_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca.key"… 71 …_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca.key"… 75 …_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca.key"… 79 …_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca.key"… 83 …_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca.key"… 87 …_check:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca.key"… 91 mbedtls_x509_string_to_names:"C=NL,O=Offspark\, Inc., OU=PolarSSL":"C=NL, O=Offspark, Inc., OU=Pola… 94 mbedtls_x509_string_to_names:"C=NL, O=Offspark, Inc., OU=PolarSSL":"":MBEDTLS_ERR_X509_UNKNOWN_OID [all …]
|
D | test_suite_x509parse.data | 3 …serial number \: 01\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 7 …serial number \: 01\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 11 …serial number \: 02\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 15 …serial number \: 02\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 19 …serial number \: 03\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 23 …serial number \: 03\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 27 …serial number \: 09\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 31 …serial number \: 05\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 35 …serial number \: 06\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 39 …serial number \: 07\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … [all …]
|
/openthread-2.7.6/tools/harness-thci/ |
D | README.md | 14 1. Copy "OpenThread.png" to `C:\GRL\Thread1.1\Web\images`. 16 2. Copy "deviceInputFields.xml" to `C:\GRL\Thread1.1\Web\data`. 18 3. Copy "OpenThread.py" to `C:GRL\Thread1.1\Thread_Harness\THCI`. 30 1. Copy "OpenThread_WpanCtl.png" to `C:\GRL\Thread1.1\Web\images`. 32 2. Copy "deviceInputFields.xml" to `C:\GRL\Thread1.1\Web\data`. 34 3. Copy "OpenThread_WpanCtl.py" to `C:\GRL\Thread1.1\Thread_Harness\THCI`. 42 …rdware identifier and add a new platform group named OpenThread_WpanCtl in `C:\GRL\Thread1.1\Confi… 56 3. Install python paramiko package to `C:\GRL\Pyton2.7` 58 4. Copy "OpenThread_WpanCtl.png" to `C:\GRL\Thread1.1\Web\images`. 60 …referring to the following indication then Copy "deviceInputFields.xml" to `C:\GRL\Thread1.1\Web\d… [all …]
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ |
D | ax_cxx_compile_stdcxx.m4 | 12 # version of the C++ standard. If necessary, add switches to CXX and 13 # CXXCPP to enable support. VERSION may be '11' (for the C++11 standard) 14 # or '14' (for the C++14 standard). 22 # indicates that baseline support for the specified C++ standard is 50 [$1], [17], [m4_fatal([support for C++17 not yet implemented in AX_CXX_COMPILE_STDCXX])], 60 AC_LANG_PUSH([C++])dnl 62 AC_CACHE_CHECK(whether $CXX supports C++$1 features by default, 75 AC_CACHE_CHECK(whether $CXX supports C++$1 features with $switch, 101 AC_CACHE_CHECK(whether $CXX supports C++$1 features with $switch, 119 AC_LANG_POP([C++]) [all …]
|
D | ax_cxx_compile_stdcxx_0x.m4 | 11 # Check for baseline language coverage in the compiler for the C++0x 31 AC_CACHE_CHECK(if g++ supports C++0x features without additional flags, 54 AC_CACHE_CHECK(if g++ supports C++0x features with -std=c++0x, 80 AC_CACHE_CHECK(if g++ supports C++0x features with -std=gnu++0x, 109 AC_DEFINE(HAVE_STDCXX_0X,,[Define if g++ supports C++0x features. ])
|
D | ax_cxx_compile_stdcxx_14.m4 | 11 # Check for baseline language coverage in the compiler for the C++14 16 # macro with the version set to C++14. The two optional arguments are
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/ |
D | test-ca.server1.db | 1 R 210212144406Z 110212124407Z 01 unknown /C=NL/O=PolarSSL/CN=PolarSSL Server 1 2 R 210212144400Z 110212124407Z 03 unknown /C=NL/O=PolarSSL/CN=PolarSSL Test CA
|
D | test-ca.server1.future-crl.db | 1 R 210212144406Z 290101124407Z 01 unknown /C=NL/O=PolarSSL/CN=PolarSSL Server 1 2 R 210212144400Z 290101124407Z 03 unknown /C=NL/O=PolarSSL/CN=PolarSSL Test CA
|
D | Readme-x509.txt | 7 - test-ca.crt aka "C=NL, O=PolarSSL, CN=PolarSSL Test CA" 11 - test-ca2*.crt aka "C=NL, O=PolarSSL, CN=Polarssl Test EC CA" 17 - test-int-ca.crt "C=NL, O=PolarSSL, CN=PolarSSL Test Intermediate CA" 20 - test-int-ca2.crt "C=NL, O=PolarSSL, CN=PolarSSL Test Intermediate EC CA" 24 - test-int-ca3.crt "C=UK, O=mbed TLS, CN=mbed TLS Test intermediate CA 3" 48 - C -> there is a CRL revoking this cert (see below) 63 - server1*.crt: 1* R C* P1*: misc *(server1-v1 see test-ca-v1.crt above) 83 - server6.crt, server6.pem: 2 E L C: revoked 96 - server9*.crt: 1 R C* L P1*: signed using RSASSA-PSS
|
D | dhparams.pem | 3 1sa18fyfR9OiVEMYglOpkqVoGLN7qd5aQNNi5W7/C+VBdHTBJcGZJyyP5B3qcz32
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/post/rules/ |
D | repos.mak | 112 …$(GIT) -C $(top_srcdir) submodule -q add -f -b $$($(2)_repo_BRANCH) -- $$($(2)_repo_URL) $$($(2)_r… 114 …$(GIT) -C $(top_srcdir) clone -q -b $$($(2)_repo_BRANCH) -- $$($(2)_repo_URL) $$($(2)_repo_PATH);;… 118 $(GIT) -C $$($(2)_repo_PATH) checkout -q $$($(2)_repo_COMMIT); \ 124 $(GIT) -C $(top_srcdir) init -q $(top_srcdir) 164 … submodule) $(GIT) -C $(top_srcdir) submodule -q deinit -f -- $(REPO_PATHS) 2> /dev/null || true; \ 167 $(GIT) -C $(top_srcdir) rm -f -q $(__REPOS_GIT_MODULES_PATH) 2> /dev/null; \ 174 $(GIT) -C $(top_srcdir) rm -rf -q --cached $(REPO_PATHS) 2> /dev/null || true; \ 178 clone) $(GIT) -C $(top_srcdir) rm -rf -q --cached $(REPO_PATHS) 2> /dev/null || true; \
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/ |
D | configure.ac | 79 # Tell autoconf what file the package is using to aggregate C preprocessor 200 AX_CHECK_COMPILER_OPTIONS([C], ${PROSPECTIVE_CFLAGS}) 201 AX_CHECK_COMPILER_OPTIONS([C++], ${PROSPECTIVE_CFLAGS} ${PROSPECTIVE_CXXFLAGS}) 322 # ${MAKE-make} --no-print-directory -C ${srcdir} -f Makefile-bootstrap ${nlunit_test_dirstem} 445 C Preprocessor : ${CPP} 446 C Compiler : ${CC} 447 C++ Preprocessor : ${CXXCPP} 448 C++ Compiler : ${CXX} 453 C Preprocessor flags : ${CPPFLAGS:--} 454 C Compile flags : ${CFLAGS:--} [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/visualc/VS2010/ |
D | mbedTLS.sln | 3 # Visual C++ Express 2010 26 …11D0-8D11-00A0C91BC942}") = "dh_client", "dh_client.vcxproj", "{4D29BE4A-979C-C5AE-44B5-30FB37D8D4… 86 …0-8D11-00A0C91BC942}") = "pk_verify", "pk_verify.vcxproj", "{C429B336-1B30-119C-3B34-21A186D6744F}" 121 …00A0C91BC942}") = "rsa_verify_pss", "rsa_verify_pss.vcxproj", "{95C50864-854C-2A11-4C91-BCE654E344… 241 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cert_app", "cert_app.vcxproj", "{D4D691D4-137C… 314 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|Win32.ActiveCfg = Debug|Win32 315 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|Win32.Build.0 = Debug|Win32 316 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|x64.ActiveCfg = Debug|x64 317 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|x64.Build.0 = Debug|x64 318 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Release|Win32.ActiveCfg = Release|Win32 [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/ |
D | README.md | 3 This is a formally verified implementation of Curve25519-based handshakes. The C code is automatica… 5 …orted platforms are currently `x86` and `x86_64` using gcc or clang, and Visual C (2010 and later).
|
/openthread-2.7.6/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-developer-guide.md | 25 …C linkage, and to declare these functions in a **driver description file**. The driver description… 32 * C header files defining the types required by the driver description. The names of these header f… 35 ## Driver C interfaces
|