summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-01Encryption: try wrapped key if the first time decryption failsbigbiff bigbiff2-5/+5
2019-09-01ext4crypt: change to upgrade key if export failsPeter Cai3-9/+27
2019-09-01ext4crypt: support wrappedkey for FBEPeter Cai8-6/+163
2019-05-24Switch between dependencies and modulesEthan Yonker2-3/+15
2019-05-24ext4crypt: support synthetic keys v3 on May updatePeter Cai3-13/+55
2019-04-23ext4crypt: add missing cflagcodeworkx1-1/+5
2019-03-20Update FDE decrypt to pie from CAFEthan Yonker10-1723/+1982
2019-02-02vold_decrypt: Add android 9.0 supportnijel86-31/+362
2019-01-17Add metadata decrypt support for FBEEthan Yonker5-5/+301
2018-12-25vold_decrypt: use ANDROID_ROOT for additional compatibilityCaptain Throwback1-10/+10
2018-08-31Decrypt FBE on 9.0 (backwards compatible)Ethan Yonker18-45/+2610
2018-05-25Enable arm64 neon scrypt implementationLogan Chien1-1/+1
2018-05-25TWRP: vold_crypto: Allow custom strace pathnailyk-fr1-0/+6
2018-05-25vold_decrypt: Code cleanupnkk711-44/+71
2018-04-22external/scrypt: use proper nativehelper headersSteven Moreland1-1/+1
2018-04-22scrypt doesn't need <machine/cpu-features.h>.Elliott Hughes2-3/+1
2018-04-22scrypt: Don't hardcode gtest path.Dan Albert1-3/+1
2018-03-09FBE: Decrypt spblob v2 (February security patch)Ethan Yonker1-165/+319
2018-01-04Add spblob decrypt for secdis method (Pixel 1 non-weaver)Ethan Yonker4-64/+326
2017-12-26ext4crypt: keymaster: fix missing includecodeworkx1-0/+1
2017-11-29Better compatibility across 8.0.0 treesEthan Yonker1-4/+11
2017-11-28vold_decrypt: FDE Keymaster 3.0 supportnkk716-298/+901
2017-11-28FBE for Pixel 2Ethan Yonker15-47/+2154
2017-08-25DO NOT MERGE Android 8.0 stuffEthan Yonker1-1/+1
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