Home | History | Annotate | Download | only in ec

Lines Matching refs:EC_POINT_add

300 	if (!EC_POINT_add(group, P, P, Q, ctx)) ABORT;
341 if (!EC_POINT_add(group, P, P, Q, ctx)) ABORT;
357 if (!EC_POINT_add(group, P, Q, R, ctx)) ABORT;
627 if (!EC_POINT_add(group, R, P, Q, ctx)) ABORT;
628 if (!EC_POINT_add(group, R, R, Q, ctx)) ABORT;
844 if (!EC_POINT_add(group, P, P, Q, ctx)) ABORT;
895 if (!EC_POINT_add(group, P, P, Q, ctx)) ABORT;
899 if (!EC_POINT_add(group, P, Q, R, ctx)) ABORT;
1103 if (!EC_POINT_add(group, R, P, Q, ctx)) ABORT;
1104 if (!EC_POINT_add(group, R, R, Q, ctx)) ABORT;