HomeSort by relevance Sort by last modified time
    Searched full:otag (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/asn1/
tasn_dec.c 76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
167 int otag; local
203 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
222 if (!(ASN1_tag2bit(otag) & it->utype))
232 it, otag, 0, 0, ctx);
1256 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1339 if (otag)
1340 *otag = ptag;

Completed in 54 milliseconds