Home
last modified time | relevance | path

Searched refs:p_eq_g (Results 1 – 1 of 1) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Decp.c1315 unsigned char w, m_is_odd, p_eq_g, pre_len, i; in ecp_mul_comb() local
1341 p_eq_g = ( mbedtls_mpi_cmp_mpi( &P->Y, &grp->G.Y ) == 0 && in ecp_mul_comb()
1343 if( p_eq_g ) in ecp_mul_comb()
1346 p_eq_g = 0; in ecp_mul_comb()
1366 T = p_eq_g ? grp->T : NULL; in ecp_mul_comb()
1379 if( p_eq_g ) in ecp_mul_comb()
1409 if( T != NULL && ! p_eq_g ) in ecp_mul_comb()