OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BADSIG
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/
Rcode.java
61
public static final int
BADSIG
= 16;
96
tsigrcodes.add(
BADSIG
, "
BADSIG
");
TSIG.java
386
tsig.getError() != Rcode.
BADSIG
)
428
System.err.println("
BADSIG
: signature too long");
429
return Rcode.
BADSIG
;
432
System.err.println("
BADSIG
: signature too short");
433
return Rcode.
BADSIG
;
436
System.err.println("
BADSIG
: signature verification");
437
return Rcode.
BADSIG
;
576
System.err.println("
BADSIG
failure");
578
return Rcode.
BADSIG
;
Completed in 35 milliseconds