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

  /external/openssl/crypto/asn1/
tasn_utl.c 249 if (tt->flags & ASN1_TFLG_ADB_OID)
asn1t.h 321 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
324 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##_adb }
545 #define ASN1_TFLG_ADB_OID (0x1<<8)
  /external/openssl/include/openssl/
asn1t.h 321 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) }
324 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##_adb }
545 #define ASN1_TFLG_ADB_OID (0x1<<8)

Completed in 67 milliseconds