Searched refs:true (Results 1 – 25 of 36) sorted by relevance
12
/openthread-latest/ |
D | .clang-format | 6 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 | .gn | 3 check_system_includes = true
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | test-ca.opensslconf | 13 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
|
D | test-ca2.ku-crl.crt.openssl.v3_ext | 1 basicConstraints = CA:true
|
D | test-ca2.ku-crt.crt.openssl.v3_ext | 1 basicConstraints = CA:true
|
D | test-ca2.ku-ds.crt.openssl.v3_ext | 1 basicConstraints = CA:true
|
D | test-ca2.ku-crt_crl.crt.openssl.v3_ext | 1 basicConstraints = CA:true
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir-maxpath/ |
D | int.opensslconf | 4 basicConstraints = CA:true
|
/openthread-latest/tests/scripts/expect/ |
D | _multinode.exp | 34 proc setup_two_nodes {{childmode "r"} {should_spawn_node true}} { argument
|
D | posix-rcp-stack-reset.exp | 39 while {true} {
|
D | posix-rcp-restoration.exp | 39 while {true} {
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 144 /* 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.cfg | 14 ls_for_split_full = true 17 ls_func_split_full = true 30 indent_align_string = true
|
/openthread-latest/src/cli/ |
D | README_COAPS.md | 246 … `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…
|
D | README_SRP.md | 159 deleted: true
|
/openthread-latest/etc/gn/ |
D | openthread.gni | 76 openthread_config_assert_enable = true
|
/openthread-latest/tests/toranj/ |
D | README_NCP.md | 102 "Daemon:Enabled" => true 115 "Daemon:Enabled" => true
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_debug.data | 67 …)\: EC key size \: 384 bits\nMyFile(0999)\: basic constraints \: CA=true\nMyFile(0999)\: val…
|
D | test_suite_psa_crypto_metadata.function | 74 * PSA_##flag(alg) is true. 76 * Only perform this check if cond is true. Typically cond is 1, but it can
|
D | test_suite_x509parse.data | 19 …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 …]
|
D | test_suite_bignum_mod_raw.function | 152 /* condition is true */ 229 /* condition is true */
|
D | test_suite_bignum_core.function | 446 /* condition is true */ 514 /* condition is true */
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 99 …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/ |
D | psa-thread-safety.md | 319 …, 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/ |
D | psa-shared-memory.md | 142 …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