/openthread-latest/third_party/mbedtls/repo/library/ |
D | constant_time_impl.h | 220 static inline mbedtls_ct_uint_t mbedtls_ct_if(mbedtls_ct_condition_t condition, in mbedtls_ct_if() argument 230 [condition] "+&r" (condition), in mbedtls_ct_if() 236 return (mbedtls_ct_uint_t) condition; in mbedtls_ct_if() 245 [condition] "+&l" (condition), in mbedtls_ct_if() 252 return (mbedtls_ct_uint_t) condition; in mbedtls_ct_if() 259 [condition] "+&D" (condition), in mbedtls_ct_if() 272 [condition] "+&c" (condition), in mbedtls_ct_if() 281 (mbedtls_ct_condition_t) (~mbedtls_ct_compiler_opaque(condition)); in mbedtls_ct_if() 282 return (mbedtls_ct_uint_t) ((condition & if1) | (not_cond & if0)); in mbedtls_ct_if() 426 static inline size_t mbedtls_ct_size_if(mbedtls_ct_condition_t condition, in mbedtls_ct_size_if() argument [all …]
|
D | constant_time_internal.h | 262 static inline size_t mbedtls_ct_size_if(mbedtls_ct_condition_t condition, 278 static inline unsigned mbedtls_ct_uint_if(mbedtls_ct_condition_t condition, 294 static inline mbedtls_ct_condition_t mbedtls_ct_bool_if(mbedtls_ct_condition_t condition, 312 static inline mbedtls_mpi_uint mbedtls_ct_mpi_uint_if(mbedtls_ct_condition_t condition, \ 332 static inline unsigned mbedtls_ct_uint_if_else_0(mbedtls_ct_condition_t condition, unsigned if1); 348 static inline mbedtls_ct_condition_t mbedtls_ct_bool_if_else_0(mbedtls_ct_condition_t condition, 365 static inline size_t mbedtls_ct_size_if_else_0(mbedtls_ct_condition_t condition, size_t if1); 383 static inline mbedtls_mpi_uint mbedtls_ct_mpi_uint_if_else_0(mbedtls_ct_condition_t condition, 414 static inline int mbedtls_ct_error_if(mbedtls_ct_condition_t condition, int if1, int if0); 430 static inline int mbedtls_ct_error_if_else_0(mbedtls_ct_condition_t condition, int if1); [all …]
|
D | constant_time.c | 170 void mbedtls_ct_memcpy_if(mbedtls_ct_condition_t condition, in mbedtls_ct_memcpy_if() argument 177 const uint64_t mask = (uint64_t) condition; in mbedtls_ct_memcpy_if() 178 const uint64_t not_mask = (uint64_t) ~mbedtls_ct_compiler_opaque(condition); in mbedtls_ct_memcpy_if() 180 const uint32_t mask = (uint32_t) condition; in mbedtls_ct_memcpy_if() 181 const uint32_t not_mask = (uint32_t) ~mbedtls_ct_compiler_opaque(condition); in mbedtls_ct_memcpy_if() 232 void mbedtls_ct_zeroize_if(mbedtls_ct_condition_t condition, void *buf, size_t len) in mbedtls_ct_zeroize_if() argument 234 uint32_t mask = (uint32_t) ~condition; in mbedtls_ct_zeroize_if()
|
D | common.h | 90 #define STATIC_ASSERT_THEN_RETURN(condition, value) \ argument 91 (STATIC_ASSERT_EXPR(condition) ? 0 : (value))
|
D | memory_buffer_alloc.c | 632 #define TEST_ASSERT(condition) \ argument 633 if (!(condition)) \
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum_mod_raw.function | 141 /* condition is false */ 152 /* condition is true */ 217 /* condition is false */ 229 /* condition is true */
|
D | test_suite_bignum_core.function | 435 /* condition is false */ 446 /* condition is true */ 502 /* condition is false */ 514 /* condition is true */
|
D | test_suite_psa_crypto_se_driver_hal.function | 34 /** The driver detected a condition that shouldn't happen.
|
/openthread-latest/tests/toranj/cli/ |
D | cli.py | 976 def verify(condition): argument 979 if not condition:
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .uncrustify.cfg | 13 # Allow splitting long for statements between the condition statements
|
D | BRANCHES.md | 56 when a new error condition arises.
|
D | ChangeLog | 1183 * Fix a race condition in out-of-source builds with CMake when generated data 2168 (an error condition) and the second operand was aliased to the result. 2169 * Fix a case in elliptic curve arithmetic where an out-of-memory condition 3834 * Replace preprocessor condition from #if defined(MBEDTLS_THREADING_PTHREAD) 3995 * Fix incorrect renegotiation condition in ssl_check_ctr_renegotiate() that
|
/openthread-latest/tests/toranj/ncp/ |
D | wpan.py | 1008 def verify(condition): argument 1011 if not condition:
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 149 …onals shall always appear on a separate line from the code to execute as a result of the condition.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 82 …y concurrency primitives we use are mutexes, see [Condition variables](#condition-variables) for d… 319 …* Instead of calling `psa_unregister_read`, the thread waits until the condition `slot->registered…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 178 Key derivation typically emits its output as a stream, with no error condition detected after setup… 316 …ld only validate that the driver code does not access the memory on the condition that the copy is…
|