Searched refs:QOP (Results 1 – 10 of 10) sorted by relevance
/external/apache-http/android/src/android/net/http/ |
D | RequestHandle.java | 240 String QOP, in setupDigestAuthResponse() argument 245 username, password, realm, nonce, QOP, algorithm, opaque); in setupDigestAuthResponse() 304 String QOP, in computeDigestAuthResponse() argument 326 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce); in computeDigestAuthResponse() 343 if (QOP != null) { in computeDigestAuthResponse() 344 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce); in computeDigestAuthResponse() 365 String A1, String A2, String nonce, String QOP, String nc, String cnonce) { in computeDigest() argument 367 HttpLog.v("computeDigest(): QOP: " + QOP); in computeDigest() 370 if (QOP == null) { in computeDigest() 373 if (QOP.equalsIgnoreCase("auth")) { in computeDigest() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | AuthenticationHeader.java | 60 public static final String QOP = ParameterNames.QOP; field in AuthenticationHeader 109 if (name.equalsIgnoreCase(ParameterNames.QOP) in setParameter() 123 && name.equalsIgnoreCase(ParameterNames.QOP)) { in setParameter() 324 setParameter(ParameterNames.QOP, qop); in setQop() 335 return getParameter(ParameterNames.QOP); in getQop()
|
D | AuthenticationInfo.java | 127 return this.getParameter(ParameterNames.QOP); in getQop() 190 this.setParameter(ParameterNames.QOP, qop); in setQop() 213 if (name.equalsIgnoreCase(ParameterNames.QOP) in setParameter()
|
D | Challenge.java | 52 private static String QOP = ParameterNames.QOP; field in Challenge 133 return (String) authParams.getValue(QOP); in getQOP()
|
D | ParameterNames.java | 83 public static final String QOP = "qop"; field
|
/external/curl/docs/ |
D | TODO | 103 16.2 Add QOP support to GSSAPI authentication 557 16.2 Add QOP support to GSSAPI authentication 559 Currently the GSSAPI authentication only supports the default QOP of auth
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 13001 A40B;YI SYLLABLE QOP;Lo;0;L;;;;;N;;;;;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 13001 A40B;YI SYLLABLE QOP;Lo;0;L;;;;;N;;;;;
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 13001 A40B;YI SYLLABLE QOP;Lo;0;L;;;;;N;;;;;
|
D | ppucd.txt | 15901 cp;A40B;na=YI SYLLABLE QOP
|