Searched refs:smallfelem_to_BN (Results 1 – 1 of 1) sorted by relevance
133 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) { in smallfelem_to_BN() function1566 if (!smallfelem_to_BN(x, x_out)) { in ec_GFp_nistp256_point_get_affine_coordinates()1578 if (!smallfelem_to_BN(y, y_out)) { in ec_GFp_nistp256_point_get_affine_coordinates()1683 if (!smallfelem_to_BN(x, x_in) || in ec_GFp_nistp256_points_mul()1684 !smallfelem_to_BN(y, y_in) || in ec_GFp_nistp256_points_mul()1685 !smallfelem_to_BN(z, z_in)) { in ec_GFp_nistp256_points_mul()