HomeSort by: relevance | last modified time | path
    Searched defs:rawhash (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
zoneverify.c 401 record_nsec3(const vctx_t *vctx, const unsigned char *rawhash,
419 memmove(cp, rawhash, nsec3->next_length);
463 const unsigned char *rawhash, size_t rhsize,
497 record_nsec3(vctx, rawhash, &nsec3, vctx->expected_chains);
632 unsigned char rawhash[NSEC3_MAX_HASH_LENGTH]; local
633 size_t rhsize = sizeof(rawhash);
636 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, vctx->origin,
697 unsigned char rawhash[NSEC3_MAX_HASH_LENGTH]; local
698 size_t rhsize = sizeof(rawhash);
726 &fixed, rawhash, &rhsize, name, vctx->origin, nsec3param.hash
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zoneverify.c 402 record_nsec3(const vctx_t *vctx, const unsigned char *rawhash,
419 memmove(cp, rawhash, nsec3->next_length);
463 const unsigned char *rawhash, size_t rhsize,
497 record_nsec3(vctx, rawhash, &nsec3, vctx->expected_chains);
632 unsigned char rawhash[NSEC3_MAX_HASH_LENGTH]; local
633 size_t rhsize = sizeof(rawhash);
636 result = dns_nsec3_hashname(&fixed, rawhash, &rhsize, vctx->origin,
697 unsigned char rawhash[NSEC3_MAX_HASH_LENGTH]; local
698 size_t rhsize = sizeof(rawhash);
726 &fixed, rawhash, &rhsize, name, vctx->origin, nsec3param.hash
    [all...]

Completed in 48 milliseconds