Lines Matching refs:Mp
5151 mbedtls_mpi_uint Mp[P521_WIDTH + 1];
5166 M.p = Mp;
5167 memcpy(Mp, N->p + P521_WIDTH - 1, M.n * sizeof(mbedtls_mpi_uint));
5200 mbedtls_mpi_uint Mp[P255_WIDTH];
5213 memcpy(Mp, NT_p, sizeof(mbedtls_mpi_uint) * NT_n);
5218 Mp, NT_n,
5253 mbedtls_mpi_uint Mp[P448_WIDTH + 1], Qp[P448_WIDTH];
5266 M.p = Mp;
5267 memset(Mp, 0, sizeof(Mp));
5268 memcpy(Mp, N->p + P448_WIDTH, M.n * sizeof(mbedtls_mpi_uint));
5281 memcpy(Qp, Mp, sizeof(Qp));
5287 Mp[P224_WIDTH_MIN] &= ((mbedtls_mpi_uint)-1) >> (P224_UNUSED_BITS);
5290 Mp[i] = 0;
5320 mbedtls_mpi_uint Mp[P_KOBLITZ_MAX + P_KOBLITZ_R + 1];
5333 M.p = Mp;
5340 memset(Mp, 0, sizeof(Mp));
5341 memcpy(Mp, N->p + p_limbs - adjust, M.n * sizeof(mbedtls_mpi_uint));
5366 memset(Mp, 0, sizeof(Mp));
5367 memcpy(Mp, N->p + p_limbs - adjust, M.n * sizeof(mbedtls_mpi_uint));