[#ASN1_SCTX_get_item] = ASN1_SCTX_get_item :mrdocs: Return the ASN1_ITEM currently being scanned by an ASN.1 scan context. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_ITEM.adoc[ASN1_ITEM] const* ASN1_SCTX_get_item(xref:ASN1_SCTX.adoc[ASN1_SCTX]* p); ---- == Return Value ASN.1 item associated with `p,` or NULL if none is set. == Parameters [cols="1,4"] |=== | Name| Description | *p* | Scan context created for a custom ASN.1 item scan/callback. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#