Searched defs:calcResponse (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DNTLM.java331 byte[] calcResponse (byte[] key, byte[] text) { method in class:NTLM
406 return calcResponse(ntlmHash, sesshash);

Completed in 29 milliseconds