OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noncetext
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPRequest.java
101
String
nonceText
= itemMap.remove("nonce");
102
if (realm == null ||
nonceText
== null) {
136
byte[] response = hash(a1,
nonceText
, nc, cNonceString, "auth", a2);
142
.append("nonce=\"").append(
nonceText
).append("\", ")
Completed in 182 milliseconds