Searched refs:adb (Results 1 – 1 of 1) sorted by relevance
226 const ASN1_ADB *adb; in ossl_asn1_do_adb() local236 adb = ASN1_ADB_ptr(tt->item); in ossl_asn1_do_adb()239 sfld = offset2ptr(val, adb->offset); in ossl_asn1_do_adb()243 if (adb->null_tt == NULL) in ossl_asn1_do_adb()245 return adb->null_tt; in ossl_asn1_do_adb()258 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) { in ossl_asn1_do_adb()270 for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++) in ossl_asn1_do_adb()277 if (!adb->default_tt) in ossl_asn1_do_adb()279 return adb->default_tt; in ossl_asn1_do_adb()
Completed in 2 milliseconds