summaryrefslogtreecommitdiff
path: root/src/fscrypt-crypt-util.c
AgeCommit message (Expand)Author
2022-08-06fscrypt-crypt-util: add HCTR2 implementationNathan Huckleberry
2022-04-10fscrypt-crypt-util: add support for dumping key identifierEric Biggers
2022-04-10fscrypt-crypt-util: refactor get_key_and_iv()Eric Biggers
2022-04-10fscrypt-crypt-util: use an explicit --direct-key optionEric Biggers
2020-11-15fscrypt-crypt-util: fix maximum IV sizeEric Biggers
2020-10-11fscrypt-crypt-util: add --block-number optionEric Biggers
2020-10-11fscrypt-crypt-util: fix IV incrementing for --iv-ino-lblk-32Eric Biggers
2020-10-11fscrypt-crypt-util: clean up parsing --block-size and --inode-numberEric Biggers
2020-06-21generic: verify ciphertext of IV_INO_LBLK_32 encryption policiesEric Biggers
2020-01-03common/encrypt: support verifying ciphertext of IV_INO_LBLK_64 policiesEric Biggers
2020-01-03fscrypt-crypt-util: add HKDF context constantsEric Biggers
2020-01-03fscrypt-crypt-util: create key_and_iv_params structureEric Biggers
2019-10-26common/encrypt: support verifying ciphertext of v2 encryption policiesEric Biggers
2019-05-27fscrypt-crypt-util: add utility for reproducing fscrypt encrypted dataEric Biggers