HomeSort by relevance Sort by last modified time
    Searched full:noncecount (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/javax/sip/header/
AuthenticationInfoHeader.java 15 void setNonceCount(int nonceCount) throws ParseException;
AuthorizationHeader.java 19 void setNonceCount(int nonceCount) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 112 * @return the integer representing the nonceCount information, -1 if value is
163 /** Sets the Nonce Count of the AuthenticationInfoHeader to the <var>nonceCount</var>
166 * @param nonceCount - the new nonceCount integer of this AuthenticationInfoHeader.
168 * unexpectedly while parsing the nonceCount value.
171 public void setNonceCount(int nonceCount) throws ParseException {
172 if (nonceCount < 0)
174 String nc = Integer.toHexString(nonceCount);
  /external/libmicrohttpd/src/microhttpd/
digestauth.c 136 * @param noncecount 8 hex digits
147 const char *noncecount,
184 MD5Update (&md5, noncecount, strlen(noncecount));
  /external/curl/lib/
curl_sasl.c 604 char nonceCount[] = "00000001";
709 Curl_MD5_update(ctxt, (const unsigned char *) nonceCount,
710 curlx_uztoui(strlen(nonceCount)));
730 cnonce, nonceCount, spn, resp_hash_hex, qop);
    [all...]

Completed in 259 milliseconds