HomeSort by relevance Sort by last modified time
    Searched refs:HA1 (Results 1 - 5 of 5) 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"));
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 1003 AString HA1, HA2;
1004 H(A1, &HA1);
1008 tmp.append(HA1);
MyTransmitter.h 314 AString HA1, HA2;
315 H(A1, &HA1);
319 tmp.append(HA1);
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 836 std::string HA1 = MD5(sensitive);
840 std::string dig_response = MD5(HA1 + ":" + middle + ":" + HA2);

Completed in 332 milliseconds