OSDN Git Service

[HACK] Adding e4crypt support
authorPaul Lawrence <paullawrence@google.com>
Wed, 25 Feb 2015 23:11:13 +0000 (15:11 -0800)
committerJP Abgrall <jpa@google.com>
Wed, 25 Mar 2015 23:35:11 +0000 (23:35 +0000)
commitbaafbdc3b943936eba2a33f28954a9181988a8c0
tree3c5834ba1b365ad57023e73ad7d347b1f79cc4b3
parent26f464164d400c5a1db8ee6fe4991d388b85481a
[HACK] Adding e4crypt support

This is a dirty hack requiring a lot of clean up.
Needed to allow other parts to make progress.

Add e4crypt functions to libext4_utils
Add e4crypt command line tool

Change-Id: Iac5ae75e7f39cccc87701faf1f590e44f5209c0e
ext4_utils/Android.mk
ext4_utils/e4crypt_static.c [new file with mode: 0644]
ext4_utils/ext2fs/ext2_fs.h [new file with mode: 0644]
ext4_utils/ext2fs/ext2_types.h [new file with mode: 0644]
ext4_utils/ext4_crypt.cpp [new file with mode: 0644]
ext4_utils/ext4_crypt.h [new file with mode: 0644]
ext4_utils/ext4_crypt_init_extensions.cpp [new file with mode: 0644]