Home
last modified time | relevance | path

Searched defs:thash (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/opencrypto/
Dcryptodev.c113 const struct auth_hash *thash; member
967 const struct auth_hash *thash, const struct comp_algo *tcomp) in csecreate()
1461 const struct auth_hash *thash = NULL; in cryptodev_session() local
/netbsd/src/external/gpl3/binutils/dist/gas/
Decoff.c925 typedef struct thash { struct
926 struct thash *next; /* next hash value */ argument
929 } thash_t; argument
1037 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; member
/netbsd/src/sys/netipsec/
Dxform_ah.c199 const struct auth_hash *thash; in ah_init0() local
/netbsd/src/usr.bin/xlint/lint2/
Dread.c983 thash(const char *s, size_t len) in thash() function