/openthread-latest/third_party/mbedtls/repo/library/ |
D | md5.c | 68 uint32_t X[16], A, B, C, D; in mbedtls_internal_md5_process() member 100 local.C = ctx->state[2]; in mbedtls_internal_md5_process() 105 P(local.A, local.B, local.C, local.D, 0, 7, 0xD76AA478); in mbedtls_internal_md5_process() 106 P(local.D, local.A, local.B, local.C, 1, 12, 0xE8C7B756); in mbedtls_internal_md5_process() 107 P(local.C, local.D, local.A, local.B, 2, 17, 0x242070DB); in mbedtls_internal_md5_process() 108 P(local.B, local.C, local.D, local.A, 3, 22, 0xC1BDCEEE); in mbedtls_internal_md5_process() 109 P(local.A, local.B, local.C, local.D, 4, 7, 0xF57C0FAF); in mbedtls_internal_md5_process() 110 P(local.D, local.A, local.B, local.C, 5, 12, 0x4787C62A); in mbedtls_internal_md5_process() 111 P(local.C, local.D, local.A, local.B, 6, 17, 0xA8304613); in mbedtls_internal_md5_process() 112 P(local.B, local.C, local.D, local.A, 7, 22, 0xFD469501); in mbedtls_internal_md5_process() [all …]
|
D | ripemd160.c | 73 uint32_t A, B, C, D, E, Ap, Bp, Cp, Dp, Ep, X[16]; in mbedtls_internal_ripemd160_process() member 95 local.C = local.Cp = ctx->state[2]; in mbedtls_internal_ripemd160_process() 127 P2(local.A, local.B, local.C, local.D, local.E, 0, 11, 5, 8); in mbedtls_internal_ripemd160_process() 128 P2(local.E, local.A, local.B, local.C, local.D, 1, 14, 14, 9); in mbedtls_internal_ripemd160_process() 129 P2(local.D, local.E, local.A, local.B, local.C, 2, 15, 7, 9); in mbedtls_internal_ripemd160_process() 130 P2(local.C, local.D, local.E, local.A, local.B, 3, 12, 0, 11); in mbedtls_internal_ripemd160_process() 131 P2(local.B, local.C, local.D, local.E, local.A, 4, 5, 9, 13); in mbedtls_internal_ripemd160_process() 132 P2(local.A, local.B, local.C, local.D, local.E, 5, 8, 2, 15); in mbedtls_internal_ripemd160_process() 133 P2(local.E, local.A, local.B, local.C, local.D, 6, 7, 11, 15); in mbedtls_internal_ripemd160_process() 134 P2(local.D, local.E, local.A, local.B, local.C, 7, 9, 4, 5); in mbedtls_internal_ripemd160_process() [all …]
|
D | sha1.c | 69 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member 109 local.C = ctx->state[2]; in mbedtls_internal_sha1_process() 116 P(local.A, local.B, local.C, local.D, local.E, local.W[0]); in mbedtls_internal_sha1_process() 117 P(local.E, local.A, local.B, local.C, local.D, local.W[1]); in mbedtls_internal_sha1_process() 118 P(local.D, local.E, local.A, local.B, local.C, local.W[2]); in mbedtls_internal_sha1_process() 119 P(local.C, local.D, local.E, local.A, local.B, local.W[3]); in mbedtls_internal_sha1_process() 120 P(local.B, local.C, local.D, local.E, local.A, local.W[4]); in mbedtls_internal_sha1_process() 121 P(local.A, local.B, local.C, local.D, local.E, local.W[5]); in mbedtls_internal_sha1_process() 122 P(local.E, local.A, local.B, local.C, local.D, local.W[6]); in mbedtls_internal_sha1_process() 123 P(local.D, local.E, local.A, local.B, local.C, local.W[7]); in mbedtls_internal_sha1_process() [all …]
|
D | aes.c | 119 V(A5, 63, 63, C6), V(84, 7C, 7C, F8), V(99, 77, 77, EE), V(8D, 7B, 7B, F6), \ 126 V(BF, 9C, 9C, 23), V(F7, A4, A4, 53), V(96, 72, 72, E4), V(5B, C0, C0, 9B), \ 127 V(C2, B7, B7, 75), V(1C, FD, FD, E1), V(AE, 93, 93, 3D), V(6A, 26, 26, 4C), \ 128 V(5A, 36, 36, 6C), V(41, 3F, 3F, 7E), V(02, F7, F7, F5), V(4F, CC, CC, 83), \ 129 V(5C, 34, 34, 68), V(F4, A5, A5, 51), V(34, E5, E5, D1), V(08, F1, F1, F9), \ 131 V(0C, 04, 04, 08), V(52, C7, C7, 95), V(65, 23, 23, 46), V(5E, C3, C3, 9D), \ 135 V(1B, 09, 09, 12), V(9E, 83, 83, 1D), V(74, 2C, 2C, 58), V(2E, 1A, 1A, 34), \ 139 V(F5, 53, 53, A6), V(68, D1, D1, B9), V(00, 00, 00, 00), V(2C, ED, ED, C1), \ 142 V(DE, 4A, 4A, 94), V(D4, 4C, 4C, 98), V(E8, 58, 58, B0), V(4A, CF, CF, 85), \ 146 V(F0, 50, 50, A0), V(44, 3C, 3C, 78), V(BA, 9F, 9F, 25), V(E3, A8, A8, 4B), \ [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509write.data | 63 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 67 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 71 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 75 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 79 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 83 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 87 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 91 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 95 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… 99 …eck:"data_files/server1.key":"":"C=NL,O=PolarSSL,CN=PolarSSL Server 1":"data_files/test-ca_unenc.k… [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 \: 06\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 31 …serial number \: 07\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 35 …serial number \: 08\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … 39 …serial number \: 09\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name … [all …]
|
/openthread-latest/ |
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-latest/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-latest/third_party/mbedtls/repo/programs/test/ |
D | generate_cpp_dummy_build.sh | 8 Generate a C++ dummy build program that includes all the headers. 22 export LC_ALL=C 28 * This program is a dummy C++ program to ensure Mbed TLS library header files 29 * can be included and built with a C++ compiler.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .gitattributes | 1 # Classify all '.function' files as C for syntax highlighting purposes 2 *.function linguist-language=C
|
/openthread-latest/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) 87 - server6.crt, server6.pem: 2 E L C: revoked 100 - server9*.crt: 1 R C* L P1*: signed using RSASSA-PSS
|
D | dhparams.pem | 3 1sa18fyfR9OiVEMYglOpkqVoGLN7qd5aQNNi5W7/C+VBdHTBJcGZJyyP5B3qcz32
|
D | server1_csr.opensslconf | 8 C = NL
|
D | server5-sha512.crt | 12 E6xLpFE/jxZ0wb5SXteLtQIwZ8ZJIDLnxGciX/mtfx0dOII3bna72yRkGfT+0b/C
|
D | server1.req.sha256.conf | 15 C=UK
|
/openthread-latest/third_party/mbedtls/repo/visualc/VS2017/ |
D | mbedTLS.sln | 33 …11D0-8D11-00A0C91BC942}") = "dh_client", "dh_client.vcxproj", "{4D29BE4A-979C-C5AE-44B5-30FB37D8D4… 93 …0-8D11-00A0C91BC942}") = "pk_verify", "pk_verify.vcxproj", "{C429B336-1B30-119C-3B34-21A186D6744F}" 128 …00A0C91BC942}") = "rsa_verify_pss", "rsa_verify_pss.vcxproj", "{95C50864-854C-2A11-4C91-BCE654E344… 268 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cert_app", "cert_app.vcxproj", "{D4D691D4-137C… 354 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|Win32.ActiveCfg = Debug|Win32 355 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|Win32.Build.0 = Debug|Win32 356 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|x64.ActiveCfg = Debug|x64 357 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Debug|x64.Build.0 = Debug|x64 358 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Release|Win32.ActiveCfg = Release|Win32 359 {4D29BE4A-979C-C5AE-44B5-30FB37D8D4EE}.Release|Win32.Build.0 = Release|Win32 [all …]
|
/openthread-latest/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-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-developer-guide.md | 26 …C linkage, and to declare these functions in a **driver description file**. The driver description… 33 * C header files defining the types required by the driver description. The names of these header f… 36 ## Driver C interfaces
|
/openthread-latest/tests/nexus/ |
D | README.md | 14 - Nexus tests can interact directly with the C++ or C OT core APIs, providing more control than the…
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir3/ |
D | test-ca.crt | 6 Issuer: C=NL, O=PolarSSL, CN=PolarSSL Test CA 10 Subject: C=NL, O=PolarSSL, CN=PolarSSL Test CA 41 DirName:/C=NL/O=PolarSSL/CN=PolarSSL Test CA
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir1/ |
D | test-ca.crt | 6 Issuer: C=NL, O=PolarSSL, CN=PolarSSL Test CA 10 Subject: C=NL, O=PolarSSL, CN=PolarSSL Test CA 41 DirName:/C=NL/O=PolarSSL/CN=PolarSSL Test CA
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir2/ |
D | test-ca.crt | 6 Issuer: C=NL, O=PolarSSL, CN=PolarSSL Test CA 10 Subject: C=NL, O=PolarSSL, CN=PolarSSL Test CA 41 DirName:/C=NL/O=PolarSSL/CN=PolarSSL Test CA
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/parse_input/ |
D | server3.crt | 12 DYSEUuxtnUZOko/C//XlCEtK0TuS2aLEqF3gJjBJTCfthEdAhJCtmPAQDCzeKsdx
|