Look up a built‐in ASN1_ITEM by its structure name.
Synopsis
Declared in <openssl/asn1.h>
ASN1_ITEM const*
ASN1_ITEM_lookup(char const* name);
Return Value
Matching ASN1_ITEM, or NULL if not found / on error.
Parameters
Name |
Description |
name |
ASN.1 item name string. |
Created with MrDocs