Lines Matching refs:G1
63 EcGroup* G1 = NULL; in Tpm2Commit() local
98 G1 = ctx->epid2_params->G1; in Tpm2Commit()
100 sts = NewEcPoint(G1, &infinity); in Tpm2Commit()
112 sts = NewEcPoint(G1, &point); in Tpm2Commit()
118 sts = ReadEcPoint(G1, &point_str, sizeof(point_str), point); in Tpm2Commit()
143 sts = EcExp(G1, point, &f_str, k); in Tpm2Commit()
148 sts = EcExp(G1, point, &r_str, l); in Tpm2Commit()
150 sts = EcIsEqual(G1, k, infinity, &is_equal); in Tpm2Commit()
156 sts = EcIsEqual(G1, l, infinity, &is_equal); in Tpm2Commit()
165 sts = EcExp(G1, p1, &r_str, e); in Tpm2Commit()
169 sts = EcExp(G1, ctx->epid2_params->g1, &r_str, e); in Tpm2Commit()
172 sts = EcIsEqual(G1, e, infinity, &is_equal); in Tpm2Commit()