Lines Matching refs:EC_POINT
1841 EC_POINT_clear_free((EC_POINT *) p); in crypto_ec_point_deinit()
1843 EC_POINT_free((EC_POINT *) p); in crypto_ec_point_deinit()
1851 (const EC_POINT *) p, in crypto_ec_point_x()
1871 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POINT *) point, in crypto_ec_point_to_bin()
1894 EC_POINT *elem; in crypto_ec_point_from_bin()
1929 return EC_POINT_add(e->group, (EC_POINT *) c, (const EC_POINT *) a, in crypto_ec_point_add()
1930 (const EC_POINT *) b, e->bnctx) ? 0 : -1; in crypto_ec_point_add()
1940 return EC_POINT_mul(e->group, (EC_POINT *) res, NULL, in crypto_ec_point_mul()
1941 (const EC_POINT *) p, (const BIGNUM *) b, e->bnctx) in crypto_ec_point_mul()
1950 return EC_POINT_invert(e->group, (EC_POINT *) p, e->bnctx) ? 0 : -1; in crypto_ec_point_invert()
1981 return EC_POINT_is_at_infinity(e->group, (const EC_POINT *) p); in crypto_ec_point_is_at_infinity()
1988 return EC_POINT_is_on_curve(e->group, (const EC_POINT *) p, in crypto_ec_point_is_on_curve()
1997 return EC_POINT_cmp(e->group, (const EC_POINT *) a, in crypto_ec_point_cmp()
1998 (const EC_POINT *) b, e->bnctx); in crypto_ec_point_cmp()
2012 EC_POINT_get_affine_coordinates_GFp(e->group, (const EC_POINT *) p, in crypto_ec_point_debug_print()
2125 const EC_POINT *pubkey; in crypto_ecdh_get_pubkey()
2189 EC_POINT *pub; in crypto_ecdh_set_peerkey()
2346 EC_POINT *point = NULL; in crypto_ec_key_set_pub()
2429 EC_KEY_set_public_key(eckey, (const EC_POINT *) pub) != 1) { in crypto_ec_key_set_pub_point()
2548 const EC_POINT *point; in crypto_ec_key_get_subject_public_key()