Searched refs:mP (Results 1 – 1 of 1) sorted by relevance
1725 mbedtls_ecp_point mP; in mbedtls_ecp_muladd() local1730 mbedtls_ecp_point_init( &mP ); in mbedtls_ecp_muladd()1732 MBEDTLS_MPI_CHK( mbedtls_ecp_mul_shortcuts( grp, &mP, m, P ) ); in mbedtls_ecp_muladd()1735 MBEDTLS_MPI_CHK( ecp_add_mixed( grp, R, &mP, R ) ); in mbedtls_ecp_muladd()1739 mbedtls_ecp_point_free( &mP ); in mbedtls_ecp_muladd()