Searched refs:nonce (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimRecords.java63 String getIsimChallengeResponse(String nonce); argument
H A DIsimUiccRecords.java439 public String getIsimChallengeResponse(String nonce){ argument
440 if (DBG) log("getIsimChallengeResponse-nonce:"+nonce);
443 mCi.requestIsimAuthentication(nonce,obtainMessage(EVENT_AKA_AUTHENTICATE_DONE));
/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.java72 int nonce;
73 nonce = data.readInt();
76 this.onObbResult(filename, nonce, status);
106 public void onObbResult(String filename, int nonce, int status) argument
113 _data.writeInt(nonce);
132 * @param nonce identifier that is meaningful to the receiver
135 public void onObbResult(String filename, int nonce, int status) throws RemoteException; argument
H A DStorageManager.java268 public void onObbResult(String filename, int nonce, int status) { argument
271 delegate = mListeners.get(nonce);
273 mListeners.remove(nonce);
286 mListeners.put(delegate.nonce, delegate);
289 return delegate.nonce;
304 private final int nonce; field in class:StorageManager.ObbListenerDelegate
307 nonce = getNextNonce();
472 final int nonce = mObbActionListener.addListener(listener);
473 mMountService.mountObb(rawPath, canonicalPath, key, mObbActionListener, nonce);
507 final int nonce
[all...]
H A DIMountService.java495 IObbActionListener token, int nonce) throws RemoteException {
504 _data.writeInt(nonce);
521 String rawPath, boolean force, IObbActionListener token, int nonce)
530 _data.writeInt(nonce);
1750 int nonce;
1751 nonce = data.readInt();
1752 mountObb(rawPath, canonicalPath, key, observer, nonce);
1764 int nonce;
1765 nonce = data.readInt();
1766 unmountObb(filename, force, observer, nonce);
494 mountObb(String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) argument
520 unmountObb( String rawPath, boolean force, IObbActionListener token, int nonce) argument
2247 mountObb(String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) argument
2292 unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) argument
[all...]
/frameworks/base/libs/storage/
H A DIObbActionListener.cpp33 virtual void onObbResult(const String16& /* filename */, const int32_t /* nonce */,
48 int32_t nonce = data.readInt32(); local
50 onObbResult(filename, nonce, state);
H A DIMountService.cpp446 const sp<IObbActionListener>& token, int32_t nonce)
454 data.writeInt32(nonce);
467 const sp<IObbActionListener>& token, const int32_t nonce)
474 data.writeInt32(nonce);
445 mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, const sp<IObbActionListener>& token, int32_t nonce) argument
466 unmountObb(const String16& filename, const bool force, const sp<IObbActionListener>& token, const int32_t nonce) argument
/frameworks/base/native/android/
H A Dstorage_manager.cpp44 virtual void onObbResult(const android::String16& filename, const int32_t nonce,
51 : nonce(_nonce)
56 int32_t nonce; member in class:ObbCallback
105 void fireCallback(const char* filename, const int32_t nonce, const int32_t state) { argument
112 if (cb->nonce == nonce) {
141 mMountService->mountObb(rawPath16, canonicalPath16, key16, mObbActionListener, cb->nonce);
147 mMountService->unmountObb(filename16, force, mObbActionListener, cb->nonce);
166 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const int32_t state) { argument
167 mStorageManager->fireCallback(String8(filename).string(), nonce, stat
[all...]
/frameworks/base/include/storage/
H A DIObbActionListener.h32 virtual void onObbResult(const String16& filename, const int32_t nonce, const int32_t state) = 0;
H A DIMountService.h67 const int32_t nonce) = 0;
69 const sp<IObbActionListener>& token, const int32_t nonce) = 0;
/frameworks/base/obex/javax/obex/
H A DClientSession.java112 if (header.nonce != null) {
114 System.arraycopy(header.nonce, 0, mChallengeDigest, 0, 16);
180 if (head.nonce != null) {
182 System.arraycopy(head.nonce, 0, mChallengeDigest, 0, 16);
235 if (header.nonce != null) {
237 System.arraycopy(header.nonce, 0, mChallengeDigest, 0, 16);
300 if (head.nonce != null) {
302 System.arraycopy(head.nonce, 0, mChallengeDigest, 0, 16);
346 if (headset.nonce != null) {
348 System.arraycopy(headset.nonce,
[all...]
H A DHeaderSet.java238 /*package*/ byte[] nonce; field in class:HeaderSet
681 nonce = new byte[16];
686 nonce[i] = (byte)mRandom.nextInt();
689 mAuthChall = ObexHelper.computeAuthenticationChallenge(nonce, realm, access, userID);
H A DServerSession.java375 if (reply.nonce != null) {
377 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
619 if (reply.nonce != null) {
621 System.arraycopy(reply.nonce, 0, mChallengeDigest, 0, 16);
H A DObexHelper.java987 * @param nonce the challenge that will be provided to the peer; the
999 public static byte[] computeAuthenticationChallenge(byte[] nonce, String realm, boolean access, argument
1003 if (nonce.length != 16) {
1038 // Include the nonce field in the header
1041 System.arraycopy(nonce, 0, authChall, 2, 16);
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPRequest.java101 String nonceText = itemMap.remove("nonce");
103 throw new IOException("realm and/or nonce missing: '" + authRequestLine + "'");
118 * response = KD ( H(A1), unq(nonce-value) ":" nc-value ":" unq(cnonce-value) ":"
142 .append("nonce=\"").append(nonceText).append("\", ")
262 // nonce="MTQzMTg1MTIxMzUyNzo0OGFhNGU5ZTg4Y2M4YmFhYzM2MzAwZDg5MGNiYTJlNw=="
266 // nonce="MTQzMTg1MTIxMzUyNzo0OGFhNGU5ZTg4Y2M4YmFhYzM2MzAwZDg5MGNiYTJlNw=="
273 String nonce = "MTQzMTg1MTIxMzUyNzo0OGFhNGU5ZTg4Y2M4YmFhYzM2MzAwZDg5MGNiYTJlNw==";
277 /*new String(Base64.getDecoder().decode(nonce), StandardCharsets.ISO_8859_1)*/
278 nonce,
284 String nonce, Strin
283 test(String user, String realm, String password, String method, String path, String nonce, String cnonce, String nc, String qop, String expect) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl189 String getIsimChallengeResponse(String nonce);
/frameworks/native/include/input/
H A DInputDevice.h53 uint16_t nonce; member in struct:android::InputDeviceIdentifier
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java597 final int nonce;
640 nonce = waiter.mNonce;
649 if (waiter.mNonce == nonce) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java364 public String getIsimChallengeResponse(String nonce) throws RemoteException { argument
370 return isim.getIsimChallengeResponse(nonce);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java497 IObbActionListener token, int nonce) {
503 this.nonce = nonce;
515 final int nonce; field in class:MountService.ObbState
2486 String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) {
2492 final ObbState obbState = new ObbState(rawPath, canonicalPath, callingUid, token, nonce);
2501 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { argument
2513 rawPath, existingState.canonicalPath, callingUid, token, nonce);
3317 obbState.token.onObbResult(obbState.rawPath, obbState.nonce,
3411 mObbState.token.onObbResult(mObbState.rawPath, mObbState.nonce, statu
496 ObbState(String rawPath, String canonicalPath, int callingUid, IObbActionListener token, int nonce) argument
2485 mountObb( String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) argument
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.cpp593 } else if (identifier.nonce != 0) {
594 rawDescriptor.appendFormat("nonce:%04x", identifier.nonce);
622 identifier.nonce = 0;
628 identifier.nonce++;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java547 public void requestIsimAuthentication(String nonce, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java546 public void requestIsimAuthentication(String nonce, Message response) { argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken628 public void requestIsimAuthentication(String nonce, Message response) {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java978 String nonce = getNonceFromResponse(response);
979 if (nonce == null) {

Completed in 847 milliseconds

12