[#ASN1_item_d2i_fp] = ASN1_item_d2i_fp :mrdocs: Decode an ASN.1 value described by `it` from a FILE (default library context). == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void* ASN1_item_d2i_fp( xref:ASN1_ITEM.adoc[ASN1_ITEM] const* it, FILE* in, void* x); ---- == Return Value Decoded object pointer, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *it* | ASN.1 item describing the type to decode. | *in* | Open FILE positioned at DER input. | *x* | Optional existing object to reuse, or NULL to allocate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#