Lines Matching refs:nq
827 fe nq[3] = {{0}, {0}, {0}}, ftmp, tmp[3]; in ec_GFp_nistp256_point_mul() local
834 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]); in ec_GFp_nistp256_point_mul()
854 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 0 /* mixed */, in ec_GFp_nistp256_point_mul()
857 fe_copy(nq[0], tmp[0]); in ec_GFp_nistp256_point_mul()
858 fe_copy(nq[1], tmp[1]); in ec_GFp_nistp256_point_mul()
859 fe_copy(nq[2], tmp[2]); in ec_GFp_nistp256_point_mul()
865 fe_to_generic(&r->X, nq[0]); in ec_GFp_nistp256_point_mul()
866 fe_to_generic(&r->Y, nq[1]); in ec_GFp_nistp256_point_mul()
867 fe_to_generic(&r->Z, nq[2]); in ec_GFp_nistp256_point_mul()
874 fe nq[3] = {{0}, {0}, {0}}, tmp[3]; in ec_GFp_nistp256_point_mul_base() local
879 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]); in ec_GFp_nistp256_point_mul_base()
891 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, tmp[0], in ec_GFp_nistp256_point_mul_base()
894 fe_copy(nq[0], tmp[0]); in ec_GFp_nistp256_point_mul_base()
895 fe_copy(nq[1], tmp[1]); in ec_GFp_nistp256_point_mul_base()
896 fe_copy(nq[2], tmp[2]); in ec_GFp_nistp256_point_mul_base()
907 point_add(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2], 1 /* mixed */, tmp[0], in ec_GFp_nistp256_point_mul_base()
911 fe_to_generic(&r->X, nq[0]); in ec_GFp_nistp256_point_mul_base()
912 fe_to_generic(&r->Y, nq[1]); in ec_GFp_nistp256_point_mul_base()
913 fe_to_generic(&r->Z, nq[2]); in ec_GFp_nistp256_point_mul_base()