Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 117) sorted by relevance

12345

/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py337 default=False,
343 default=None,
350 default=None)
351 parser.add_argument('--continue-from', '-c', type=str, default=None, help='first case to test')
352 …parser.add_argument('--delete-history', '-d', action='store_true', default=False, help='clear hist…
356 default=False,
358 …parser.add_argument('--name-greps', '-g', action='append', default=None, help='grep case by names')
359 …parser.add_argument('--list-file', '-i', type=str, default=None, help='file to list cases names to…
366 default='',
368 …parser.add_argument('--list-devices', '-l', action='store_true', default=False, help='list devices…
[all …]
/openthread-latest/doc/
DDoxyfile.in56 # that follow. The default is UTF-8 which is also the encoding used for all text
60 # The default value is: UTF-8.
68 # The default value is: My Project.
104 # The default value is: NO.
119 # The default value is: English.
126 # The default value is: YES.
135 # The default value is: YES.
163 # The default value is: NO.
171 # The default value is: NO.
178 # The default value is: YES.
[all …]
/openthread-latest/src/cli/
DREADME_COAP.md97 - type: "con" for Confirmable or "non-con" for Non-confirmable (default).
109 - type: "con" for Confirmable or "non-con" for Non-confirmable (default). Use "block-<block-size>" …
127 - type: "con" for Confirmable or "non-con" for Non-confirmable (default).
134 ### parameters \<type\> \["default"|<ack_timeout\> <ack_random_factor_numerator\> <ack_random_facto…
149 If `"default"` is given, the command sets the default configuration for the transmission parameters.
152 > coap parameters request default
154 default
175 - type: "con" for Confirmable or "non-con" for Non-confirmable (default). Use "block-<block-size>" …
192 - type: "con" for Confirmable or "non-con" for Non-confirmable (default). Use "block-<block-size>" …
DREADME_SRP_SERVER.md110 default.service.arpa.
140 srp-api-test-1.default.service.arpa.
143 srp-api-test-0.default.service.arpa.
198 srp-api-test-1._ipps._tcp.default.service.arpa.
208 host: srp-api-test-1.default.service.arpa.
210 srp-api-test-0._ipps._tcp.default.service.arpa.
220 host: srp-api-test-0.default.service.arpa.
DREADME_COAPS.md143 - type: "con" for Confirmable or "non-con" for Non-confirmable (default).
162 - type: "con" for Confirmable or "non-con" for Non-confirmable (default). Use "block-<block-size>" …
177 - type: "con" for Confirmable or "non-con" for Non-confirmable (default). Use "block-<block-size>" …
205 - type: "con" for Confirmable or "non-con" for Non-confirmable (default). Use "block-<block-size>" …
243default) or disabled. The `max-conn-attempts` parameter sets the maximum number of allowed attempt…
DREADME_SRP.md124 my-host.default.service.arpa.
129 my-service._ipps._tcp.default.service.arpa.
138 host: my-host.default.service.arpa.
158 my-service._ipps._tcp.default.service.arpa.
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_tls13_compat_tests.py560 default=None, help='Output file path if `-a` was set')
563 default=False, help='Generate all available tls13 compat tests')
566 default=False, help='List supported ciphersuites')
569 default=False, help='List supported signature algorithms')
572 default=False, help='List supported named groups')
575 default=False, help='List supported TLS servers')
578 default=False, help='List supported TLS Clients')
581 default=list(SERVER_CLASSES.keys())[0],
584 default=list(CLIENT_CLASSES.keys())[0],
587 default=list(CIPHER_SUITE_IANA_VALUE.keys())[0],
[all …]
Ddepends.py510 choices=['always', 'auto', 'never'], default='auto')
513 default='include/mbedtls/mbedtls_config.h')
516 default='.')
519 action='store_true', dest='keep_going', default=True)
531 action='store', default='make')
537 default=True)
Dtest_psa_constant_names.py164 action='append', default=['include'],
167 action='store_true', dest='keep_c', default=False,
173 default='programs/psa/psa_constant_names',
Dpsa_collect_statuses.py111 default=DEFAULT_STATUS_LOG_FILE,
116 default=DEFAULT_PSA_CONSTANT_NAMES,
Dtest_config_script.py162 dest='input_file', default='include/mbedtls/mbedtls_config.h',
168 dest='script', default='scripts/config.py',
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-limitations.md163 - the extra "trailer field" parameter must have its default value
178 It is unclear what parameters people use in practice. It looks like by default
181 by default (tested with GnuTLS 3.6.13). FIPS 186-4 requires 0 <= saltlen <=
201 When verifying signatures, PSA will by default enforce the salt len is the one
206 All test files use the default trailer field of 0xBC, as enforced by our
223 Hash Algorithm: sha1 (default)
224 Mask Algorithm: mgf1 with sha1 (default)
227 Hash Algorithm: sha1 (default)
228 Mask Algorithm: mgf1 with sha1 (default)
229 Salt Length: 0x14 (default)
[all …]
Doutcome-analysis.sh139 compare_builds before-default after-default
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md92 This change does not affect users who use the default configuration; it only
95 The option `MBEDTLS_CHECK_PARAMS` (disabled by default) enabled certain kinds
104 value causes a silent default to one of the valid values.
106 The default reaction to a failed check was to call a function
125 This does not affect users who use the default `mbedtls_config.h`, as this option was
126 already off by default.
136 This doesn't affect people using the default configuration as it was already
137 disabled by default.
211 This does not affect users who use the default `mbedtls_config.h`. `MBEDTLS_SHA256_C`
212 was enabled by default. Now both `MBEDTLS_SHA256_C` and `MBEDTLS_SHA224_C` are
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja170 default:
242 default:
355 default:
456 default:
548 default:
641 default:
724 default:
828 default:
911 default:
973 default:
[all …]
/openthread-latest/third_party/mbedtls/repo/configs/
DREADME.txt7 These files are complete replacements for the default mbedtls_config.h. To use one of
10 1. Replace the default file include/mbedtls/mbedtls_config.h with the chosen one.
/openthread-latest/tools/cp-caps/
Drcp_caps_test.py712 default=False,
720 default=False,
728 default=False,
736 default=False,
744 default=False,
752 default=False,
760 default=False,
768 default=False,
/openthread-latest/tools/harness-automation/
Dparse_topofile.py152 default='C:/GRL/Thread1.1/Thread_Harness/TestScripts/TopologyConfig.txt',
159 default=['all'],
/openthread-latest/third_party/mbedtls/repo/
D.globalrc1 default:\
/openthread-latest/third_party/mbedtls/repo/tests/data_files/base64/
Dsrv_def.txt1 // Server context with default MbedTLS configuration
Dcli_def.txt1 // Client context with default MbedTLS configuration
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/
Derror.fmt39 default:
62 default:
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
DMakefile3 default: all target
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
DMakefile3 default: all target
/openthread-latest/third_party/mbedtls/repo/.github/ISSUE_TEMPLATE/
Dbug_report.md18 Configuration (if not default, please attach `mbedtls_config.h`):

12345