Home
last modified time | relevance | path

Searched refs:thash (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/opencrypto/
H A Dcryptodev.c68 struct auth_hash *thash; member
244 thash = &auth_hash_md5; in cryptof_ioctl()
247 thash = &auth_hash_sha1; in cryptof_ioctl()
251 thash = &auth_hash_null; in cryptof_ioctl()
274 if (thash) in cryptof_ioctl()
278 if (thash) { in cryptof_ioctl()
279 cria.cri_alg = thash->type; in cryptof_ioctl()
313 sop->mac, txform, thash); in cryptof_ioctl()
424 if (cse->thash) { in cryptodev_op()
437 if (cse->thash) { in cryptodev_op()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c925 typedef struct thash { struct
926 struct thash *next; /* next hash value */ argument
1037 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; member
4970 ptr = &cur_page->thash[--unallocated]; in allocate_thash()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c993 typedef struct thash { struct
994 struct thash *next; /* next hash value */ argument
1044 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; member
5175 ptr = &cur_page->thash[ --unallocated ]; in allocate_thash()
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c925 typedef struct thash { struct
926 struct thash *next; /* next hash value */ argument
1037 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; member
4965 ptr = &cur_page->thash[--unallocated]; in allocate_thash()