Searched refs:felem_to_BN (Results 1 – 1 of 1) sorted by relevance
230 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) { in felem_to_BN() function1001 if (x != NULL && !felem_to_BN(x, x_out)) { in ec_GFp_nistp224_point_get_affine_coordinates()1011 if (y != NULL && !felem_to_BN(y, y_out)) { in ec_GFp_nistp224_point_get_affine_coordinates()1116 if (!felem_to_BN(x, x_in) || in ec_GFp_nistp224_points_mul()1117 !felem_to_BN(y, y_in) || in ec_GFp_nistp224_points_mul()1118 !felem_to_BN(z, z_in)) { in ec_GFp_nistp224_points_mul()