Searched defs:thash (Results 1 – 5 of 5) sorted by relevance
113 const struct auth_hash *thash; member967 const struct auth_hash *thash, const struct comp_algo *tcomp) in csecreate()1461 const struct auth_hash *thash = NULL; in cryptodev_session() local
925 typedef struct thash { struct926 struct thash *next; /* next hash value */ argument929 } thash_t; argument1037 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; member
199 const struct auth_hash *thash; in ah_init0() local
983 thash(const char *s, size_t len) in thash() function