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

  /src/sys/netipsec/
xform_ah.c 199 const struct auth_hash *thash; local
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;
xform_ah.c 199 const struct auth_hash *thash; local
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/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
    [all...]
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
    [all...]
  /src/usr.bin/xlint/lint2/
read.c 106 static unsigned int thash(const char *, size_t);
659 h = thash(cp, tlen);
979 thash(const char *s, size_t len) function
read.c 106 static unsigned int thash(const char *, size_t);
659 h = thash(cp, tlen);
979 thash(const char *s, size_t len) function
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 928 typedef struct thash {
929 struct thash *next; /* next hash value */
1040 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
4938 ptr = &cur_page->thash[--unallocated];
926 typedef struct thash { struct
1038 thash_t thash [ PAGE_SIZE \/ sizeof (thash_t) ]; member in union:page
ecoff.c 928 typedef struct thash {
929 struct thash *next; /* next hash value */
1040 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
4938 ptr = &cur_page->thash[--unallocated];
926 typedef struct thash { struct
1038 thash_t thash [ PAGE_SIZE \/ sizeof (thash_t) ]; member in union:page
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 928 typedef struct thash {
929 struct thash *next; /* next hash value */
1040 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
4935 ptr = &cur_page->thash[--unallocated];
926 typedef struct thash { struct
1038 thash_t thash [ PAGE_SIZE \/ sizeof (thash_t) ]; member in union:page
ecoff.c 928 typedef struct thash {
929 struct thash *next; /* next hash value */
1040 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
4935 ptr = &cur_page->thash[--unallocated];
926 typedef struct thash { struct
1038 thash_t thash [ PAGE_SIZE \/ sizeof (thash_t) ]; member in union:page

Completed in 59 milliseconds