/frameworks/base/core/java/android/os/storage/ |
D | IObbActionListener.aidl | 36 void onObbResult(in String filename, int nonce, int status) = 0; in onObbResult()
|
D | IStorageManager.aidl | 60 IObbActionListener token, int nonce) = 21; in mountObb() 67 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb()
|
D | StorageManager.java | 377 public void onObbResult(String filename, int nonce, int status) { in onObbResult() 413 private final int nonce; field in StorageManager.ObbListenerDelegate 578 final int nonce = mObbActionListener.addListener(listener); in mountObb() local 613 final int nonce = mObbActionListener.addListener(listener); in unmountObb() local
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | WrappedKey.java | 113 public WrappedKey(byte[] nonce, byte[] keyMaterial, int platformKeyGenerationId) { in WrappedKey() 130 public WrappedKey(byte[] nonce, byte[] keyMaterial, int platformKeyGenerationId, in WrappedKey()
|
D | SecureBox.java | 325 private static byte[] aesGcmEncrypt(SecretKey key, byte[] nonce, byte[] plaintext, byte[] aad) in aesGcmEncrypt() 335 private static byte[] aesGcmDecrypt(SecretKey key, byte[] nonce, byte[] ciphertext, byte[] aad) in aesGcmDecrypt() 341 AesGcmOperation operation, SecretKey key, byte[] nonce, byte[] text, byte[] aad) in aesGcmInternal()
|
/frameworks/base/libs/storage/ |
D | IObbActionListener.cpp | 48 int32_t nonce = data.readInt32(); in onTransact() local
|
D | IMountService.cpp | 446 const sp<IObbActionListener>& token, int32_t nonce) in mountObb() 467 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 56 int32_t nonce; member in ObbCallback 166 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult()
|
/frameworks/base/obex/javax/obex/ |
D | HeaderSet.java | 238 /*package*/ byte[] nonce; field in HeaderSet
|
D | ObexHelper.java | 1005 public static byte[] computeAuthenticationChallenge(byte[] nonce, String realm, boolean access, in computeAuthenticationChallenge()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 53 uint16_t nonce; member
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 449 IObbActionListener token, int nonce, String volId) { in ObbState() 467 final int nonce; field in StorageManagerService.ObbState 2182 String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) { in mountObb() 2198 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnectionPool.java | 681 final int nonce; in waitForConnection() local
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 978 String nonce = getNonceFromResponse(response); in handleAuthentication() local
|