HomeSort by relevance Sort by last modified time
    Searched refs:HA1 (Results 1 - 8 of 8) sorted by null

  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DigestMD5SaslClient.java 418 * 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"));
  /external/smack/src/com/novell/sasl/client/
DigestMD5SaslClient.java 418 * 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"));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 121 HA1 = hashlib.md5(HA1_str).hexdigest()
124 final_dict["HA1"] = HA1
126 response_str = "%(HA1)s:%(nonce)s:%(nc)s:" \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 121 HA1 = hashlib.md5(HA1_str).hexdigest()
124 final_dict["HA1"] = HA1
126 response_str = "%(HA1)s:%(nonce)s:%(nc)s:" \
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 1011 AString HA1, HA2;
1012 H(A1, &HA1);
1016 tmp.append(HA1);
MyTransmitter.h 314 AString HA1, HA2;
315 H(A1, &HA1);
319 tmp.append(HA1);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 843 std::string HA1 = MD5(sensitive);
847 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2);
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 826 std::string HA1 = MD5(sensitive);
830 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2);

Completed in 447 milliseconds