Searched refs:pR (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/library/ |
D | ecp.c | 2809 mbedtls_ecp_point *pR = R; in mbedtls_ecp_muladd_restartable() local 2827 pR = &rs_ctx->ma->R; in mbedtls_ecp_muladd_restartable() 2850 MBEDTLS_MPI_CHK(mbedtls_ecp_mul_shortcuts(grp, pR, n, Q, rs_ctx)); in mbedtls_ecp_muladd_restartable() 2866 MBEDTLS_MPI_CHK(ecp_add_mixed(grp, pR, pmP, pR, tmp)); in mbedtls_ecp_muladd_restartable() 2875 MBEDTLS_MPI_CHK(ecp_normalize_jac(grp, pR)); in mbedtls_ecp_muladd_restartable() 2879 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, pR)); in mbedtls_ecp_muladd_restartable()
|