| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | config.py | 34 def __init__(self, active, name, value='', section=None): argument 35 self.active = active 66 return name in self.settings and self.settings[name].active 117 self.settings[name].active = True 128 self.settings[name].active = False 141 setting.active = adapter(setting.name, setting.active, 151 setting.active = enable 157 def realfull_adapter(_name, active, section): argument 168 return active 246 def full_adapter(name, active, section): argument [all …]
|
| /openthread-latest/src/cli/ |
| D | README_DATASET.md | 14 …missioning](README_COMMISSIONING.md). Production devices that are not an active Commissioner and a… 65 dataset commit active 91 > dataset commit active 107 > dataset active 136 … or 300000 ms). Check the resulting dataset. There is no need to specify active or pending timesta… 160 > dataset active 180 Normally, an active Commissioner will set a new Pending Operational Dataset. For testing purposes, … 185 > dataset active 202 > dataset init active 264 > dataset active [all …]
|
| D | README_SRP_SERVER.md | 232 …active due to existing SRP servers already active in the Thread network. The SRP server may become… 233 - running: The SRP server is active and will handle service registrations.
|
| D | README_COMMISSIONING.md | 35 dataset commit active 66 Commissioner: active 104 > dataset active
|
| D | README_SRP.md | 30 > dataset commit active 62 > dataset commit active
|
| D | README_COMMISSIONER.md | 240 Commissioner: active 253 active
|
| D | README_NETDATA.md | 37 dataset commit active 106 > dataset commit active
|
| D | README_COAPS.md | 276 Indicates whether or not the CoAP secure service connection is active (already connected or establi…
|
| D | README.md | 382 - `Started` : Border Agent is running with no active connection with external commissioner. 393 Disconnects border agent from any active secure sessions. 402 Indicates if an ephemeral key is active. 415 active 450 …nd is currently active, calling this method does not change its state. In this case the `ba epheme… 468 BorderAgent callback: Ephemeral key active, port:49155 3587 - channel: The channel to scan on. If no channel is provided, the active scan will cover all valid …
|
| D | cli.cpp | 711 bool active = otBorderAgentIsEphemeralKeyActive(GetInstancePtr()); in HandleBorderAgentEphemeralKeyStateChange() local 713 OutputFormat("BorderAgent callback: Ephemeral key %sactive", active ? "" : "in"); in HandleBorderAgentEphemeralKeyStateChange() 715 if (active) in HandleBorderAgentEphemeralKeyStateChange()
|
| /openthread-latest/tools/harness-simulation/posix/etc/ |
| D | server.patch | 4 …systemctl is-active avahi-daemon || sudo systemctl start avahi-daemon || die 'Failed to start avah… 5 …without WEB_GUI || systemctl is-active otbr-web || sudo systemctl start otbr-web || die 'Failed to… 6 …systemctl is-active otbr-agent || sudo systemctl start otbr-agent || die 'Failed to start otbr-age… 7 + systemctl is-active commissionerd || sudo systemctl start commissionerd || die 'Failed to …
|
| /openthread-latest/third_party/mbedtls/repo/library/ |
| D | ssl_ticket.c | 123 mbedtls_ssl_ticket_key * const key = ctx->keys + ctx->active; in ssl_ticket_update_keys() 137 ctx->active = 1 - ctx->active; in ssl_ticket_update_keys() 140 if ((status = psa_destroy_key(ctx->keys[ctx->active].key)) != PSA_SUCCESS) { in ssl_ticket_update_keys() 145 return ssl_ticket_gen_key(ctx, ctx->active); in ssl_ticket_update_keys() 159 const unsigned char idx = 1 - ctx->active; in mbedtls_ssl_ticket_rotate() 200 ctx->active = idx; in mbedtls_ssl_ticket_rotate() 339 key = &ctx->keys[ctx->active]; in mbedtls_ssl_ticket_write()
|
| /openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
| D | ssl_pthread_server.c | 89 int active; member 247 if (threads[i].active == 0) { in thread_create() 267 threads[i].active = 1; in thread_create()
|
| /openthread-latest/examples/apps/cli/ |
| D | README.md | 38 > dataset commit active 89 > dataset commit active
|
| /openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
| D | ssl_ticket.h | 73 unsigned char MBEDTLS_PRIVATE(active); /*!< index of the currently active key */
|
| /openthread-latest/src/core/net/ |
| D | tcp6.cpp | 331 bool active = false; in IsTimerActive() local 338 active = tcp_timer_active(tp, TT_DELACK); in IsTimerActive() 341 active = tcp_timer_active(tp, TT_REXMT) || tcp_timer_active(tp, TT_PERSIST); in IsTimerActive() 344 active = tcp_timer_active(tp, TT_KEEP); in IsTimerActive() 347 active = tcp_timer_active(tp, TT_2MSL); in IsTimerActive() 351 return active; in IsTimerActive()
|
| /openthread-latest/tools/otci/ |
| D | README.md | 28 node1.dataset_commit_buffer('active')
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_random.data | 25 #PSA classic wrapper: PSA not active
|
| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | use-psa-crypto.md | 138 All of these internal changes are active as soon as `MBEDTLS_USE_PSA_CRYPTO`
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | CONTRIBUTING.md | 33 …to work with a newer version of the library. Unless the user has made an active decision to use ne…
|
| D | README.md | 35 There are currently three active build systems used within Mbed TLS releases:
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | psa-storage-resilience.md | 301 …ion [“Recovery strategies”](#recovery-strategies), the information about active transactions is st… 468 In practice, there will rarely be more than one active transaction at a time, so the size of an ele…
|
| /openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
| D | README.md | 111 5. active physical attackers who can also inject faults in the computation.
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
| D | invasive-testing.md | 109 Storage can fail, either due to hardware errors or to active attacks on trusted storage. How does t…
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
| D | psa-thread-safety.md | 339 * By default, each driver only has at most one entry point active at any given time. In other words…
|