summaryrefslogtreecommitdiff
path: root/libfscrypt
AgeCommit message (Expand)Author
2024-02-02Migrate Test Targets to New Android Ownership ModelAditya Choudhary
2024-01-25Use fscrypt_policy_v2 from <linux/fscrypt.h>Eric Biggers
2024-01-04libfscrypt: add support for specifying 4K data unitsEric Biggers
2023-11-28libfscrypt: don't link to libkeyutilsEric Biggers
2023-03-03fscrypt_test: add test for parsing of "aes-256-hctr2"Eric Biggers
2022-11-18Remove unnecessary HCTR2 macro in libfscryptNathan Huckleberry
2022-08-31Add HCTR2 as an allowed mode for filename encryptionNathan Huckleberry
2022-06-15Rename fscrypt_is_native() to IsFbeEnabled()Eric Biggers
2021-07-23Make libfs_mgr dependencies vendor_ramdisk_available.David Anderson
2021-06-14Add ramdisk_available to init_first_stage's depsInseob Kim
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/extras"Bob Badour
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
2020-10-26libfscrypt: format filesThiƩbaud Weksteen
2020-08-10libfscrypt: use __ANDROID_API_Q__ instead of pre_gki_levelEric Biggers
2020-07-16libfscrypt: drop a local UAPI definitionEric Biggers
2020-05-21Add emmc_optimized flagPaul Crowley
2020-03-04libfscrypt: Add == and != operators for EncryptionPolicy/OptionsNikita Ioffe
2020-02-19fscrypt option parsing depends on ro.product.first_api_levelPaul Crowley
2020-02-03libfscrypt: Support hardware wrapped keysBarani Muthukumaran
2019-12-16libfscrypt: Use <linux/fscrypt.h> from BionicEric Biggers
2019-10-29libfscrypt: Export FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64Paul Crowley
2019-10-28libfscrypt: Support inlinecrypt_optimized flagPaul Crowley
2019-10-28libfscrypt: Infer flags at parse time and include in options structPaul Crowley
2019-10-28libfscrypt: No need for parts-parsing any more, integrate code.Paul Crowley
2019-10-28libfscrypt: Options parser now fills missing defaultsPaul Crowley
2019-10-28libfscrypt: Log which version of policy we set.Paul Crowley
2019-10-24Provide struct-based C++ interfacePaul Crowley
2019-09-30libfscrypt: support setting v2 encryption policiesEric Biggers
2019-09-25Update system/extras for logwrapperTom Cherry
2019-09-13Add a per-boot-key policy referencePaul Crowley
2019-09-05libfscrypt: simplify fscrypt_policy_ensure()Eric Biggers
2019-09-05libfscrypt: remove some hardcoded definitionsEric Biggers
2019-08-26Move fscrypt_init_extensions into system/corePaul Crowley
2019-08-25If the rollback directories won't encrypt, wipe themPaul Crowley
2019-08-02libfscrypt: Remove an unused variableVic Yang
2019-03-12Rename data/pkg_staging to data/app-stagingGavin Corkery
2019-02-25libfscrypt: Do not encrypt the "gsi" folder.David Anderson
2019-02-20Rename /data/staging to /data/pkg_staging.Dario Freni
2019-01-15Add /data/staging to directories that shouldn't be encrypted.Martijn Coenen
2018-12-20Add /data/preloads to directories that don't need to be encrypted.LongPing.WEI
2018-12-11libfscrypt: Add Adiantum supportGreg Kaiser
2018-12-11Fix performance-for-range-copy warningsChih-Hung Hsieh
2018-10-25libfscrypt: get the fscrypt kernel API declarations from linux/fs.hEric Biggers
2018-10-25Refactor "ext4 encryption" code into libfscryptEric Biggers