Searched refs:smallfelem_to_BN (Results 1 – 1 of 1) sorted by relevance
149 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) { in smallfelem_to_BN() function1671 if (x != NULL && !smallfelem_to_BN(x, x_out)) { in ec_GFp_nistp256_point_get_affine_coordinates()1680 if (y != NULL && !smallfelem_to_BN(y, y_out)) { in ec_GFp_nistp256_point_get_affine_coordinates()1845 if (!smallfelem_to_BN(x, x_in) || in ec_GFp_nistp256_points_mul()1846 !smallfelem_to_BN(y, y_in) || in ec_GFp_nistp256_points_mul()1847 !smallfelem_to_BN(z, z_in)) { in ec_GFp_nistp256_points_mul()