Lines Matching refs:BN_to_felem
149 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
150 static int BN_to_felem(felem out, const BIGNUM *bn)
1961 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) ||
1962 (!BN_to_felem(z1, point->Z)))
2149 if ((!BN_to_felem(x_out, p->X)) ||
2150 (!BN_to_felem(y_out, p->Y)) ||
2151 (!BN_to_felem(z_out, p->Z)))
2275 if ((!BN_to_felem(x_tmp, group->generator->X)) ||
2276 (!BN_to_felem(y_tmp, group->generator->Y)) ||
2277 (!BN_to_felem(z_tmp, group->generator->Z)))