EVP_PKEY_get_field_type(3) | OpenSSL | EVP_PKEY_get_field_type(3) |
#include <openssl/evp.h> int EVP_PKEY_get_field_type(const EVP_PKEY *pkey); int EVP_PKEY_get_ec_point_conv_form(const EVP_PKEY *pkey);
EVP_PKEY_get_ec_point_conv_form() returns the point conversion format of the pkey, if pkey's key type supports it.
EVP_PKEY_get_ec_point_conv_form() returns the point conversion format number (see EC_GROUP_copy(3)) or 0 on error.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
2023-05-07 | 3.0.12 |