thash 64 crypto/cryptodev.c struct auth_hash *thash;
thash 147 crypto/cryptodev.c struct auth_hash *thash = NULL;
thash 194 crypto/cryptodev.c thash = &auth_hash_hmac_md5_96;
thash 197 crypto/cryptodev.c thash = &auth_hash_hmac_sha1_96;
thash 200 crypto/cryptodev.c thash = &auth_hash_hmac_ripemd_160_96;
thash 203 crypto/cryptodev.c thash = &auth_hash_md5;
thash 206 crypto/cryptodev.c thash = &auth_hash_sha1;
thash 230 crypto/cryptodev.c if (thash)
thash 234 crypto/cryptodev.c if (thash) {
thash 235 crypto/cryptodev.c cria.cri_alg = thash->type;
thash 237 crypto/cryptodev.c if (sop->mackeylen != thash->keysize) {
thash 259 crypto/cryptodev.c thash);
thash 333 crypto/cryptodev.c crp = crypto_getreq((cse->txform != NULL) + (cse->thash != NULL));
thash 339 crypto/cryptodev.c if (cse->thash) {
thash 459 crypto/cryptodev.c (error = copyout(crp->crp_mac, cop->mac, cse->thash->authsize)))
thash 741 crypto/cryptodev.c struct enc_xform *txform, struct auth_hash *thash)
thash 757 crypto/cryptodev.c cse->thash = thash;
thash 101 netinet/ip_ah.c struct auth_hash *thash = NULL;
thash 107 netinet/ip_ah.c thash = &auth_hash_hmac_md5_96;
thash 111 netinet/ip_ah.c thash = &auth_hash_hmac_sha1_96;
thash 115 netinet/ip_ah.c thash = &auth_hash_hmac_ripemd_160_96;
thash 119 netinet/ip_ah.c thash = &auth_hash_hmac_sha2_256_96;
thash 123 netinet/ip_ah.c thash = &auth_hash_hmac_sha2_384_96;
thash 127 netinet/ip_ah.c thash = &auth_hash_hmac_sha2_512_96;
thash 131 netinet/ip_ah.c thash = &auth_hash_key_md5;
thash 135 netinet/ip_ah.c thash = &auth_hash_key_sha1;
thash 143 netinet/ip_ah.c if (ii->ii_authkeylen != thash->keysize && thash->keysize != 0) {
thash 145 netinet/ip_ah.c "%s keysize (%d)\n", ii->ii_authkeylen, thash->name,
thash 146 netinet/ip_ah.c thash->keysize));
thash 151 netinet/ip_ah.c tdbp->tdb_authalgxform = thash;
thash 156 netinet/ip_ah.c thash->name));
thash 103 netinet/ip_esp.c struct auth_hash *thash = NULL;
thash 174 netinet/ip_esp.c thash = &auth_hash_hmac_md5_96;
thash 178 netinet/ip_esp.c thash = &auth_hash_hmac_sha1_96;
thash 182 netinet/ip_esp.c thash = &auth_hash_hmac_ripemd_160_96;
thash 186 netinet/ip_esp.c thash = &auth_hash_hmac_sha2_256_96;
thash 190 netinet/ip_esp.c thash = &auth_hash_hmac_sha2_384_96;
thash 194 netinet/ip_esp.c thash = &auth_hash_hmac_sha2_512_96;
thash 202 netinet/ip_esp.c if (ii->ii_authkeylen != thash->keysize) {
thash 203 netinet/ip_esp.c DPRINTF(("esp_init(): keylength %d doesn't match algorithm %s keysize (%d)\n", ii->ii_authkeylen, thash->name, thash->keysize));
thash 207 netinet/ip_esp.c tdbp->tdb_authalgxform = thash;
thash 210 netinet/ip_esp.c thash->name));