Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 22 of 22) sorted by relevance

/openthread-latest/tools/tcat_ble_client/utils/
D__init__.py47 def quit_with_reason(reason): argument
48 print(reason)
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_platform.function71 * reason.
89 * reason.
Dtest_suite_x509parse.data419 …BEDTLS_X509_BADCERT_OTHER | 0x80000000:"":"Other reason (can be used by verify callback)\nUnknown
/openthread-latest/src/core/net/
Dtcp6.cpp1068 otTcpDisconnectedReason reason; in tcplp_sys_connection_lost() local
1073 reason = OT_TCP_DISCONNECTED_REASON_NORMAL; in tcplp_sys_connection_lost()
1076 reason = OT_TCP_DISCONNECTED_REASON_REFUSED; in tcplp_sys_connection_lost()
1079 reason = OT_TCP_DISCONNECTED_REASON_TIMED_OUT; in tcplp_sys_connection_lost()
1083 reason = OT_TCP_DISCONNECTED_REASON_RESET; in tcplp_sys_connection_lost()
1086 endpoint.mDisconnectedCallback(&endpoint, reason); in tcplp_sys_connection_lost()
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_psa_tests.py250 reason: 'Reason',
258 if reason == self.Reason.NOT_SUPPORTED:
263 pretty_reason = reason.name.lower()
288 arguments.append('1' if reason == self.Reason.PUBLIC else '0')
289 error = ('NOT_SUPPORTED' if reason == self.Reason.NOT_SUPPORTED else
/openthread-latest/tests/scripts/thread-cert/
Dthread_cert.py118 def skipTest(self, reason: Any) -> None:
120 super(TestCase, self).skipTest(reason)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md23 * Avoid changing the description of an existing test case without a good reason. This breaks the tr…
Dinvasive-testing.md24 Always follow these rules unless you have a good reason not to. If you deviate, document the ration…
/openthread-latest/third_party/mbedtls/repo/docs/
Duse-psa-crypto.md57 longer beta, and production quality, so there's no longer any reason to make
D3.0-migration-guide.md594 verification is for some reason undesirable, it can still be disabled by means
/openthread-latest/third_party/mbedtls/repo/
DCONTRIBUTING.md37 …hich need to be changed are marked as 'deprecated'. If there is a strong reason to replace an exis…
DCMakeLists.txt305 # The reason is that such library is expected to have mutual dependencies with
DLICENSE181 incurred by, or claims asserted against, such Contributor by reason
412 infringement or for any other reason (not limited to patent issues),
DChangeLog1610 * Enable by default the functionalities which have no reason to be disabled.
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE181 incurred by, or claims asserted against, such Contributor by reason
412 infringement or for any other reason (not limited to patent issues),
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md135 …uires at least one of a set {B1, B2, B3, ...} but there is no particular reason why enabling A wou…
Dpsa-storage-resilience.md159 …state of the secure element for key destruction. I can't think of a good reason to choose this str…
Dpsa-shared-memory.md316 The reason to poison the memory before calling the library, rather than after the copy-in (and symm…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md293 There is no strong reason to allow mechanisms available through legacy but not PSA when `MBEDTLS_PS…
295 In this analysis, we have not found a compelling reason to require all legacy mechanisms to also be…
Dstrategy.md264 below) is the reason why criterion (a) has "a reasonably-complete
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md176 …pected_state` then `PSA_ERROR_CORRUPTION_DETECTED` is returned. The sole reason for having an expe…
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md1375 The main reason is to avoid complex buffer ownership. A driver entry point does not own memory afte…