Return the ASN1_TEMPLATE currently being scanned by an ASN.1 scan context.
Synopsis
Declared in <openssl/asn1.h>
ASN1_TEMPLATE const*
ASN1_SCTX_get_template(ASN1_SCTX* p);
Return Value
Template associated with p, or NULL if none is set.
Parameters
Name |
Description |
p |
Scan context created for a custom ASN.1 item scan/callback. |
Created with MrDocs