OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zonemd
(Results
1 - 2
of
2
) sorted by relevancy
/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/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
...]
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026