Symbol: hashinfo
crypto/libressl/apps/openssl/certhash.c
104
hashinfo_print(struct hashinfo *hi)
crypto/libressl/apps/openssl/certhash.c
120
struct hashinfo *hia = *(struct hashinfo **)a;
crypto/libressl/apps/openssl/certhash.c
121
struct hashinfo *hib = *(struct hashinfo **)b;
crypto/libressl/apps/openssl/certhash.c
134
static struct hashinfo *
crypto/libressl/apps/openssl/certhash.c
135
hashinfo_chain(struct hashinfo *head, struct hashinfo *entry)
crypto/libressl/apps/openssl/certhash.c
137
struct hashinfo *hi = head;
crypto/libressl/apps/openssl/certhash.c
149
hashinfo_chain_free(struct hashinfo *hi)
crypto/libressl/apps/openssl/certhash.c
151
struct hashinfo *next;
crypto/libressl/apps/openssl/certhash.c
161
hashinfo_chain_length(struct hashinfo *hi)
crypto/libressl/apps/openssl/certhash.c
173
hashinfo_chain_sort(struct hashinfo **head)
crypto/libressl/apps/openssl/certhash.c
175
struct hashinfo **list, *entry;
crypto/libressl/apps/openssl/certhash.c
183
if ((list = reallocarray(NULL, len, sizeof(struct hashinfo *))) == NULL)
crypto/libressl/apps/openssl/certhash.c
188
qsort(list, len, sizeof(struct hashinfo *), hashinfo_compare);
crypto/libressl/apps/openssl/certhash.c
202
hashinfo_linkname(struct hashinfo *hi)
crypto/libressl/apps/openssl/certhash.c
247
static struct hashinfo *
crypto/libressl/apps/openssl/certhash.c
250
struct hashinfo *hi = NULL;
crypto/libressl/apps/openssl/certhash.c
261
if ((hi = hashinfo(linkname, 0, NULL)) == NULL)
crypto/libressl/apps/openssl/certhash.c
299
static struct hashinfo *
crypto/libressl/apps/openssl/certhash.c
303
struct hashinfo *hi = NULL;
crypto/libressl/apps/openssl/certhash.c
320
hi = hashinfo(filename, hash, fingerprint);
crypto/libressl/apps/openssl/certhash.c
328
static struct hashinfo *
crypto/libressl/apps/openssl/certhash.c
332
struct hashinfo *hi = NULL;
crypto/libressl/apps/openssl/certhash.c
349
hi = hashinfo(filename, hash, fingerprint);
crypto/libressl/apps/openssl/certhash.c
358
certhash_addlink(struct hashinfo **links, struct hashinfo *hi)
crypto/libressl/apps/openssl/certhash.c
360
struct hashinfo *link = NULL;
crypto/libressl/apps/openssl/certhash.c
362
if ((link = hashinfo(NULL, hi->hash, hi->fingerprint)) == NULL)
crypto/libressl/apps/openssl/certhash.c
381
certhash_findlink(struct hashinfo *links, struct hashinfo *hi)
crypto/libressl/apps/openssl/certhash.c
383
struct hashinfo *link;
crypto/libressl/apps/openssl/certhash.c
401
certhash_index(struct hashinfo *head, const char *name)
crypto/libressl/apps/openssl/certhash.c
403
struct hashinfo *last, *entry;
crypto/libressl/apps/openssl/certhash.c
431
certhash_merge(struct hashinfo **links, struct hashinfo **certs,
crypto/libressl/apps/openssl/certhash.c
432
struct hashinfo **crls)
crypto/libressl/apps/openssl/certhash.c
434
struct hashinfo *cert, *crl;
crypto/libressl/apps/openssl/certhash.c
474
certhash_link(struct dirent *dep, struct hashinfo **links)
crypto/libressl/apps/openssl/certhash.c
476
struct hashinfo *hi = NULL;
crypto/libressl/apps/openssl/certhash.c
511
certhash_file(struct dirent *dep, struct hashinfo **certs,
crypto/libressl/apps/openssl/certhash.c
512
struct hashinfo **crls)
crypto/libressl/apps/openssl/certhash.c
514
struct hashinfo *hi = NULL;
crypto/libressl/apps/openssl/certhash.c
562
struct hashinfo *links = NULL, *certs = NULL, *crls = NULL, *link;
crypto/libressl/apps/openssl/certhash.c
67
struct hashinfo *reference;
crypto/libressl/apps/openssl/certhash.c
68
struct hashinfo *next;
crypto/libressl/apps/openssl/certhash.c
71
static struct hashinfo *
crypto/libressl/apps/openssl/certhash.c
74
struct hashinfo *hi;
crypto/libressl/apps/openssl/certhash.c
92
hashinfo_free(struct hashinfo *hi)
sys/dev/netif/jme/if_jme.c
2310
uint32_t flags, status, hash, hashinfo;
sys/dev/netif/jme/if_jme.c
2319
hashinfo = le32toh(desc->addr_lo);
sys/dev/netif/jme/if_jme.c
2346
rdata->jme_rx_idx, flags, hash, hashinfo);
sys/dev/netif/jme/if_jme.c
2457
(hashinfo & JME_RD_HASH_FN_MASK) ==
sys/dev/netif/jme/if_jme.c
2535
uint32_t hashinfo;
sys/dev/netif/jme/if_jme.c
2537
hashinfo = le32toh(desc->addr_lo);
sys/dev/netif/jme/if_jme.c
2551
if (hashinfo == JME_ADDR_LO(rxd->rx_paddr)) {