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

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_utl.c 98 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT)) {
  /external/openssl/crypto/asn1/
tasn_utl.c 109 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
asn1t.h 184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
751 #define ASN1_AFLG_REFCOUNT 1
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h 160 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
698 #define ASN1_AFLG_REFCOUNT 1
  /external/openssl/include/openssl/
asn1t.h 184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
751 #define ASN1_AFLG_REFCOUNT 1

Completed in 71 milliseconds