Home
last modified time | relevance | path

Searched refs:smallfelem_to_BN (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/ec/
H A Decp_nistp256.c170 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) in smallfelem_to_BN() function
1966 if (!smallfelem_to_BN(x, x_out)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1977 if (!smallfelem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
2063 if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) || in ossl_ec_GFp_nistp256_points_mul()
2064 !smallfelem_to_BN(y, g_pre_comp[0][1][1]) || in ossl_ec_GFp_nistp256_points_mul()
2065 !smallfelem_to_BN(z, g_pre_comp[0][1][2])) { in ossl_ec_GFp_nistp256_points_mul()
2204 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp256_points_mul()
2205 (!smallfelem_to_BN(z, z_in))) { in ossl_ec_GFp_nistp256_points_mul()

Completed in 13 milliseconds