| /src/sys/dev/ic/ |
| adv.h | 49 struct adv_ccb *nexthash; member in struct:adv_ccb
|
| adw.h | 67 struct adw_ccb *nexthash; member in struct:adw_ccb
|
| ahareg.h | 183 struct aha_ccb *nexthash; member in struct:aha_ccb
|
| uhareg.h | 223 struct uha_mscp *nexthash; member in struct:uha_mscp
|
| bhareg.h | 235 struct bha_ccb *nexthash; member in struct:bha_ccb
|
| /src/sys/dev/isa/ |
| wdsreg.h | 73 struct wds_scb *nexthash; member in struct:wds_scb
|
| /src/sys/dev/eisa/ |
| ahbreg.h | 212 struct ahb_ecb *nexthash; member in struct:ahb_ecb
|
| /src/external/mpl/bind/dist/lib/dns/ |
| nsec3.c | 55 size_t salt_length, const unsigned char *nexthash, 98 memmove(p, nexthash, hash_length); 553 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH]; local 582 * If this is the first NSEC3 in the chain nexthash will 585 next_length = sizeof(nexthash); 586 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, name, origin, 588 INSIST(next_length <= sizeof(nexthash)); 632 INSIST(next_length <= sizeof(nexthash)); 633 memmove(nexthash, nsec3.next, next_length); 722 nsec3.next = nexthash; 1417 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH]; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| nsec3.c | 62 size_t salt_length, const unsigned char *nexthash, 105 memmove(p, nexthash, hash_length); 568 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH]; local 597 * If this is the first NSEC3 in the chain nexthash will 600 next_length = sizeof(nexthash); 601 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, name, origin, 603 INSIST(next_length <= sizeof(nexthash)); 630 INSIST(next_length <= sizeof(nexthash)); 631 memmove(nexthash, nsec3.next, next_length); 721 nsec3.next = nexthash; 1414 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH]; local [all...] |
| /src/sys/arch/arc/dti/ |
| btlreg.h | 141 struct bt_ccb *nexthash; member in struct:bt_ccb
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-signzone.c | 2028 const unsigned char *nexthash; local 2048 nexthash = hashlist_findnext(hashlist, hash); 2052 iterations, salt, salt_len, nexthash, ISC_SHA1_DIGESTLENGTH,
|