Lines Matching refs:mbedtls_mpi_uint
10 TEST_MEMORY_COMPARE((a).p, (a).limbs * sizeof(mbedtls_mpi_uint), \
11 (b).p, (b).limbs * sizeof(mbedtls_mpi_uint))
18 mbedtls_mpi_uint *p = NULL;
46 mbedtls_mpi_uint mp[MLIMBS];
102 mbedtls_mpi_uint *X = NULL;
120 const size_t bytes = limbs * sizeof(mbedtls_mpi_uint);
174 mbedtls_free((mbedtls_mpi_uint *) m.p);
187 mbedtls_mpi_uint *X = NULL;
225 mbedtls_free((mbedtls_mpi_uint *) m.p);
241 mbedtls_mpi_uint *X_raw = NULL;
343 mbedtls_mpi_uint *X_raw = NULL;
393 mbedtls_mpi_uint *X_raw = NULL;
444 mbedtls_mpi_uint *X_raw = NULL;
542 mbedtls_mpi_uint *N = NULL;
543 mbedtls_mpi_uint *R = NULL;
573 mbedtls_mpi_uint *N = NULL;
574 mbedtls_mpi_uint *R = NULL;
643 mbedtls_mpi_uint *N = NULL;
644 mbedtls_mpi_uint *R = NULL;
645 mbedtls_mpi_uint *R_COPY = NULL;
657 n_bytes = n_limbs * sizeof(mbedtls_mpi_uint);