Searched refs:swap (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | bignum_mod_raw.c | 37 unsigned char swap) in mbedtls_mpi_mod_raw_cond_swap() argument 39 mbedtls_mpi_core_cond_swap(X, Y, N->limbs, mbedtls_ct_bool(swap)); in mbedtls_mpi_mod_raw_cond_swap()
|
D | bignum_mod_raw.h | 129 unsigned char swap);
|
D | bignum_core.c | 190 mbedtls_ct_condition_t swap) in mbedtls_mpi_core_cond_swap() argument 198 X[i] = mbedtls_ct_mpi_uint_if(swap, Y[i], X[i]); in mbedtls_mpi_core_cond_swap() 199 Y[i] = mbedtls_ct_mpi_uint_if(swap, tmp, Y[i]); in mbedtls_mpi_core_cond_swap()
|
D | bignum_core.h | 199 mbedtls_ct_condition_t swap);
|
D | bignum.c | 150 unsigned char swap) in mbedtls_mpi_safe_cond_swap() argument 159 mbedtls_ct_condition_t do_swap = mbedtls_ct_bool(swap); in mbedtls_mpi_safe_cond_swap()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | bignum.h | 372 int mbedtls_mpi_safe_cond_swap(mbedtls_mpi *X, mbedtls_mpi *Y, unsigned char swap);
|
/openthread-latest/tests/toranj/ |
D | start.sh | 39 sudo rm tmp/*.flash tmp/*.data tmp/*.swap >/dev/null 2>&1
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum.function | 562 /* mbedtls_mpi_safe_cond_swap(), swap done */ 573 /* mbedtls_mpi_safe_cond_swap(), swap not done */
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 1164 * Fixed swap of client and server random bytes when exporting them alongside
|