NSEC3_HASH_LEN
uint8_t hash[NSEC3_HASH_LEN];
uint8_t hash[NSEC3_HASH_LEN];
#define STORE_HASH(x,y) memmove(domain->nsec3->x,y,NSEC3_HASH_LEN); domain->nsec3->have_##x =1;
uint8_t h[NSEC3_HASH_LEN];
b->nsec3->hash_wc->hash.hash, NSEC3_HASH_LEN);
b->nsec3->hash_wc->wc.hash, NSEC3_HASH_LEN);
b->nsec3->ds_parent_hash->hash, NSEC3_HASH_LEN);
assert(lablen == 32 && buflen == NSEC3_HASH_LEN+1);
{ memcpy(d->nsec3->hash_wc->hash.hash, hash, NSEC3_HASH_LEN); }
{ memcpy(d->nsec3->hash_wc->wc.hash, hash, NSEC3_HASH_LEN); }
{ memcpy(d->nsec3->ds_parent_hash->hash, hash, NSEC3_HASH_LEN); }
uint8_t hash[NSEC3_HASH_LEN+1];
uint8_t hash[NSEC3_HASH_LEN+1];