OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_nonce
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/native/android/
storage_manager.cpp
50
ObbCallback(int32_t
_nonce
, AStorageManager_obbCallbackFunc _cb, void* _data)
51
: nonce(
_nonce
)
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DigestAuthenticator.java
69
final String
_nonce
;
field in class:DigestAuthenticator.Nonce
75
_nonce
=nonce;
272
while (_nonceMap.putIfAbsent(nonce.
_nonce
,nonce)!=null);
275
return nonce.
_nonce
;
292
_nonceMap.remove(nonce.
_nonce
);
Completed in 227 milliseconds