Searched refs:HA1 (Results 1 - 3 of 3) sorted by relevance

/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDigestMD5SaslClient.java418 * Calculates the HA1 portion of the response
427 * @return HA1 portion of the response in a character array
480 * @param HA1 H(A1)
494 char[] HA1, /* H(A1) */
525 md.update(new String(HA1).getBytes("UTF-8"));
493 DigestCalcResponse( char[] HA1, String serverNonce, String nonceCount, String clientNonce, String qop, String method, String digestUri, boolean clientResponseFlag) argument
/external/smack/src/com/novell/sasl/client/
H A DDigestMD5SaslClient.java418 * Calculates the HA1 portion of the response
427 * @return HA1 portion of the response in a character array
480 * @param HA1 H(A1)
494 char[] HA1, /* H(A1) */
525 md.update(new String(HA1).getBytes("UTF-8"));
493 DigestCalcResponse( char[] HA1, String serverNonce, String nonceCount, String clientNonce, String qop, String method, String digestUri, boolean clientResponseFlag) argument
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc826 std::string HA1 = MD5(sensitive); local
830 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2);

Completed in 7342 milliseconds