Return the registered EVP_PKEY_ASN1_METHOD at index idx.

Synopsis

Declared in <openssl/evp.h>

EVP_PKEY_ASN1_METHOD const*
EVP_PKEY_asn1_get0(int idx);

Return Value

Internal ASN.1 method pointer, or NULL if idx is out of range.

Parameters

Name

Description

idx

Zero‐based index in the range [0, EVP_PKEY_asn1_get_count()).]

Created with MrDocs