Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 17 of 17) 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.aidl61 IObbActionListener token, int nonce, in ObbInfo obbInfo) = 21; in mountObb()
68 void unmountObb(in String rawPath, boolean force, IObbActionListener token, int nonce) = 22; in unmountObb()
DStorageManager.java423 public void onObbResult(String filename, int nonce, int status) { in onObbResult()
459 private final int nonce; field in StorageManager.ObbListenerDelegate
702 final int nonce = mObbActionListener.addListener(listener); in mountObb() local
747 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/libs/storage/
DIObbActionListener.cpp48 int32_t nonce = data.readInt32(); in onTransact() local
DIMountService.cpp446 const sp<IObbActionListener>& token, int32_t nonce, const sp<ObbInfo>& obbInfo) in mountObb()
468 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
/frameworks/base/native/android/
Dstorage_manager.cpp57 int32_t nonce; member in ObbCallback
188 void ObbActionListener::onObbResult(const android::String16& filename, const int32_t nonce, const i… in onObbResult()
/frameworks/base/core/java/android/app/
DPropertyInvalidatedCache.java528 final long nonce = SystemProperties.getLong(name, NONCE_UNSET); in invalidateCacheLocked() local
581 final long nonce = SystemProperties.getLong(name, NONCE_UNSET); in corkInvalidations() local
/frameworks/base/obex/javax/obex/
DHeaderSet.java238 /*package*/ byte[] nonce; field in HeaderSet
DObexHelper.java1005 public static byte[] computeAuthenticationChallenge(byte[] nonce, String realm, boolean access, in computeAuthenticationChallenge()
/frameworks/native/include/input/
DInputDevice.h54 uint16_t nonce; member
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java683 final int nonce; in waitForConnection() local
/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
2871 IObbActionListener token, int nonce, ObbInfo obbInfo) { in mountObb()
2888 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