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()
3652 Bundle encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in onResult() local3653 result.putBundle(AccountManager.KEY_ACCOUNT_SESSION_BUNDLE, encryptedBundle); in onResult()
3386 Bundle encryptedBundle = null; in encryptBundleWithCryptoHelper() local3389 encryptedBundle = cryptoHelper.encryptBundle(sessionBundle); in encryptBundleWithCryptoHelper()3393 return encryptedBundle; in encryptBundleWithCryptoHelper()