HomeSort by: relevance | last modified time | path
    Searched defs:thash (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netipsec/
xform_ah.c 199 const struct auth_hash *thash; local in function:ah_init0
202 thash = ah_algorithm_lookup(sav->alg_auth);
203 if (thash == NULL) {
223 thash->name);
227 if (keylen != thash->keysize && thash->keysize != 0) {
230 keylen, thash->name, thash->keysize);
235 sav->tdb_authalgxform = thash;
  /src/usr.bin/xlint/lint2/
read.c 106 static unsigned int thash(const char *, size_t);
661 h = thash(cp, tlen);
983 thash(const char *s, size_t len) function in typeref:typename:unsigned int
  /src/sys/opencrypto/
cryptodev.c 113 const struct auth_hash *thash; member in struct:csession
474 if (cse->tcomp == NULL && cse->txform == NULL && cse->thash == NULL)
505 crp = crypto_getreq((cse->tcomp != NULL) + (cse->txform != NULL) + (cse->thash != NULL));
512 /* crds are always ordered tcomp, thash, then txform */
523 if (cse->thash) {
694 (error = copyout(crp->crp_mac, cop->mac, cse->thash->authsize))) {
967 const struct auth_hash *thash, const struct comp_algo *tcomp)
983 cse->thash = thash;
1113 cse->thash == NULL &
1461 const struct auth_hash *thash = NULL; local in function:cryptodev_session
    [all...]

Completed in 86 milliseconds