[#ASN1_ITEM_lookup] = ASN1_ITEM_lookup :mrdocs: Look up a built‐in ASN1_ITEM by its structure name. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_ITEM.adoc[ASN1_ITEM] const* ASN1_ITEM_lookup(char const* name); ---- == Return Value Matching ASN1_ITEM, or NULL if not found / on error. == Parameters [cols="1,4"] |=== | Name| Description | *name* | ASN.1 item name string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#