Searched refs:Conditional (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/core/common/ |
D | type_traits.hpp | 113 template <bool kCondition, typename TypeOnTrue, typename TypeOnFalse> struct Conditional struct 118 template <typename TypeOnTrue, typename TypeOnFalse> struct Conditional<true, TypeOnTrue, TypeOnFal… struct
|
D | data.hpp | 113 …using LengthType = typename TypeTraits::Conditional<kDataLengthType == kWithUint8Length, uint8_t, …
|
D | array.hpp | 112 …typename TypeTraits::Conditional<kMaxSize <= NumericLimits<uint8_t>::kMax, uint8_t, uint16_t>::Typ…
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cipher.misc.data | 1 CIPHER - Conditional invalid parameter checks
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 1 Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS 16 ### Conditional inclusion of legacy cryptography modules 183 #### Conditional inclusion of library entry points 187 #### Conditional inclusion of mechanism-specific code
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 56 …guarded by pre-processor directives based on PSA_WANT_xyz macros (see [Conditional inclusion of cr… 133 For more details, see *[Conditional inclusion of cryptographic mechanism through the PSA API in Mbe…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | driver-only-builds.md | 27 `include/psa/crypto_config.h`. See [Conditional inclusion of cryptographic
|