Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 62) sorted by relevance

123

/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/
Dlist-identifiers.sh57 Sorry, this script has to be called with --internal.
63 check-names.sh, which used to depend on this script, has been replaced with
Dtest_zeroize.gdb42 # the compiler potentially has a bug.
/openthread-3.6.0/src/core/thread/
Dchild.cpp276 bool has = false; in HasMlrRegisteredAddress() local
284 ExitNow(has = true); in HasMlrRegisteredAddress()
289 return has; in HasMlrRegisteredAddress()
/openthread-3.6.0/src/cli/
DREADME_COMMISSIONING.md7 Form a network with the device that has Commissioner support.
97 4. After successful attach, validate the device has the same Active Operational Dataset as above.
DREADME_SRP.md107 Check if the host and service has been successfully registered on the client node:
154 Confirm on the server node that the service has been removed:
DREADME_DATASET.md195 …This shows that indeed the delay timer has started counting down from its initial value `300000`. …
197has been applied at the Leader. This can also be checked at other devices on the network: these sh…
214 …This shows that the Active Operational Dataset has now been updated to use channel 12. And the Pen…
/openthread-3.6.0/examples/apps/cli/
DREADME.md56 Wait a few seconds and verify that the device has become a Thread Leader:
107 Wait a few seconds and verify that the device has become a Thread Child or Router:
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md13 Each test case has a description which succinctly describes for a human audience what the test does…
33 Each test case in `ssl-opt.sh` has a description which succinctly describes for a human audience wh…
51 The outcome file has 6 fields:
Dpsa-storage-format-testing.md5 …e a persistent key and read it back later. This must work even if Mbed TLS has been upgraded in th…
25 In addition, the test case also loads the key and checks that it has the expected data and metadata…
35 Test cases should normally not be removed from the code base: if something has worked before, it sh…
68 …metadata with `psa_import_key`. Read the file content and validate that it has the expected layout…
Dinvasive-testing.md34 …. Do not define non-public interfaces in public headers (`include/mbedtls` has `*_internal.h` head…
147 …nally has very fine-grained public interfaces, with many platform functions that can be substitute…
162 Mbed TLS traditionally has a few internal interfaces, mostly intended for cross-module abstraction …
176 A limitation is that these interfaces must exist in the first place. If they don't, this has mostly…
314 Goal: ensure that no stray files are left over in the key store even if a test has failed (as that …
364 The PSA crypto subsystem has a few checks to detect corrupted data in memory. We currently don't ha…
Ddriver-interface-test-strategy.md3 This document describes the test strategy for the driver interfaces in Mbed Crypto. Mbed Crypto has
43 …does not have the requisite method (i.e. the method pointer is `NULL`) but has the substructure co…
90 * Check both that the storage has the expected content (this can be done by e.g. using a key that i…
/openthread-3.6.0/tests/scripts/thread-cert/pktverify/
Dlayer_fields_container.py52 def has(self, subpath): member in LayerFieldsContainer
Dlayers.py70 def has(self, name) -> bool: member in Layer
/openthread-3.6.0/
DAUTHORS3 # This does not necessarily list everyone who has contributed code, since in
/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/
DReadme-x509.txt28 - enco-ca-prstr.pem: has its CN encoded as a printable string, but child cert
29 enco-cert-utf8str.pem has its issuer's CN encoded as a UTF-8 string.
33 - keyUsage.decipherOnly.crt: has the decipherOnly keyUsage bit set
131 The origin of older certificates has not been recorded.
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_storage_format.function14 * Test that it has the expected representation.
64 * that it has the given attributes and (if exportable) key material.
157 * check that it has the expected format so that future versions
/openthread-3.6.0/third_party/mbedtls/repo/
DBUGS.md13 your issue has already been reported. If not, …
DCONTRIBUTING.md23 1. Ensure that each commit has at least one `Signed-off-by:` line from the committer. If anyone els…
28 … library. Unless the user has made an active decision to use newer features, a newer generation of…
74 Once a PR has been made, the Continuous Integration (CI) tests are triggered and run. You should fo…
D.pylintrc18 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30.
/openthread-3.6.0/third_party/mbedtls/repo/3rdparty/everest/
DREADME.md5 …some platforms do not provide a 128-bit integer type and KreMLin therefore has to use additional (…
/openthread-3.6.0/third_party/mbedtls/repo/tests/git-scripts/
DREADME.md3 git has a way to run scripts, which are invoked by specific git commands.
/openthread-3.6.0/src/core/diags/
DREADME.md150 Length parameter has to be in range [3, 127].
162 Length parameter has to be in range [3, 127].
281 The parameter `value` has to be `0` or `1`.
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md9 … released versions. Do not remove information from this document unless it has always been incorre…
31 > On Mbed OS, if a device has a nonvolatile random seed file produced with Mbed OS 5.11.x and is up…
119 …. However note that the encoding of key types, algorithms and key material has changed, therefore …
177 * The encoding of key types, algorithms and key material has changed, therefore the storage format …
205 * The layout of a key file now has a lifetime field before the type field.
295 * The type field has been split into a type and a bits field of 2 bytes each.
Dtls13-experimental.md57 MPS has the following components:
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md117 …pecification list](#driver-description-list) is invoked. If the capability has [fallback](#fallbac…
203 * An input buffer has the type `const uint8_t *` and is immediately followed by a parameter of type…
204 * An output buffer has the type `uint8_t *` and is immediately followed by a parameter of type `siz…
205 * An in-out buffer has the type `uint8_t *` and is immediately followed by a parameter of type `siz…
363 …o be in a certain range, key creation must ensure that the keying material has an appropriate size…
380 …ntropy source by providing a `"get_entropy"` entry point. This entry point has the following proto…
408 * `PSA_DRIVER_GET_ENTROPY_BLOCK`: If this flag is set, the driver should block until it has at leas…
456 …nts](#driver-entry-points-for-key-management), the key import entry points has the following proto…
467 This entry point has several roles:
498 The `"init_random"` entry point has the following prototype for a driver with the prefix `"acme"`:
[all …]

123