OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VALATTR_INSECURITY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
validator.c
75
#define
VALATTR_INSECURITY
0x0010 /*%< Attempting proveunsecure. */
500
trustchain = ((val->attributes &
VALATTR_INSECURITY
) == 0);
746
if ((val->attributes &
VALATTR_INSECURITY
) != 0 &&
753
} else if ((val->attributes &
VALATTR_INSECURITY
) != 0) {
802
INSIST((val->attributes &
VALATTR_INSECURITY
) != 0);
2926
val->attributes |=
VALATTR_INSECURITY
;
/src/external/mpl/bind/dist/lib/dns/
validator.c
81
VALATTR_INSECURITY
= 1 << 4, /*%< Attempting proveunsecure. */
541
trustchain = ((val->attributes &
VALATTR_INSECURITY
) == 0);
740
if ((val->attributes &
VALATTR_INSECURITY
) != 0 &&
749
} else if ((val->attributes &
VALATTR_INSECURITY
) != 0) {
788
INSIST((val->attributes &
VALATTR_INSECURITY
) != 0);
3342
val->attributes |=
VALATTR_INSECURITY
;
Completed in 18 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026