OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:myparam
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
8324
dns_rdata_nsec3param_t
myparam
;
local
8363
CHECK(dns_rdata_tostruct(&rdata, &
myparam
, NULL));
8368
if (NSEC3REMOVE(
myparam
.flags)) {
8374
if (
myparam
.hash == param->hash &&
8375
myparam
.iterations == param->iterations &&
8376
myparam
.salt_length == param->salt_length &&
8377
!memcmp(
myparam
.salt, param->salt,
myparam
.salt_length))
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
8317
dns_rdata_nsec3param_t
myparam
;
local
8356
CHECK(dns_rdata_tostruct(&rdata, &
myparam
, NULL));
8361
if (NSEC3REMOVE(
myparam
.flags)) {
8367
if (
myparam
.hash == param->hash &&
8368
myparam
.iterations == param->iterations &&
8369
myparam
.salt_length == param->salt_length &&
8370
!memcmp(
myparam
.salt, param->salt,
myparam
.salt_length))
Completed in 50 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026