Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/chunking/
DEncryptedChunk.java42 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/
DIObbActionListener.aidl36 void onObbResult(in String filename, int nonce, int status) = 0; in onObbResult()
DIStorageManager.aidl63 int nonce, in ObbInfo obbInfo) = 21; in mountObb()
70 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb()
DStorageManager.java408 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/
DWrappedKey.java118 public WrappedKey(byte[] nonce, byte[] keyMaterial, @Nullable byte[] keyMetadata, in WrappedKey()
136 public WrappedKey(byte[] nonce, byte[] keyMaterial, @Nullable byte[] keyMetadata, in WrappedKey()
DSecureBox.java325 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/
Dwrapped_key.proto42 optional bytes nonce = 2; field
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportManager.java206 long nonce; in requestBugreport() local
246 long nonce = intent.getLongExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_NONCE, 0); in onBugreportFinished() local
/frameworks/base/libs/storage/
DIObbActionListener.cpp48 int32_t nonce = data.readInt32(); in onTransact() local
DIMountService.cpp444 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/
Dstorage_manager.cpp57 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/
DBugreportProgressService.java445 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/
DFileUtilsTest.java592 final String nonce = String.valueOf(System.nanoTime()); in testConvertToModernFd() local
/frameworks/base/telephony/java/android/telephony/ims/
DSipDelegateConfiguration.java417 public @NonNull Builder setSipAuthenticationNonce(@Nullable String nonce) { in setSipAuthenticationNonce()
/frameworks/native/include/input/
DInputDevice.h56 uint16_t nonce; member
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java691 final int nonce; in waitForConnection() local
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java662 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/
DSipSessionGroup.java978 String nonce = getNonceFromResponse(response); in handleAuthentication() local
/frameworks/base/core/java/android/app/
DIActivityManager.aidl454 void requestRemoteBugReport(long nonce); in requestRemoteBugReport()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java7133 @Nullable String shareDescription, int bugreportType, long nonce) { in requestBugReportWithDescription()
7251 public void requestRemoteBugReport(long nonce) { in requestRemoteBugReport()