Searched refs:BN_to_felem (Results 1 – 1 of 1) sorted by relevance
110 static int BN_to_felem(felem out, const BIGNUM *bn) { in BN_to_felem() function1553 if (!BN_to_felem(x_in, &point->X) || in ec_GFp_nistp256_point_get_affine_coordinates()1554 !BN_to_felem(y_in, &point->Y) || in ec_GFp_nistp256_point_get_affine_coordinates()1555 !BN_to_felem(z1, &point->Z)) { in ec_GFp_nistp256_point_get_affine_coordinates()1633 if (!BN_to_felem(x_out, &p->X) || in ec_GFp_nistp256_points_mul()1634 !BN_to_felem(y_out, &p->Y) || in ec_GFp_nistp256_points_mul()1635 !BN_to_felem(z_out, &p->Z)) { in ec_GFp_nistp256_points_mul()