Sortix main manual
This manual documents Sortix main. You can instead view this document in the latest official manual.
NAME
EVP_PKEY_asn1_get_count, EVP_PKEY_asn1_get0, EVP_PKEY_get0_asn1, EVP_PKEY_asn1_find, EVP_PKEY_asn1_find_str, EVP_PKEY_asn1_get0_info — enumerate public key ASN.1 methodsSYNOPSIS
#include <openssl/evp.h>EVP_PKEY_asn1_get_count(void);
EVP_PKEY_asn1_get0(int idx);
EVP_PKEY_get0_asn1(const EVP_PKEY *pkey);
EVP_PKEY_asn1_find(ENGINE **pe, int type);
EVP_PKEY_asn1_find_str(ENGINE **pe, const char *str, int len);
EVP_PKEY_asn1_get0_info(int *ppkey_id, int *pkey_base_id, int *ppkey_flags, const char **pinfo, const char **ppem_str, const EVP_PKEY_ASN1_METHOD *ameth);