summaryrefslogtreecommitdiff
path: root/fs/crypto/keysetup_v1.c
AgeCommit message (Expand)Author
2025-07-10fscrypt: Switch to sync_skcipher and on-stack requestsEric Biggers
2025-07-10fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECBEric Biggers
2025-07-10fscrypt: Don't use asynchronous CryptoAPI algorithmsEric Biggers
2025-07-04fscrypt: Don't use problematic non-inline crypto enginesEric Biggers
2025-04-08fscrypt: add support for hardware-wrapped keysEric Biggers
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-08fscrypt: rename fscrypt_info => fscrypt_inode_infoJosef Bacik
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers
2023-09-15fscrypt: Do not include crypto/algapi.hHerbert Xu
2022-09-21fscrypt: stop holding extra request_queue referencesEric Biggers
2020-09-22fscrypt: stop pretending that key setup is nofs-safeEric Biggers
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-20fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-01-22fscrypt: clarify what is meant by a per-file keyEric Biggers
2019-12-31fscrypt: check for appropriate use of DIRECT_KEY flag earlierEric Biggers
2019-10-21fscrypt: invoke crypto API for ESSIV handlingEric Biggers
2019-08-12fscrypt: v2 encryption policy supportEric Biggers
2019-08-12fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers