Searched refs:atbl (Results 1 – 1 of 1) sorted by relevance
231 const ASN1_ADB_TABLE *atbl; in ossl_asn1_do_adb() local274 for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++) in ossl_asn1_do_adb()275 if (atbl->value == selector) in ossl_asn1_do_adb()276 return &atbl->tt; in ossl_asn1_do_adb()
Completed in 8 milliseconds