Symbol: thash
sys/netipsec/xform_ah.c
199
const struct auth_hash *thash;
sys/netipsec/xform_ah.c
202
thash = ah_algorithm_lookup(sav->alg_auth);
sys/netipsec/xform_ah.c
203
if (thash == NULL) {
sys/netipsec/xform_ah.c
223
thash->name);
sys/netipsec/xform_ah.c
227
if (keylen != thash->keysize && thash->keysize != 0) {
sys/netipsec/xform_ah.c
230
keylen, thash->name, thash->keysize);
sys/netipsec/xform_ah.c
235
sav->tdb_authalgxform = thash;
sys/opencrypto/cryptodev.c
1025
const struct auth_hash *thash, const struct comp_algo *tcomp)
sys/opencrypto/cryptodev.c
1043
cse->thash = thash;
sys/opencrypto/cryptodev.c
1171
cse->thash == NULL &&
sys/opencrypto/cryptodev.c
1184
(cse->thash != NULL) +
sys/opencrypto/cryptodev.c
119
const struct auth_hash *thash;
sys/opencrypto/cryptodev.c
1207
if (cse->thash) {
sys/opencrypto/cryptodev.c
1508
const struct auth_hash *thash = NULL;
sys/opencrypto/cryptodev.c
1580
thash = &auth_hash_hmac_md5;
sys/opencrypto/cryptodev.c
1583
thash = &auth_hash_hmac_sha1;
sys/opencrypto/cryptodev.c
1586
thash = &auth_hash_hmac_md5_96;
sys/opencrypto/cryptodev.c
1589
thash = &auth_hash_hmac_sha1_96;
sys/opencrypto/cryptodev.c
1594
thash = &auth_hash_hmac_sha2_256;
sys/opencrypto/cryptodev.c
1596
thash = &auth_hash_hmac_sha2_384;
sys/opencrypto/cryptodev.c
1598
thash = &auth_hash_hmac_sha2_512;
sys/opencrypto/cryptodev.c
1605
thash = &auth_hash_hmac_sha2_384;
sys/opencrypto/cryptodev.c
1608
thash = &auth_hash_hmac_sha2_512;
sys/opencrypto/cryptodev.c
1611
thash = &auth_hash_hmac_ripemd_160;
sys/opencrypto/cryptodev.c
1614
thash = &auth_hash_hmac_ripemd_160_96;
sys/opencrypto/cryptodev.c
1617
thash = &auth_hash_md5;
sys/opencrypto/cryptodev.c
1620
thash = &auth_hash_sha1;
sys/opencrypto/cryptodev.c
1623
thash = &auth_hash_aes_xcbc_mac_96;
sys/opencrypto/cryptodev.c
1626
thash = &auth_hash_gmac_aes_128;
sys/opencrypto/cryptodev.c
1629
thash = &auth_hash_gmac_aes_192;
sys/opencrypto/cryptodev.c
1632
thash = &auth_hash_gmac_aes_256;
sys/opencrypto/cryptodev.c
1635
thash = &auth_hash_null;
sys/opencrypto/cryptodev.c
1654
} else if (thash) {
sys/opencrypto/cryptodev.c
1676
if (thash)
sys/opencrypto/cryptodev.c
1680
if (thash) {
sys/opencrypto/cryptodev.c
1681
cria.cri_alg = thash->type;
sys/opencrypto/cryptodev.c
1683
if (sop->mackeylen != thash->keysize) {
sys/opencrypto/cryptodev.c
1685
sop->mackeylen, thash->keysize);
sys/opencrypto/cryptodev.c
1707
(tcomp ? sop->comp_alg : 0), txform, thash, tcomp);
sys/opencrypto/cryptodev.c
1843
cod->cse->thash->authsize)))
sys/opencrypto/cryptodev.c
1933
cod->cse->thash->authsize)))
sys/opencrypto/cryptodev.c
549
if (cse->tcomp == NULL && cse->txform == NULL && cse->thash == NULL)
sys/opencrypto/cryptodev.c
564
+ (cse->txform != NULL) + (cse->thash != NULL));
sys/opencrypto/cryptodev.c
583
if (cse->thash) {
sys/opencrypto/cryptodev.c
748
(error = copyout(crp->crp_mac, cop->mac, cse->thash->authsize))) {
usr.bin/xlint/lint2/read.c
106
static unsigned int thash(const char *, size_t);
usr.bin/xlint/lint2/read.c
659
h = thash(cp, tlen);