/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecjpake.data | 10 ECJPAKE round one: client, valid 13 ECJPAKE round one: server, valid 16 ECJPAKE round one: role mismatch 19 ECJPAKE round one: trailing byte 22 ECJPAKE round one: KKP1: no data 25 ECJPAKE round one: KKP1: length of first point too small 28 ECJPAKE round one: KKP1: length of first point too big 31 ECJPAKE round one: KKP1: no point data 34 ECJPAKE round one: KKP1: first point is zero 37 ECJPAKE round one: KKP1: unknown first point format [all …]
|
D | test_suite_cipher.padding.data | 140 Check one and zeros padding #1 (correct) 144 Check one and zeros padding #2 (correct) 148 Check one and zeros padding #3 (correct) 152 Check one and zeros padding #4 (correct) 156 Check one and zeros padding #5 (correct) 160 Check one and zeros padding #6 (missing one) 164 Check one and zeros padding #7 (overlong) 168 Check one and zeros padding #8 (last byte 0x80 | x)
|
D | test_suite_psa_crypto_init.data | 47 Fake entropy: one block eventually 51 Fake entropy: one block in two steps 55 Fake entropy: more than one block in two steps 65 NV seed only: less than one block
|
D | test_suite_pkcs7.data | 173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… 213 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 241 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 31 to contain one unaccounted extra byte #… 257 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 293 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 321 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… 337 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 353 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 369 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… [all …]
|
D | test_suite_cipher.des.data | 73 DES Encrypt and decrypt 0 bytes with one and zeros padding 77 DES Encrypt and decrypt 1 byte with one and zeros padding 81 DES Encrypt and decrypt 2 bytes with one and zeros padding 85 DES Encrypt and decrypt 7 bytes with one and zeros padding 89 DES Encrypt and decrypt 8 bytes with one and zeros padding 93 DES Encrypt and decrypt 9 bytes with one and zeros padding 97 DES Encrypt and decrypt 15 bytes with one and zeros padding 101 DES Encrypt and decrypt 16 bytes with one and zeros padding 105 DES Encrypt and decrypt 17 bytes with one and zeros padding 109 DES Encrypt and decrypt 31 bytes with one and zeros padding [all …]
|
D | test_suite_pkwrite.function | 88 /* Windows' line ending is different from the Linux's one ("\r\n" vs "\n"). 121 /* Turn the key PK context into an opaque one. 202 /* Turn the priv_key PK context into an opaque one. */
|
D | test_suite_cipher.camellia.data | 69 CAMELLIA Encrypt and decrypt 0 bytes with one and zeros padding 73 CAMELLIA Encrypt and decrypt 1 byte with one and zeros padding 77 CAMELLIA Encrypt and decrypt 2 bytes with one and zeros padding 81 CAMELLIA Encrypt and decrypt 7 bytes with one and zeros padding 85 CAMELLIA Encrypt and decrypt 8 bytes with one and zeros padding 89 CAMELLIA Encrypt and decrypt 9 bytes with one and zeros padding 93 CAMELLIA Encrypt and decrypt 15 bytes with one and zeros padding 97 CAMELLIA Encrypt and decrypt 16 bytes with one and zeros padding 101 CAMELLIA Encrypt and decrypt 17 bytes with one and zeros padding 105 CAMELLIA Encrypt and decrypt 31 bytes with one and zeros padding [all …]
|
/openthread-3.7.0/examples/platforms/simulation/ |
D | simul_utils.c | 70 int one = 1; in InitRxSocket() local 76 rval = setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)); in InitRxSocket() 79 rval = setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &one, sizeof(one)); in InitRxSocket() 143 int one = 1; in InitTxSocketIp6() local 162 rval = setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, &one, sizeof(one)); in InitTxSocketIp6() 180 int one = 1; in InitTxSocketIp4() local 198 rval = setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, &one, sizeof(one)); in InitTxSocketIp4()
|
D | ble.c | 53 int one = 1; in initFds() local 65 otEXPECT_ACTION(setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)) != -1, in initFds() 67 otEXPECT_ACTION(setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &one, sizeof(one)) != -1, in initFds()
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 19 …include/psa/crypto_se_driver.h). This is an interface between Mbed TLS and one or more third-party… 21 The SE interface consists of one function provided by Mbed TLS (`psa_register_se_driver`) and many … 34 * Make at least one failing call to `psa_register_se_driver` followed by a successful call. 35 * Make at least one test that successfully registers the maximum number of drivers and fails to reg… 41 * Make at least one test with a key in a secure element that checks that the driver method is calle… 42 * Make at least one test with a key that is not in a secure element that checks that the driver met… 43 * Make at least one test with a key in a secure element with a driver that does not have the requis… 44 * Make at least one test with a key in a secure element with a driver that does not have the substr… 45 * At least one test should register multiple drivers with a key in each driver and check that the e… 46 * At least one test should register the same driver structure with multiple lifetime values and che… [all …]
|
/openthread-3.7.0/third_party/mbedtls/repo/configs/ |
D | README.txt | 7 These files are complete replacements for the default mbedtls_config.h. To use one of 8 them, you can pick one of the following methods: 10 1. Replace the default file include/mbedtls/mbedtls_config.h with the chosen one.
|
/openthread-3.7.0/third_party/mbedtls/repo/library/ |
D | ecjpake.c | 549 mbedtls_mpi one; in ecjpake_ecp_add3() local 551 mbedtls_mpi_init(&one); in ecjpake_ecp_add3() 553 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&one, 1)); in ecjpake_ecp_add3() 554 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd(grp, R, &one, A, &one, B)); in ecjpake_ecp_add3() 555 MBEDTLS_MPI_CHK(mbedtls_ecp_muladd(grp, R, &one, R, &one, C)); in ecjpake_ecp_add3() 558 mbedtls_mpi_free(&one); in ecjpake_ecp_add3() 732 mbedtls_mpi m_xm2_s, one; in mbedtls_ecjpake_derive_k() local 735 mbedtls_mpi_init(&one); in mbedtls_ecjpake_derive_k() 737 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&one, 1)); in mbedtls_ecjpake_derive_k() 747 &one, &ctx->Xp, in mbedtls_ecjpake_derive_k() [all …]
|
D | net_sockets.c | 375 int one = 1; in mbedtls_net_accept() local 390 (const char *) &one, sizeof(one)) != 0) { in mbedtls_net_accept()
|
/openthread-3.7.0/third_party/mbedtls/repo/programs/ |
D | README.md | 65 …ls_client.c): a simple DTLS client program, which sends one datagram to the server and reads one d… 67 …server.c): a simple DTLS server program, which expects one datagram from the client and writes one… 73 * [`ssl/ssl_fork_server.c`](ssl/ssl_fork_server.c): a simple HTTPS server using one process per cli… 77 * [`ssl/ssl_pthread_server.c`](ssl/ssl_pthread_server.c): a simple HTTPS server using one thread pe…
|
/openthread-3.7.0/third_party/mbedtls/repo/programs/psa/ |
D | psa_hash_demo.sh | 10 compute a SHA-256 hash of a test string using the one-shot API call
|
/openthread-3.7.0/tools/harness-thci/ |
D | README.md | 26 7. Select one or more test cases to execute. 48 10. Select one or more test cases to execute. 68 9. Select one or more test cases to execute.
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | testing.md | 11 There needs to be at least one build in `all.sh` that enables 14 `MBEDTLS_USE_PSA_CRYPTO`. There needs to be at least one build with 53 new API to be used, and one or more tests in `ssl-opt.sh` using that.
|
/openthread-3.7.0/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer… 51 * Run them one against the other with `reproducible` option turned on while capturing traffic into …
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/ |
D | psa-driver-example-and-guide.md | 16 …one step (one function call), such as verifying a signature, are called *Single-Part Operations*. … 55 **2. Include the following in one of the driver header files:** 80 If one has not been provided then write one. Its name should begin with the driver prefix, followed… 92 …unction which can dispatch to two transparent drivers `Foo` and `Bar`, and one opaque driver `Baz`.
|
/openthread-3.7.0/third_party/mbedtls/repo/ChangeLog.d/ |
D | 00README.md | 30 changelog entry, but not for deciding whether to write one. 82 why one might be interested in the feature. For an API change or a deprecation,
|
/openthread-3.7.0/tools/harness-simulation/ |
D | README.md | 7 …res in detail are listed in the following sections. Either two machines or one machine running two… 50 3. Select one or more test cases to start the test.
|
/openthread-3.7.0/third_party/mbedtls/repo/.github/ |
D | pull_request_template.md | 24 - please structure your PR into a series of small commits, each of which does one thing
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/git-scripts/ |
D | README.md | 7 The Mbed TLS git hooks are located in `<Mbed TLS root>/tests/git-scripts` directory, and one must c…
|
/openthread-3.7.0/src/posix/platform/ |
D | multicast_routing.cpp | 217 int one = 1; in InitMulticastRouterSock() local 226 …VerifyOrDie(0 == setsockopt(mMulticastRouterSock, IPPROTO_IPV6, MRT6_INIT, &one, sizeof(one)), OT_… in InitMulticastRouterSock()
|
/openthread-3.7.0/ |
D | NOTICE | 3 Group is a non-profit organization formed for the purposes of defining one or
|