Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.aidl36 void onObbResult(in String filename, int nonce, int status) = 0; in onObbResult()
H A DIStorageManager.aidl64 int nonce, in ObbInfo obbInfo) = 21; in mountObb()
71 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb()
H A DStorageManager.java397 public void onObbResult(String filename, int nonce, int status) { in onObbResult()
433 private final int nonce; field in StorageManager.ObbListenerDelegate
677 final int nonce = mObbActionListener.addListener(listener); in mountObb() local
749 final int nonce = mObbActionListener.addListener(listener); in unmountObb() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A 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()
/aosp14/frameworks/base/libs/securebox/src/com/android/security/
H A DSecureBox.java329 private static byte[] aesGcmEncrypt(SecretKey key, byte[] nonce, byte[] plaintext, byte[] aad) in aesGcmEncrypt()
339 private static byte[] aesGcmDecrypt(SecretKey key, byte[] nonce, byte[] ciphertext, byte[] aad) in aesGcmDecrypt()
345 AesGcmOperation operation, SecretKey key, byte[] nonce, byte[] text, byte[] aad) in aesGcmInternal()
/aosp14/frameworks/base/libs/storage/
H A DIObbActionListener.cpp48 int32_t nonce = data.readInt32(); variable
H A 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()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportManager.java206 long nonce; in requestBugreport() local
245 long nonce = intent.getLongExtra(DevicePolicyManager.EXTRA_REMOTE_BUGREPORT_NONCE, 0); in onBugreportFinished() local
/aosp14/frameworks/base/native/android/
H A 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()
/aosp14/system/core/trusty/utils/rpmb_dev/
H A Drpmb_protocol.h53 struct rpmb_nonce nonce; member
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java445 String bugreportFileName, File bugreportFile, long nonce) { in sendRemoteBugreportFinishedBroadcast()
634 long nonce = intent.getLongExtra(EXTRA_BUGREPORT_NONCE, 0); in startBugreportAPI() local
2025 final long nonce; field in BugreportProgressService.BugreportInfo
2034 @BugreportParams.BugreportMode int type, File bugreportsDir, long nonce) { in BugreportInfo()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java652 final String nonce = String.valueOf(System.nanoTime()); in testConvertToModernFd() local
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DSipDelegateConfiguration.java417 public @NonNull Builder setSipAuthenticationNonce(@Nullable String nonce) { in setSipAuthenticationNonce()
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java707 final int nonce; in waitForConnection() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java597 IObbActionListener token, int nonce, String volId) { in ObbState()
615 final int nonce; field in StorageManagerService.ObbState
3019 int nonce, ObbInfo obbInfo) { in mountObb()
3036 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl501 void requestRemoteBugReport(long nonce); in requestRemoteBugReport()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7464 @Nullable String shareDescription, int bugreportType, long nonce) { in requestBugReportWithDescription()
7591 public void requestRemoteBugReport(long nonce) { in requestRemoteBugReport()