Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 11 of 11) sorted by relevance

/mbedtls-3.5.0/library/
Dmps_common.h102 #define MBEDTLS_MPS_STATE_VALIDATE_RAW(cond, string) \ argument
114 #define MBEDTLS_MPS_STATE_VALIDATE_RAW(cond, string) \ argument
124 #define MBEDTLS_MPS_ASSERT_RAW(cond, string) \ argument
136 #define MBEDTLS_MPS_ASSERT_RAW(cond, string) do {} while (0) argument
Daria.c41 #define ARIA_VALIDATE_RET(cond) \ argument
43 #define ARIA_VALIDATE(cond) \ argument
836 #define ARIA_SELF_TEST_ASSERT(cond) \ argument
Dconstant_time.c283 mbedtls_mpi_uint cond; in mbedtls_ct_mpi_uint_lt() local
729 #define MPI_VALIDATE_RET(cond) \ argument
808 unsigned ret, cond, done; in mbedtls_mpi_core_lt_ct() local
853 unsigned cond, done, X_is_negative, Y_is_negative; in mbedtls_mpi_lt_mpi_ct() local
Dchacha20.c459 #define ASSERT(cond, args) \ argument
Dpoly1305.c458 #define ASSERT(cond, args) \ argument
Dchachapoly.c428 #define ASSERT(cond, args) \ argument
Dbignum.c52 #define MPI_VALIDATE_RET(cond) \ argument
54 #define MPI_VALIDATE(cond) \ argument
Decp.c1210 #define MPI_ECP_COND_NEG(X, cond) \ argument
1224 #define MPI_ECP_COND_ASSIGN(X, Y, cond) \ argument
1227 #define MPI_ECP_COND_SWAP(X, Y, cond) \ argument
Dbignum_core.c377 unsigned cond) in mbedtls_mpi_core_add_if()
Decp_curves.c37 #define ECP_VALIDATE_RET(cond) \ argument
39 #define ECP_VALIDATE(cond) \ argument
/mbedtls-3.5.0/include/mbedtls/
Dplatform_util.h39 #define MBEDTLS_INTERNAL_VALIDATE_RET(cond, ret) do { } while (0) argument
40 #define MBEDTLS_INTERNAL_VALIDATE(cond) do { } while (0) argument