EVP_PKEY_get_ec_point_conv_form

Return the EC point conversion form stored on an elliptic-curve EVP_PKEY.

Synopsis

Declared in <openssl/evp.h>

int
EVP_PKEY_get_ec_point_conv_form(EVP_PKEY const* pkey);

Return Value

Point conversion form (see EC_GROUP_get_point_conversion_form), or 0 on error.

Parameters

NameDescription
pkeyEC or SM2 key (other types return 0 unless a provider supports them).