Home | History | Annotate | Download | only in asn1

Lines Matching refs:xclass

65 static int asn1_print_info(BIO *bp, int tag, int xclass,int constructed,
69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
84 if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE)
86 else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC)
88 else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION)
117 int tag,xclass,ret=0;
135 j=ASN1_get_object(&p,&len,&tag,&xclass,length);
164 if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0))
197 else if (xclass != 0)
402 if ((tag == V_ASN1_EOC) && (xclass == 0))