Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 28) sorted by relevance

12

/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dcheck-python-files.sh36 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/
Dtest_ipv6.py711 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 …]
Dthread_cert.py596 def assertDictIncludes(self, actual: Mapping[str, str], expected: Mapping[str, str]):
604 if k not in actual:
606 if v != actual[k]:
Dtest_lowpan.py248 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/
Dtest_suite_base64.function70 signed char actual = mbedtls_ct_base64_dec_value( c );
72 TEST_CF_PUBLIC( &actual, sizeof( actual ) );
73 TEST_EQUAL( actual, expected );
Dtest_suite_dhm.function13 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 );
Dtest_suite_ecp.function1251 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 );
Dtest_suite_entropy.function498 // Second run for actual entropy (triggers mbedtls_entropy_update_nv_seed)
Dtest_suite_asn1parse.function445 * expected value, but they matter for the actual value.)
Dtest_suite_psa_crypto.data1377 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)
Dtest_suite_ssl.function2180 /* Calculate actual input and output lengths */
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c34 #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/
DREADME.md34 - actualpower: The actual power in 0.01 dBm.
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/post/rules/
Drepos.mak102 # with its actual git target (e.g., third_party/foo/repo/.git).
/openthread-3.4.0/third_party/nlbuild-autotools/repo/
DCHANGES114 the actual action commands that will be executed when the verbose
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md71 … 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/
Dinvasive-testing.md86 * 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…
Dpsa-storage-format-testing.md23 …est case creates a key as indicated by the parameters, then compares the actual state of the stora…
Ddriver-interface-test-strategy.md101 * Running on actual hardware.
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c1908 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/
Dmake-00.patch228 actual line, after expansion. */
/openthread-3.4.0/third_party/mbedtls/repo/
DCONTRIBUTING.md64 … in the `tests/` directory that are dynamically generated to produce the actual test source files …
DChangeLog629 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/
Dpsa-driver-interface.md204 …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/
Dmbedtls.doxyfile960 # the output darker. The value divided by 100 is the actual gamma applied,

12