Searched refs:encryptedBundle (Results 1 – 3 of 3) sorted by relevance
70 Bundle encryptedBundle = new Bundle(); in encryptBundle() local71 encryptedBundle.putByteArray(KEY_CIPHER, encryptedBytes); in encryptBundle()72 encryptedBundle.putByteArray(KEY_MAC, mac); in encryptBundle()73 encryptedBundle.putByteArray(KEY_IV, iv); in encryptBundle()75 return encryptedBundle; in encryptBundle()
3712 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult() local3713 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, encryptedBundle); in onResult()
3497 Bundle encryptedBundle = null; in encryptBundleWithCryptoHelper() local3500 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()3504 return encryptedBundle; in encryptBundleWithCryptoHelper()