ASN1_ENCODING
static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it)
static const ASN1_ENCODING *asn1_get_const_enc_ptr(const ASN1_VALUE **pval,
ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it);
ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it);
ASN1_ENCODING *enc = asn1_get_enc_ptr(pval, it);
const ASN1_ENCODING *enc = asn1_get_const_enc_ptr(pval, it);
ASN1_ENCODING enc;
ASN1_ENCODING enc; /* cached encoding of signed part */
ASN1_ENCODING enc; /* encoding of signed portion of CRL */