ASN1_SCTX_get_item

Return the ASN1_ITEM currently being scanned by an ASN.1 scan context.

Synopsis

Declared in <openssl/asn1.h>

ASN1_ITEM const*
ASN1_SCTX_get_item(ASN1_SCTX* p);

Return Value

ASN.1 item associated with p, or NULL if none is set.

Parameters

NameDescription
pScan context created for a custom ASN.1 item scan/callback.