Searched refs:smallfelem_to_BN (Results 1 – 1 of 1) sorted by relevance
169 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) in smallfelem_to_BN() function1971 if (!smallfelem_to_BN(x, x_out)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates()1982 if (!smallfelem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates()2068 if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) || in ossl_ec_GFp_nistp256_points_mul()2069 !smallfelem_to_BN(y, g_pre_comp[0][1][1]) || in ossl_ec_GFp_nistp256_points_mul()2070 !smallfelem_to_BN(z, g_pre_comp[0][1][2])) { in ossl_ec_GFp_nistp256_points_mul()2211 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp256_points_mul()2212 (!smallfelem_to_BN(z, z_in))) { in ossl_ec_GFp_nistp256_points_mul()
Completed in 6 milliseconds