Lines Matching refs:felem_to_BN
193 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
194 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in)
1863 if (!felem_to_BN(x, x_out)) {
1874 if (!felem_to_BN(y, y_out)) {
1960 if (!felem_to_BN(x, g_pre_comp[1][0]) ||
1961 !felem_to_BN(y, g_pre_comp[1][1]) ||
1962 !felem_to_BN(z, g_pre_comp[1][2])) {
2101 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
2102 (!felem_to_BN(z, z_in))) {