/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/chunking/ |
D | EncryptedChunk.java | 42 public static EncryptedChunk create(ChunkHash key, byte[] nonce, byte[] encryptedBytes) { in create() 52 private EncryptedChunk(ChunkHash key, byte[] nonce, byte[] encryptedBytes) { in EncryptedChunk() 64 public byte[] nonce() { in nonce() method in EncryptedChunk
|
/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 | 63 int nonce, in ObbInfo obbInfo) = 21; in mountObb() 70 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb()
|
D | StorageManager.java | 408 public void onObbResult(String filename, int nonce, int status) { in onObbResult() 444 private final int nonce; field in StorageManager.ObbListenerDelegate 688 final int nonce = mObbActionListener.addListener(listener); in mountObb() local 760 final int nonce = mObbActionListener.addListener(listener); in unmountObb() local
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | WrappedKey.java | 118 public WrappedKey(byte[] nonce, byte[] keyMaterial, @Nullable byte[] keyMetadata, in WrappedKey() 136 public WrappedKey(byte[] nonce, byte[] keyMaterial, @Nullable byte[] keyMetadata, 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/packages/BackupEncryption/proto/ |
D | wrapped_key.proto | 42 optional bytes nonce = 2; field
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | RemoteBugreportManager.java | 206 long nonce; in requestBugreport() local 246 long nonce = intent.getLongExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_NONCE, 0); in onBugreportFinished() local
|
/frameworks/base/libs/storage/ |
D | IObbActionListener.cpp | 48 int32_t nonce = data.readInt32(); in onTransact() local
|
D | IMountService.cpp | 444 const sp<IObbActionListener>& token, int32_t nonce, const sp<ObbInfo>& obbInfo) in mountObb() 465 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 57 int32_t nonce; member in ObbCallback 185 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 445 String bugreportFileName, File bugreportFile, long nonce) { in sendRemoteBugreportFinishedBroadcast() 633 long nonce = intent.getLongExtra(EXTRA_BUGREPORT_NONCE, 0); in startBugreportAPI() local 2074 final long nonce; field in BugreportProgressService.BugreportInfo 2083 @BugreportParams.BugreportMode int type, File bugreportsDir, long nonce) { in BugreportInfo()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | FileUtilsTest.java | 592 final String nonce = String.valueOf(System.nanoTime()); in testConvertToModernFd() local
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | SipDelegateConfiguration.java | 417 public @NonNull Builder setSipAuthenticationNonce(@Nullable String nonce) { in setSipAuthenticationNonce()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 56 uint16_t nonce; member
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnectionPool.java | 691 final int nonce; in waitForConnection() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 662 IObbActionListener token, int nonce, String volId) { in ObbState() 680 final int nonce; field in StorageManagerService.ObbState 3101 int nonce, ObbInfo obbInfo) { in mountObb() 3118 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 978 String nonce = getNonceFromResponse(response); in handleAuthentication() local
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.aidl | 454 void requestRemoteBugReport(long nonce); in requestRemoteBugReport()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 7133 @Nullable String shareDescription, int bugreportType, long nonce) { in requestBugReportWithDescription() 7251 public void requestRemoteBugReport(long nonce) { in requestRemoteBugReport()
|