Home
last modified time | relevance | path

Searched refs:true (Results 1 – 25 of 36) sorted by relevance

12

/openthread-latest/
D.clang-format6 AlignConsecutiveAssignments: true
7 AlignConsecutiveDeclarations: true
9 AlignOperands: true
10 AlignTrailingComments: true
16 AllowShortLoopsOnASingleLine: true
21 BinPackArguments: true
24 AfterCaseLabel: true
25 AfterClass: true
26 AfterControlStatement: true
27 AfterEnum: true
[all …]
D.gn3 check_system_includes = true
/openthread-latest/third_party/mbedtls/repo/tests/data_files/
Dtest-ca.opensslconf13 basicConstraints = CA:true
18 basicConstraints = CA:true
58 basicConstraints = CA:true
62 basicConstraints = CA:true
66 basicConstraints = CA:true
70 basicConstraints = CA:true
81 basicConstraints = CA:true
Dtest-ca2.ku-crl.crt.openssl.v3_ext1 basicConstraints = CA:true
Dtest-ca2.ku-crt.crt.openssl.v3_ext1 basicConstraints = CA:true
Dtest-ca2.ku-ds.crt.openssl.v3_ext1 basicConstraints = CA:true
Dtest-ca2.ku-crt_crl.crt.openssl.v3_ext1 basicConstraints = CA:true
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir-maxpath/
Dint.opensslconf4 basicConstraints = CA:true
/openthread-latest/tests/scripts/expect/
D_multinode.exp34 proc setup_two_nodes {{childmode "r"} {should_spawn_node true}} { argument
Dposix-rcp-stack-reset.exp39 while {true} {
Dposix-rcp-restoration.exp39 while {true} {
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja144 /* Declared with fallback == true */
217 /* Declared with fallback == true */
304 /* Declared with fallback == true */
408 /* Declared with fallback == true */
533 /* Declared with fallback == true */
625 /* Declared with fallback == true */
791 /* Declared with fallback == true */
1067 /* Declared with fallback == true */
1155 /* Declared with fallback == true */
1229 /* Declared with fallback == true */
[all …]
/openthread-latest/third_party/mbedtls/repo/
D.uncrustify.cfg14 ls_for_split_full = true
17 ls_func_split_full = true
30 indent_align_string = true
/openthread-latest/src/cli/
DREADME_COAPS.md246 … `check-peer-cert` to `true`: Has the same effect as as omitting the argument, which is that the `…
248 - Specifying a number: `check-peer-cert` is `true`, and the `max-conn-attempts` value is the number…
DREADME_SRP.md159 deleted: true
/openthread-latest/etc/gn/
Dopenthread.gni76 openthread_config_assert_enable = true
/openthread-latest/tests/toranj/
DREADME_NCP.md102 "Daemon:Enabled" => true
115 "Daemon:Enabled" => true
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_debug.data67 …)\: EC key size \: 384 bits\nMyFile(0999)\: basic constraints \: CA=true\nMyFile(0999)\: val…
Dtest_suite_psa_crypto_metadata.function74 * PSA_##flag(alg) is true.
76 * Only perform this check if cond is true. Typically cond is 1, but it can
Dtest_suite_x509parse.data19 …signed using \: RSA with SHA1\nRSA key size \: 2048 bits\nbasic constraints \: CA=true\n"
23 …signed using \: RSA with SHA1\nRSA key size \: 2048 bits\nbasic constraints \: CA=true\n"
143 …RSA with SHA-256\nRSA key size \: 2048 bits\nbasic constraints \: CA=true\ncertificate polici…
147 …ECDSA with SHA256\nEC key size \: 384 bits\nbasic constraints \: CA=true\ncertificate polici…
151 …RSA with SHA-256\nRSA key size \: 2048 bits\nbasic constraints \: CA=true\ncertificate polici…
155 …ECDSA with SHA256\nEC key size \: 384 bits\nbasic constraints \: CA=true\ncertificate polici…
159 …RSA with SHA-256\nRSA key size \: 2048 bits\nbasic constraints \: CA=true\ncertificate polici…
163 …ECDSA with SHA256\nEC key size \: 384 bits\nbasic constraints \: CA=true\ncertificate polici…
167 …RSA with SHA-256\nRSA key size \: 2048 bits\nbasic constraints \: CA=true\ncertificate polici…
171 …ECDSA with SHA256\nEC key size \: 384 bits\nbasic constraints \: CA=true\ncertificate polici…
[all …]
Dtest_suite_bignum_mod_raw.function152 /* condition is true */
229 /* condition is true */
Dtest_suite_bignum_core.function446 /* condition is true */
514 /* condition is true */
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md99 …arent drivers, not permitted for opaque drivers, boolean). If present and true, the driver may ret…
513 * `"memory"` (optional, boolean). If present and true, the driver must define a type `"derive_key_m…
515 * `"fallback"` (optional, boolean). If present and true, the driver may return `PSA_ERROR_NOT_SUPPO…
520 typedef ... acme_derive_key_memory_t; // only if the "memory" property is true
530 * If `"memory"` property in the driver capability is true, `memory` is a data structure that the dr…
887 …nly when importing a key pair or a public key (key such that `PSA_KEY_TYPE_IS_ASYMMETRIC` is true).
888 …enerate_key()`, only when generating a key pair (key such that `PSA_KEY_TYPE_IS_KEY_PAIR` is true).
889 …on_output_key()`, only when deriving a key pair (key such that `PSA_KEY_TYPE_IS_KEY_PAIR` is true).
1020 …river-description-capability) partially, by setting the capability's `"fallback"` property to true.
1022 If a transparent driver entry point is part of a capability which has a true `"fallback"` property …
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md319 …, the thread waits until the condition `slot->registered_readers == 1` is true (the destroying thr…
340 * Drivers have an optional `"thread_safe"` boolean property. If true, it allows concurrent calls to…
361 A driver would be non-thread-safe if the `thread-safe` property is set to true.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md142 …e are more driver implementations than dispatch implementations. (This is true even inside Mbed TL…
206 …also true for `PSA_ALG_RSA_PKCS1V15_SIGN_RAW`, which is the only non-hash-and-sign signature mecha…

12