usr.sbin/nsd/namedb.h
59
uint8_t hash[NSEC3_HASH_LEN];
usr.sbin/nsd/nsec3.c
130
#define STORE_HASH(x,y) memmove(domain->nsec3->x,y,NSEC3_HASH_LEN); domain->nsec3->have_##x =1;
usr.sbin/nsd/nsec3.c
194
uint8_t h[NSEC3_HASH_LEN];
usr.sbin/nsd/nsec3.c
34
b->nsec3->hash_wc->hash.hash, NSEC3_HASH_LEN);
usr.sbin/nsd/nsec3.c
48
b->nsec3->hash_wc->wc.hash, NSEC3_HASH_LEN);
usr.sbin/nsd/nsec3.c
606
assert(lablen == 32 && buflen == NSEC3_HASH_LEN+1);
usr.sbin/nsd/nsec3.c
62
b->nsec3->ds_parent_hash->hash, NSEC3_HASH_LEN);
usr.sbin/nsd/nsec3.c
685
{ memcpy(d->nsec3->hash_wc->hash.hash, hash, NSEC3_HASH_LEN); }
usr.sbin/nsd/nsec3.c
689
{ memcpy(d->nsec3->hash_wc->wc.hash, hash, NSEC3_HASH_LEN); }
usr.sbin/nsd/nsec3.c
693
{ memcpy(d->nsec3->ds_parent_hash->hash, hash, NSEC3_HASH_LEN); }
usr.sbin/nsd/nsec3.c
779
uint8_t hash[NSEC3_HASH_LEN+1];
usr.sbin/nsd/nsec3.c
805
uint8_t hash[NSEC3_HASH_LEN+1];
usr.sbin/nsd/nsec3.c
905
uint8_t hash[NSEC3_HASH_LEN];