EC_KEY_METHOD_get_compute_key

Retrieve the ECDH shared-secret callback from an EC_KEY_METHOD (deprecated).

Synopsis

Declared in <openssl/ec.h>

[[deprecated]]
void
EC_KEY_METHOD_get_compute_key(
    EC_KEY_METHOD const* meth,
    int(** pck)(unsigned char**, size_t*, EC_POINT const*, EC_KEY const*));

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
methMethod table to query.
pckReceives the compute_key callback pointer, or NULL to skip.