Searched defs:hash_algorithm (Results 1 – 1 of 1) sorted by relevance
140 struct hash_algorithm { struct141 char *name;142 int type;143 int doi;145 void (*update) __P((caddr_t, vchar_t *));146 vchar_t *(*final) __P((caddr_t));147 int (*hashlen) __P((void));148 vchar_t *(*one) __P((vchar_t *));