x509_hash
struct x509_hash *certh;
struct x509_hash *cert;
for (cert = LIST_FIRST(&x509_tab[x509_hash(id, len)]); cert;
struct x509_hash *certh;
bucket = x509_hash(id[i], len[i]);
static u_int16_t x509_hash(u_int8_t *, size_t);
LIST_ENTRY(x509_hash) link;
static LIST_HEAD(x509_list, x509_hash) *x509_tab = 0;
static struct x509_hash *
struct x509_hash *certh;
struct x509_hash *certh = x509_hash_lookup((X509 *) cert);