summaryrefslogtreecommitdiff
path: root/KeyUtil.cpp
AgeCommit message (Expand)Author
2023-12-05vold: remove session keyring workaround for old kernelsEric Biggers
2023-10-06Revert "fskeyring & userspace reboot: support CE keys"Eric Biggers
2023-08-11Revert "Introduce ro.crypto.uses_fs_ioc_add_encryption_key property"Eric Biggers
2023-02-23Clean up potential busy files after key eviction.Nathan Huckleberry
2021-11-08Improve vold logging.David Anderson
2021-06-15No using inside header filesPaul Crowley
2021-03-15KeyStorage: improve logging for key generationEric Biggers
2020-11-05KeyStorage: rework key upgrade handlingEric Biggers
2020-07-17Merge "KeyUtil: use static local variable in isFsKeyringSupported()"Eric Biggers
2020-07-16vold: drop local fscrypt UAPI definitionsEric Biggers
2020-07-16KeyUtil: use static local variable in isFsKeyringSupported()Eric Biggers
2020-04-21Introduce ro.crypto.uses_fs_ioc_add_encryption_key propertyNikita Ioffe
2020-03-11fskeyring & userspace reboot: support CE keysNikita Ioffe
2020-02-18Refactor: make makeGen localPaul Crowley
2020-02-14Refactor key generation to handle both normal and metadata encryption.Paul Crowley
2020-02-12vold: Support Storage keys for FBEBarani Muthukumaran
2020-01-28Refactor to use EncryptionPolicy everywhere we used to use raw_refPaul Crowley
2019-12-17Clean up providing key via old APIEric Biggers
2019-12-16Use <linux/fscrypt.h> from BionicEric Biggers
2019-10-04vold: support v2 encryption policiesEric Biggers
2019-09-30vold: use new ioctls to add/remove fscrypt keys when supportedEric Biggers
2018-12-14Add Support for metadata key with rollbackDaniel Rosenberg
2018-10-25vold: get the fscrypt kernel API declarations from linux/fs.hEric Biggers
2018-10-25vold: rename from "ext4 encryption" to fscryptEric Biggers
2018-09-18clang-format many files.Paul Crowley
2017-10-26When we forget a volume, forget per-volume keyPaul Crowley
2017-09-11Fix keyname generation issueChen, Luhai
2017-08-10Zero memory used for encryuption keys.Pavel Grafov
2017-06-20Label keys with all the possible FBE prefixes that might applyPaul Crowley
2017-05-10Switch to libkeyutils.Elliott Hughes
2017-04-28Revert "Revert "Stop dropping caches now we have kernel fix""Daniel Rosenberg
2017-04-21Add support for metadata encryptionPaul Crowley
2017-04-21Refactor to lay the groundwork for metadata encryptionPaul Crowley