OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:digestLength
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/utils/
HMAC.java
178
digestLength
() {
/external/smack/src/org/xbill/DNS/
TSIG.java
423
int
digestLength
= hmac.
digestLength
();
424
int minDigestLength = digest.equals("md5") ? 10 :
digestLength
/ 2;
426
if (signature.length >
digestLength
) {
Completed in 284 milliseconds