Searched defs:Hash (Results 1 – 3 of 3) sorted by relevance
24 typedef struct Hash Hash; typedef35 struct Hash { struct39 HashElem *first; /* The first element of the array */ argument43 HashElem *chain; /* Pointer to first entry with this hash */ argument53 struct HashElem { argument
60 #define Hash 2 /* Offset of hash chain ptrs. */ macro
544 CERTHASH_ENTRY Hash; member