Lines Matching refs:pow2
461 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member
617 ctx->pow2 = ec_pow2; in mpi_ec_init()
631 ctx->pow2 = field_table[i].pow2; in mpi_ec_init()
866 ctx->pow2(B, B, ctx); in dup_point_edwards()
870 ctx->pow2(C, X1, ctx); in dup_point_edwards()
871 ctx->pow2(D, Y1, ctx); in dup_point_edwards()
883 ctx->pow2(H, Z1, ctx); in dup_point_edwards()
1102 ctx->pow2(B, A, ctx); in add_points_edwards()
1176 ctx->pow2(p1->x, prd->x, ctx); in montgomery_ladder()
1177 ctx->pow2(p1->z, p1->z, ctx); in montgomery_ladder()
1182 ctx->pow2(sum->x, sum->x, ctx); in montgomery_ladder()
1183 ctx->pow2(sum->z, p2->z, ctx); in montgomery_ladder()
1486 ctx->pow2(x, x, ctx); in mpi_ec_curve_point()
1487 ctx->pow2(y, y, ctx); in mpi_ec_curve_point()