/external/openssl/crypto/asn1/ |
a_bool.c | 83 int inf,tag,xclass; local 87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
|
a_bytes.c | 73 int inf,tag,xclass; local 77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); 131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) 150 ASN1_put_object(&p,constructed,ret,tag,xclass); 164 int inf,tag,xclass; local 175 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); 197 c.xclass=Pclass; 283 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass)
|
asn1_par.c | 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; local 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) [all...] |
a_int.c | 278 int inf,tag,xclass; local 290 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
|
a_object.c | 263 int tag,xclass; local 267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
|
asn1_lib.c | 100 int tag,xclass,inf; local 105 xclass=(*p&V_ASN1_PRIVATE); 131 *pclass=xclass; 196 int xclass) 202 i|=(xclass&V_ASN1_PRIVATE); 319 c->inf=ASN1_get_object(&(c->p),&(c->slen),&(c->tag),&(c->xclass),
|
asn1.h | 182 int xclass; /* class from last 'get object' */ member in struct:asn1_ctx_st 197 int xclass; /* class from last 'get object' */ member in struct:asn1_const_ctx_st [all...] |
/external/openssl/include/openssl/ |
asn1.h | 182 int xclass; /* class from last 'get object' */ member in struct:asn1_ctx_st 197 int xclass; /* class from last 'get object' */ member in struct:asn1_const_ctx_st [all...] |