Lines Matching refs:expected_width
4909 size_t expected_width = BITS_TO_LIMBS(192) * 2;
4910 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
4911 ret = mbedtls_ecp_mod_p192_raw(N->p, expected_width);
5069 size_t expected_width = BITS_TO_LIMBS(224) * 2;
5070 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5071 ret = mbedtls_ecp_mod_p224_raw(N->p, expected_width);
5122 size_t expected_width = BITS_TO_LIMBS(256) * 2;
5123 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5124 ret = mbedtls_ecp_mod_p256_raw(N->p, expected_width);
5202 size_t expected_width = BITS_TO_LIMBS(384) * 2;
5203 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5204 ret = mbedtls_ecp_mod_p384_raw(N->p, expected_width);
5324 size_t expected_width = BITS_TO_LIMBS(521) * 2;
5325 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5326 ret = mbedtls_ecp_mod_p521_raw(N->p, expected_width);
5410 size_t expected_width = BITS_TO_LIMBS(255) * 2;
5411 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5412 ret = mbedtls_ecp_mod_p255_raw(N->p, expected_width);
5479 size_t expected_width = BITS_TO_LIMBS(448) * 2;
5484 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5721 size_t expected_width = BITS_TO_LIMBS(192) * 2;
5722 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5723 ret = mbedtls_ecp_mod_p192k1_raw(N->p, expected_width);
5755 size_t expected_width = BITS_TO_LIMBS(224) * 2;
5756 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5757 ret = mbedtls_ecp_mod_p224k1_raw(N->p, expected_width);
5789 size_t expected_width = BITS_TO_LIMBS(256) * 2;
5790 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(N, expected_width));
5791 ret = mbedtls_ecp_mod_p256k1_raw(N->p, expected_width);