Jason A. Donenfeld
|
578bdaabd0
crypto: speck - remove Speck
|
7 years ago |
Eric Biggers
|
e1cc40e5d4
fscrypt: log the crypto algorithm implementations
|
7 years ago |
Eric Biggers
|
12d28f7955
fscrypt: add Speck128/256 support
|
7 years ago |
Eric Biggers
|
646b7d4f2c
fscrypt: only derive the needed portion of the key
|
7 years ago |
Eric Biggers
|
590f497d08
fscrypt: separate key lookup from key derivation
|
7 years ago |
Eric Biggers
|
544d08fde2
fscrypt: use a common logging function
|
7 years ago |
Eric Biggers
|
11b8818ec0
fscrypt: remove internal key size constants
|
7 years ago |
Eric Biggers
|
1086c80c4d
fscrypt: remove unnecessary check for non-logon key type
|
7 years ago |
Eric Biggers
|
101c97a3e6
fscrypt: don't clear flags on crypto transform
|
7 years ago |
Eric Biggers
|
9919479b83
fscrypt: remove unnecessary NULL check when allocating skcipher
|
7 years ago |
Eric Biggers
|
3d204e24d4
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
|
7 years ago |
Eric Biggers
|
a575784c6c
fscrypt: trim down fscrypt.h includes
|
7 years ago |
Linus Torvalds
|
32190f0afb
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
|
7 years ago |
Linus Torvalds
|
37dc79565c
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
7 years ago |
Ingo Molnar
|
8c5db92a70
Merge branch 'linus' into locking/core, to resolve conflicts
|
8 years ago |
Gilad Ben-Yossef
|
d0082e1a7c
fscrypt: move to generic async completion
|
8 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
Mark Rutland
|
6aa7de0591
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
|
8 years ago |
Eric Biggers
|
e0428a266d
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
|
8 years ago |
Eric Biggers
|
d60b5b7854
fscrypt: fix dereference of NULL user_key_payload
|
8 years ago |
Daniel Walter
|
b7e7cf7a66
fscrypt: add support for AES-128-CBC
|
8 years ago |
Eric Biggers
|
cd39e4bac1
fscrypt: remove unnecessary checks for NULL operations
|
8 years ago |
Linus Torvalds
|
a643f9054c
Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
|
8 years ago |
Eric Biggers
|
1b53cf9815
fscrypt: remove broken support for detecting keyring key revocation
|
8 years ago |
David Howells
|
0837e49ab3
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
|
8 years ago |
Colin Ian King
|
02680b31a0
fscrypt: remove redundant assignment of res
|
8 years ago |
Eric Biggers
|
a5d431eff2
fscrypt: make fscrypt_operations.key_prefix a string
|
8 years ago |
Theodore Ts'o
|
5bbdcbbb39
fscrypt: make test_dummy_encryption require a keyring key
|
8 years ago |
Theodore Ts'o
|
fe4f6c801c
fscrypt: fix the test_dummy_encryption mount option
|
8 years ago |
David Gstir
|
f32d7ac20a
fscrypt: Delay bounce page pool allocation until needed
|
8 years ago |