HomeSort by relevance Sort by last modified time
    Searched refs:ptag (Results 1 - 8 of 8) sorted by null

  /bionic/libc/private/
thread_private.h 58 extern void* __bionic_thread_private_storage( struct __thread_private_tag_t* ptag, void* storage, size_t objsize, void* error );
  /external/openssl/crypto/asn1/
tasn_dec.c 1263 int ptag, pclass; local
1274 ptag = ctx->ptag;
1279 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
1285 ctx->ptag = ptag;
1309 if ((exptag != ptag) || (expclass != pclass))
1340 *otag = ptag;
asn1_lib.c 94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
130 *ptag=tag;
asn1_gen.c 119 static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass);
380 static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass)
396 *ptag = tag_num;
asn1t.h 635 int ptag; /* class value */ member in struct:ASN1_TLC_st
asn1.h 912 long length, int Ptag, int Pclass);
    [all...]
  /external/openssl/include/openssl/
asn1t.h 635 int ptag; /* class value */ member in struct:ASN1_TLC_st
asn1.h 912 long length, int Ptag, int Pclass);
    [all...]

Completed in 230 milliseconds