/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/ |
D | check-python-files.sh | 36 actual = package.__version__ 38 if packaging.version.parse(actual) < packaging.version.parse(wanted): 39 sys.stderr.write("$1: version %s is too old (want %s)\n" % (actual, wanted))
|
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | test_ipv6.py | 711 actual = ipv6_fragment_header.to_bytes() 717 self.assertEqual(expected, actual) 753 actual = icmpv6_msg.to_bytes() 758 self.assertEqual(expected, actual) 1196 actual = BytesPayload.from_bytes(data) 1199 self.assertEqual(data, actual.data) 1207 actual = payload.to_bytes() 1210 self.assertEqual(data, actual) 1218 actual = len(payload) 1221 self.assertEqual(len(data), actual) [all …]
|
D | thread_cert.py | 596 def assertDictIncludes(self, actual: Mapping[str, str], expected: Mapping[str, str]): 604 if k not in actual: 606 if v != actual[k]:
|
D | test_lowpan.py | 248 actual = lowpan.LowpanIPHC.from_bytes(data_bytes) 251 self.assertEqual(tf, actual.tf) 252 self.assertEqual(nh, actual.nh) 253 self.assertEqual(hlim, actual.hlim) 254 self.assertEqual(cid, actual.cid) 255 self.assertEqual(sac, actual.sac) 256 self.assertEqual(sam, actual.sam) 257 self.assertEqual(m, actual.m) 258 self.assertEqual(dac, actual.dac) 259 self.assertEqual(dam, actual.dam)
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_base64.function | 70 signed char actual = mbedtls_ct_base64_dec_value( c ); 72 TEST_CF_PUBLIC( &actual, sizeof( actual ) ); 73 TEST_EQUAL( actual, expected );
|
D | test_suite_dhm.function | 13 mbedtls_mpi actual; 15 mbedtls_mpi_init( &actual ); 26 TEST_EQUAL( 0, mbedtls_mpi_read_binary( &actual, buffer + *offset, n ) ); 27 TEST_EQUAL( 0, mbedtls_mpi_cmp_mpi( expected, &actual ) ); 32 mbedtls_mpi_free( &actual );
|
D | test_suite_ecp.function | 1251 uint8_t *actual = NULL; 1259 ASSERT_ALLOC( actual, expected->len ); 1273 TEST_EQUAL( 0, mbedtls_mpi_write_binary( &d, actual, expected->len ) ); 1285 actual, expected->len ); 1289 mbedtls_free( actual );
|
D | test_suite_entropy.function | 498 // Second run for actual entropy (triggers mbedtls_entropy_update_nv_seed)
|
D | test_suite_asn1parse.function | 445 * expected value, but they matter for the actual value.)
|
D | test_suite_psa_crypto.data | 1377 PSA MAC sign: HMAC-SHA-224, truncated to 28 bytes (actual size) 1381 PSA MAC verify: HMAC-SHA-224, truncated to 28 bytes (actual size) 1385 PSA MAC sign: HMAC-SHA-512, truncated to 64 bytes (actual size) 1389 PSA MAC verify: HMAC-SHA-512, truncated to 64 bytes (actual size) 1449 PSA MAC sign: CMAC-AES-128, truncated to 16 bytes (actual size) 1453 PSA MAC verify: CMAC-AES-128, truncated to 16 bytes (actual size)
|
D | test_suite_ssl.function | 2180 /* Calculate actual input and output lengths */
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 34 #define ASSERT_STATUS( actual, expected ) \ argument 37 if( ( actual ) != ( expected ) ) \ 41 (psa_status_t) actual, (psa_status_t) expected ); \
|
/openthread-3.4.0/tools/ot-fct/ |
D | README.md | 34 - actualpower: The actual power in 0.01 dBm.
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/post/rules/ |
D | repos.mak | 102 # with its actual git target (e.g., third_party/foo/repo/.git).
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/ |
D | CHANGES | 114 the actual action commands that will be executed when the verbose
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 71 … compliant with the PSA driver interface specification. But it is not an actual driver that drives…
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | invasive-testing.md | 86 * Correctness: we want to test the actual product, not a modified version, since conclusions drawn … 178 …may accidentally use these internal interfaces in ways that don't correspond to the actual product. 186 | | ~ The tests may call internal functions in a way that does not reflect actual usage…
|
D | psa-storage-format-testing.md | 23 …est case creates a key as indicated by the parameters, then compares the actual state of the stora…
|
D | driver-interface-test-strategy.md | 101 * Running on actual hardware.
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 1908 mbedtls_mpi actual, required; in psa_validate_optional_attributes() local 1919 mbedtls_mpi_init( &actual ); in psa_validate_optional_attributes() 1922 NULL, NULL, NULL, NULL, &actual ); in psa_validate_optional_attributes() 1932 if( mbedtls_mpi_cmp_mpi( &actual, &required ) != 0 ) in psa_validate_optional_attributes() 1935 mbedtls_mpi_free( &actual ); in psa_validate_optional_attributes()
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/tools/packages/make/make.patches/ |
D | make-00.patch | 228 actual line, after expansion. */
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 64 … in the `tests/` directory that are dynamically generated to produce the actual test source files …
|
D | ChangeLog | 629 mbedtls_x509_crt_verify()) with the actual certificate name: when the 772 The actual effect with almost every compiler is the intended 3200 * Stricter check on SSL ClientHello internal sizes compared to actual packet 3249 * Only iterate over actual certificates in ssl_write_certificate_request() 3693 * Stricter check on SSL ClientHello internal sizes compared to actual packet 4133 displays actual bit size of the value.
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 204 …fer size. A third parameter of type `size_t *` is provided to report the actual length of the data… 813 …sistence level, in case the driver has more specific knowledge about the actual persistence level …
|
/openthread-3.4.0/third_party/mbedtls/repo/doxygen/ |
D | mbedtls.doxyfile | 960 # the output darker. The value divided by 100 is the actual gamma applied,
|