Searched refs:encryptedBundle (Results 1 – 3 of 3) sorted by relevance
69 Bundle encryptedBundle = new Bundle(); in encryptBundle() local70 encryptedBundle.putByteArray(KEY_CIPHER, encryptedBytes); in encryptBundle()71 encryptedBundle.putByteArray(KEY_MAC, mac); in encryptBundle()72 encryptedBundle.putByteArray(KEY_IV, iv); in encryptBundle()74 return encryptedBundle; in encryptBundle()
3478 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult() local3479 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, encryptedBundle); in onResult()
3115 Bundle encryptedBundle = null; in encryptBundleWithCryptoHelper() local3118 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()3122 return encryptedBundle; in encryptBundleWithCryptoHelper()