HomeSort by: relevance | last modified time | path
    Searched refs:NSEC3_HASH_LEN (Results 1 - 3 of 3) sorted by relevancy

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

Completed in 24 milliseconds