summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-23cryptfs: Remove dm-crypt device on failed table loadnkk711-0/+14
2017-03-06vold_decrypt: Add back missing xml and get rid of compiler warningnkk711-5/+4
2017-03-06crypto: Use system's vold for decryptionnkk715-0/+736
2017-02-19cryptfs: Fix encryption issue due to stack corruption.nijel81-2/+2
2017-01-21Try mounting different filesystems during decryptionJames Christopher Adduono1-1/+16
2016-12-13Support backup/restore of FBE policiesEthan Yonker7-5/+348
2016-12-13Support File Based EncryptionEthan Yonker16-0/+2114
2016-08-10recovery: allow usage of TARGET_CRYPTFS_HW_PATHmaxwen1-2/+10
2016-05-17crypto: remove redundant convert_key_to_hex_ascii callCaptain Throwback1-2/+2
2016-04-28Fix decrypt of odd number length PIN on hardware cryptoEthan Yonker1-2/+2
2016-02-17Restore some old decrypt functionalityEthan Yonker1-5/+66
2016-02-16cryptfs: major overhaul and cleanupSultan Qasim Khan1-575/+32
2016-01-25Adopted Storage supportEthan Yonker2-1/+47
2016-01-19Update qcom hardware crypto codeEthan Yonker2-51/+206
2015-12-22Fix CLANG error in cryptfs.cEthan Yonker1-1/+1
2015-05-15Support Qualcomm hardware decryptDees Troy3-14/+177
2015-01-05crypto: remove unused libs and clean up makefilethat1-41/+2
2014-12-21Allow non datamedia devices to wipe encryptionEthan Yonker2-1/+2
2014-12-18Fix include paths in cryptoEthan Yonker2-3/+3
2014-12-12Fixes for compiling crypto in older treesDees Troy3-18/+3
2014-12-10crypto: fix build in < 5.0 treethat2-1/+3
2014-12-04Reduce libs needed for decrypt and clean up old decypt filesEthan Yonker34-8281/+53
2014-11-18Tweak 5.0 L decryptEthan Yonker1-7/+7
2014-11-17Make libmincrypttwrp a shared libraryEthan Yonker1-2/+2
2014-11-12Add lollipop decrypt supportEthan Yonker3-0/+3903
2014-11-08Fix potential tree conflicts with scryptEthan Yonker2-2/+2
2014-11-06Recovery: Fix my-dir must be called before including any other makefileRob1-2/+1
2014-11-04Fix some module tagsMatt Mower2-7/+5
2014-11-03Remove dependence on build hax in makefilesMatt Mower1-2/+0
2014-09-03Build block TWRP with RECOVERY_VARIANTMatt Mower4-5/+10
2014-02-26Check crypto footer before offering to decryptEthan Yonker4-2/+45
2013-12-19crypto: Fix crypto dependencies for ICS/Samsung methodsOliverG964-7/+14
2013-11-11Add getfooter tool for crypto debuggingDees Troy2-0/+234
2013-11-10Update decrypt for 4.4Dees Troy39-477/+5748
2013-08-23Fix AOSP decrypt when TouchWiz code is presentDees_Troy2-7/+11
2013-08-11Fix conflict with getline in 4.3 treeDees_Troy1-3/+3
2013-07-03Add additional build variable checks to Android.mk filesTrevor Drake5-6/+11
2013-04-18Fix CFLAGS for Samsung decryptDees_Troy1-0/+12
2013-04-04Move all AOSP code out of recovery binaryDees_Troy2-0/+27
2013-03-30Add partition list GUI elementDees_Troy2-2/+2
2013-01-10More Samsung sdcard crypto fixesDees_Troy2-19/+19
2013-01-09Improve remounting sdcard with ecryptfsDees_Troy1-9/+7
2013-01-08Add Samsung TouchWiz decryptiona39552697-658/+542
2012-11-19Workaround for crypto quirk on Nexus 10Dees_Troy1-1/+1
2012-09-21Fix special partition handlingDees_Troy1-27/+27
2012-09-05TWRP-ify AOSP codeDees_Troy11-0/+3418