Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_app_PropertyInvalidatedCache.h70 NonceStore(int kMaxNonce, int kMaxByte, volatile nonce_t* nonce, volatile block_t* block) : in NonceStore()
110 volatile nonce_t* nonce() const { in nonce() function
/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()
/frameworks/base/core/java/android/os/storage/
DIObbActionListener.aidl36 void onObbResult(in String filename, int nonce, int status) = 0; in onObbResult()
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()
DStorageManager.java443 public void onObbResult(String filename, int nonce, int status) { in onObbResult()
479 private final int nonce; field in StorageManager.ObbListenerDelegate
725 final int nonce = mObbActionListener.addListener(listener); in mountObb() local
797 final int nonce = mObbActionListener.addListener(listener); in unmountObb() local
/frameworks/base/libs/securebox/src/com/android/security/
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()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportManager.java206 long nonce; in requestBugreport() local
245 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/core/tests/coretests/src/android/os/storage/
DStorageManagerIntegrationTest.java204 public void onObbResult(String filename, int nonce, int status) { in onObbResult()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java487 String bugreportFileName, File bugreportFile, long nonce) { in sendRemoteBugreportFinishedBroadcast()
707 long nonce = intent.getLongExtra(EXTRA_BUGREPORT_NONCE, 0); in startBugreportAPI() local
777 long nonce, in setupFilesAndCreateBugreportInfo()
2191 final long nonce; field in BugreportProgressService.BugreportInfo
2208 long nonce, in BugreportInfo()
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java744 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/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java721 final int nonce; in waitForConnection() local
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java978 String nonce = getNonceFromResponse(response); in handleAuthentication() local
/frameworks/native/include/input/
DInputDevice.h60 uint16_t nonce; member
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java632 IObbActionListener token, int nonce, String volId) { in ObbState()
650 final int nonce; field in StorageManagerService.ObbState
3196 int nonce, ObbInfo obbInfo) { in mountObb()
3243 public void unmountObb(String rawPath, boolean force, IObbActionListener token, int nonce) { in unmountObb()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl507 void requestRemoteBugReport(long nonce); in requestRemoteBugReport()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java7693 @Nullable String shareDescription, int bugreportType, long nonce) { in requestBugReportWithDescription()
7702 @Nullable String shareDescription, int bugreportType, long nonce, in requestBugReportWithDescription()
7847 public void requestRemoteBugReport(long nonce) { in requestRemoteBugReport()