Lines Matching defs:p_eq_g
2235 unsigned char p_eq_g)
2251 if (p_eq_g) {
2256 * If static comb table may not be used (!p_eq_g) or static comb table does
2265 if ((!p_eq_g || !ecp_group_is_static_comb_table(grp)) && w > MBEDTLS_ECP_WINDOW_SIZE) {
2296 unsigned char w, p_eq_g, i;
2305 p_eq_g = (MPI_ECP_CMP(&P->Y, &grp->G.Y) == 0 &&
2308 p_eq_g = 0;
2312 w = ecp_pick_window_size(grp, p_eq_g);
2317 if (p_eq_g && grp->T != NULL) {
2353 if (p_eq_g) {