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

/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c278 struct auth_hash *thash; member in struct:csession
387 struct auth_hash *thash = NULL; local
463 thash = &auth_hash_hmac_md5;
466 thash = &auth_hash_hmac_sha1;
469 thash = &auth_hash_hmac_sha2_256;
472 thash = &auth_hash_hmac_sha2_384;
475 thash = &auth_hash_hmac_sha2_512;
478 thash = &auth_hash_hmac_ripemd_160;
481 thash = &auth_hash_nist_gmac_aes_128;
484 thash
1378 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-11-stable/sys/netipsec/
H A Dxform_ah.c170 const struct auth_hash *thash; local
173 thash = auth_algorithm_lookup(sav->alg_auth);
174 if (thash == NULL) {
214 __func__, thash->name));
218 if (keylen != thash->keysize && thash->keysize != 0) {
221 keylen, thash->name, thash->keysize));
226 sav->tdb_authalgxform = thash;
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c101 static int thash(const char *, size_t);
552 h = thash(cp, tlen);
971 thash(const char *s, size_t len) function
/freebsd-11-stable/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
/freebsd-11-stable/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

Completed in 424 milliseconds