Searched refs:atbl (Results 1 – 1 of 1) sorted by relevance
227 const ASN1_ADB_TABLE *atbl; in ossl_asn1_do_adb() local270 for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++) in ossl_asn1_do_adb()271 if (atbl->value == selector) in ossl_asn1_do_adb()272 return &atbl->tt; in ossl_asn1_do_adb()