Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A 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/
H A 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/external/gpl3/binutils.old/dist/gas/
H A 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/
H A Dxform_ah.c199 const struct auth_hash *thash; in ah_init0() local
/netbsd-src/usr.bin/xlint/lint2/
H A Dread.c983 thash(const char *s, size_t len) in thash() function