/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_platform.function | 46 mbedtls_ms_time_t current = mbedtls_ms_time(); 47 (void) current; 56 mbedtls_time_t current = mbedtls_time(NULL); 57 (void) current; 66 mbedtls_ms_time_t current = mbedtls_ms_time(); 78 elapsed_ms = mbedtls_ms_time() - current; 96 mbedtls_time_t current = mbedtls_time(NULL); 101 elapsed_secs = mbedtls_time(NULL) - current;
|
D | test_suite_psa_crypto_storage_format.function | 227 /* Forward compatibility: save a key in the current format and 252 /* This is the current storage format. Test that we know exactly how
|
D | test_suite_dhm.data | 28 ## but it's the current undocumented behavior to treat it the same as when
|
D | test_suite_bignum_core.function | 1033 mbedtls_mpi_uint *current = table + i * limbs; 1050 current, limbs * sizeof(*current)); 1216 * reasonable range. The current calculation works out as
|
/openthread-latest/tools/gerrit/ |
D | README.md | 3 `git-squash-merge` is a bash script to help squash merge a given branch into the current branch. Th… 5 This command squash merges all commits from a given branch into the current branch. By default the … 15 - `<branch>` specifies the name of branch to merge into current branch.
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_context_info.c | 463 mbedtls_x509_crt *current = &crt; in print_deserialized_ssl_cert() local 465 while (current != NULL) { in print_deserialized_ssl_cert() 466 ret = mbedtls_x509_crt_info(str, STRLEN, "\t", current); in print_deserialized_ssl_cert() 474 current = current->next; in print_deserialized_ssl_cert() 476 if (current) { in print_deserialized_ssl_cert()
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | .gitignore | 23 #/suites/test_suite_psa_crypto_storage_format.current.data
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | constant_time.c | 160 unsigned char current = buf[n]; in mbedtls_ct_memmove_left() local 162 buf[n] = mbedtls_ct_uint_if(no_op, current, next); in mbedtls_ct_memmove_left()
|
/openthread-latest/tools/tcat_ble_client/ |
D | README.md | 75 - `commission` - Commission the device with current dataset. 80 - `dataset` - View and manipulate current dataset. Use `dataset help` for more information.
|
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | README.md | 13 # Clear current OpenThread directory (remember to add new source files).
|
/openthread-latest/src/cli/ |
D | README_DATASET.md | 182 …r to change is the channel. We can display the current Active Operational Dataset to see that the … 507 Use `active` or `pending` to initialize the dataset buffer with a copy of the current Active Operat… 685 …k name and extended PAN ID in the dataset buffer if set or values in the current stack if not, oth… 786 Request network to update its Operation Dataset to the current operational dataset buffer. 788 The current operational dataset buffer should contain the fields to be updated with their new value…
|
D | README_COMMISSIONER.md | 199 Get current commissioner session id. 249 This command will return the current Commissioner state.
|
D | README.md | 157 Show current Primary Backbone Router information for Thread 1.2 device. 363 Show current Border Agent information. 431 …is not provided, an ephemeral port will be used. `ba port` will give the current UDP port in use b… 510 Show the current message buffer information. 685 Get current channel monitor state and channel occupancy. 899 Get the current value of supervision check timeout failure counter. 1258 Get the current device properties. 1407 …o) value for these optional parameters is replaced by the value from the current default config (`… 1433 …o) value for these optional parameters is replaced by the value from the current default config (`… 1448 …o) value for these optional parameters is replaced by the value from the current default config (`… [all …]
|
D | README_SRP_CLIENT.md | 50 Get the current autostart mode. 75 Get current callback mode 385 Get the current "service key record inclusion" mode.
|
D | README_BR.md | 240 The list of peer BRs specifically excludes the current device, even if it is itself acting as a BR. 258 The count does not include the current device, even if it is itself acting as a BR.
|
D | README_COAP.md | 140 If no more parameters are given, the command prints the current configuration:
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-integration-guide.md | 5 For a description of the current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver dev…
|
D | psa-driver-wrappers-codegen-migration-guide.md | 7 For a practical guide with a description of the current state of drivers Mbed TLS, see our [PSA Cry…
|
D | psa-driver-developer-guide.md | 5 For a description of the current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver dev…
|
/openthread-latest/tests/toranj/ |
D | README_NCP.md | 84 node.status() # Get current status 85 node.leave() # Leave the current network, clear all persistent data 344 $ Node1.wpanctl('leave') -> 'Leaving current WPAN. . .' 345 $ Node2.wpanctl('leave') -> 'Leaving current WPAN. . .'
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 105 …mechanisms that are accessible through `psa_xxx` APIs in in Mbed TLS are current or upcoming PSA s… 113 Functions that are part of the current or upcoming API are declared in `include/psa/crypto.h`, apar… 119 …current or upcoming PSA standard, pick a value with the `VENDOR` flag set. If Mbed TLS defines an …
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | common.make | 51 ## Remove the preprocessor symbols that are set in the current configuration
|
/openthread-latest/src/posix/ |
D | README.md | 56 1. Clone the OpenThread nRF528xx platform repository into the current directory:
|
/openthread-latest/tools/harness-thci/ |
D | README.md | 7 - OpenThread CLI — Based on the CC2538 example platform, which is included in the current Thread Te…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | BRANCHES.md | 60 change is a reasonable extension of the current behavior, i.e. the
|