Searched refs:thash (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/opencrypto/
H A Dcryptodev.c265 struct auth_hash *thash; member in struct:csession
377 struct auth_hash *thash = NULL; local
444 thash = &auth_hash_hmac_md5;
447 thash = &auth_hash_hmac_sha1;
450 thash = &auth_hash_hmac_sha2_256;
453 thash = &auth_hash_hmac_sha2_384;
456 thash = &auth_hash_hmac_sha2_512;
459 thash = &auth_hash_hmac_ripemd_160;
463 thash = &auth_hash_md5;
466 thash
1040 csecreate(struct fcrypt *fcr, u_int64_t sid, caddr_t key, u_int64_t keylen, caddr_t mackey, u_int64_t mackeylen, u_int32_t cipher, u_int32_t mac, struct enc_xform *txform, struct auth_hash *thash) argument
[all...]
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ah.c185 struct auth_hash *thash; local
188 thash = ah_algorithm_lookup(sav->alg_auth);
189 if (thash == NULL) {
209 __func__, thash->name));
213 if (keylen != thash->keysize && thash->keysize != 0) {
216 keylen, thash->name, thash->keysize));
221 sav->tdb_authalgxform = thash;
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dread.c100 static int thash(const char *, size_t);
553 h = thash(cp, tlen);
968 thash(const char *s, size_t len) function
/freebsd-9.3-release/sys/ia64/ia64/
H A Dexception.S747 thash r18=r16
833 thash r18=r16
1137 thash r18=r16
1211 thash r18=r16
1285 thash r18=r16
H A Dpmap.c2535 DB_COMMAND(thash, db_thash)
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c930 typedef struct thash {
931 struct thash *next; /* next hash value */
1042 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
5008 ptr = &cur_page->thash[--unallocated];
928 typedef struct thash { struct
1040 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; member in union:page
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c1051 typedef struct thash {
1052 struct thash *next; /* next hash value */
1102 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ];
4568 fprintf (stderr, "\thash\tstart, filename %s\n", filename);
4638 fprintf (stderr, "\thash\tdone, filename %s\n", filename);
4748 alloc_counts[ alloc_type_thash ].alloc_name = "thash";
5281 ptr = &cur_page->thash[ --unallocated ];
1044 typedef struct thash { struct
1095 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; member in union:page

Completed in 266 milliseconds