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

  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
zonemd_63.c 228 dns_rdata_zonemd_t *zonemd = source; local
230 REQUIRE(zonemd != NULL);
231 REQUIRE(zonemd->common.rdtype == type);
232 REQUIRE(zonemd->common.rdclass == rdclass);
237 switch (zonemd->digest_type) {
239 REQUIRE(zonemd->length == ISC_SHA384_DIGESTLENGTH);
242 REQUIRE(zonemd->length == ISC_SHA512_DIGESTLENGTH);
246 RETERR(uint32_tobuffer(zonemd->serial, target));
247 RETERR(uint8_tobuffer(zonemd->scheme, target));
248 RETERR(uint8_tobuffer(zonemd->digest_type, target))
255 dns_rdata_zonemd_t *zonemd = target; local
287 dns_rdata_zonemd_t *zonemd = source; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
zonemd_63.c 227 dns_rdata_zonemd_t *zonemd = source; local
229 REQUIRE(zonemd != NULL);
230 REQUIRE(zonemd->common.rdtype == type);
231 REQUIRE(zonemd->common.rdclass == rdclass);
236 switch (zonemd->digest_type) {
238 REQUIRE(zonemd->length == ISC_SHA384_DIGESTLENGTH);
241 REQUIRE(zonemd->length == ISC_SHA512_DIGESTLENGTH);
245 RETERR(uint32_tobuffer(zonemd->serial, target));
246 RETERR(uint8_tobuffer(zonemd->scheme, target));
247 RETERR(uint8_tobuffer(zonemd->digest_type, target))
254 dns_rdata_zonemd_t *zonemd = target; local
280 dns_rdata_zonemd_t *zonemd = source; local
    [all...]
  /src/external/bsd/unbound/dist/testdata/root_zonemd.tdir/
root_zonemd.conf 33 zonemd-check: yes
34 zonemd-reject-absence: yes
  /src/external/bsd/unbound/dist/testdata/zonemd_reload.tdir/
zonemd_reload.conf 22 zonemd-check: yes
  /src/external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/
fast_reload_most_options.conf 123 zonemd-check: no
124 zonemd-reject-absence: no
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.c 116 CASE_TO_STR(zonemd);
  /src/external/mpl/bind/dist/tests/dns/
rdata_test.c 2993 * ZONEMD tests.
2997 * The ZONEMD RDATA wire format is encoded as follows:
3017 * It is included here to clearly bind the ZONEMD RR to a particular
3019 * alone ZONEMD digest has no obvious association to any particular
3029 * defined for ZONEMD records and it MUST be supported by
3030 * implementations. The "ZONEMD Schemes" registry is further described
3041 * standardized Hash Algorithm defined for ZONEMD records that MUST be
3045 * the ZONEMD record.
3048 * ZONEMD records and SHOULD be supported by implementations. When
3051 * entire 64-octet digest is published in the ZONEMD record
    [all...]

Completed in 28 milliseconds