Searched refs:boolean (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/ |
D | .clang-tidy | 20 readability-simplify-boolean-expr,
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | asn1write.h | 193 int boolean);
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | asn1write.c | 186 int mbedtls_asn1_write_bool(unsigned char **p, const unsigned char *start, int boolean) in mbedtls_asn1_write_bool() argument 194 *--(*p) = (boolean) ? 255 : 0; in mbedtls_asn1_write_bool()
|
/openthread-latest/src/cli/ |
D | README_SRP_CLIENT.md | 233 - `removekeylease` is an optional boolean value indicating whether or not the host key lease should… 234 - `sendunregtoserver` is a another optional boolean value indicating whether or not to send an upda…
|
D | README.md | 611 ### channel manager select \<skip quality check (boolean)\> 623 ### channel manager auto \<enable (boolean)\> 1340 …ort\] \[response timeout (ms)\] \[max tx attempts\] \[recursion desired (boolean)\] \[service mode… 1403 …ort\] \[response timeout (ms)\] \[max tx attempts\] \[recursion desired (boolean)\] \[transport pr… 1427 …] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] \[recursion desired (boolean)\] 1444 …] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] \[recursion desired (boolean)\] 1486 …] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] \[recursion desired (boolean)\] 1494 …] \[DNS server port\] \[response timeout (ms)\] \[max tx attempts\] \[recursion desired (boolean)\] 1763 - `preferred`: preferred flag (boolean) 1764 - `valid`: valid flag (boolean)
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 203 …boolean symbol mechanism proposed here. The approximation considers a feature to be enabled if any… 205 The boolean symbol mechanism proposed here can be translated to a list of JSON capabilities: for ea…
|
D | psa-driver-interface.md | 99 * `"fallback"` (optional for transparent drivers, not permitted for opaque drivers, boolean). If pr… 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… 1048 * `"store_public_key"` (boolean, optional): If specified and true, for a key pair, the key context …
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 340 * Drivers have an optional `"thread_safe"` boolean property. If true, it allows concurrent calls to…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 345 For a given key, we have to consider three a priori independent boolean states:
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pk.function | 434 /* The values are compatible with thinking of "from pair" as a boolean. */
|