index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
crypto: aead - Add multiple algorithm registration interface
Herbert Xu
2015-06-03
1
-0
/
+29
*
|
|
crypto: aead - Ignore return value from crypto_unregister_alg
Herbert Xu
2015-06-03
1
-2
/
+2
*
|
|
crypto: api - Include alignment in crypto_alg_extsize
Herbert Xu
2015-06-03
1
-1
/
+2
*
|
|
crypto: aead - Add type-safe init/exit functions
Herbert Xu
2015-06-03
1
-0
/
+14
*
|
|
Revert "crypto: algif_aead - Disable AEAD user-space for now"
Herbert Xu
2015-06-03
1
-0
/
+9
*
|
|
crypto: jitterentropy - remove timekeeping_valid_for_hres
Stephan Mueller
2015-05-28
1
-3
/
+0
*
|
|
crypto: algif_aead - Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-58
/
+8
*
|
|
crypto: tcrypt - Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-8
/
+7
*
|
|
crypto: testmgr - Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-39
/
+48
*
|
|
crypto: seqiv - Fix module unload/reload crash
Herbert Xu
2015-05-28
1
-0
/
+1
*
|
|
crypto: seqiv - Fix IV size in context size calculation
Herbert Xu
2015-05-28
1
-1
/
+1
*
|
|
crypto: seqiv - Use common IV generation code
Herbert Xu
2015-05-28
1
-56
/
+36
*
|
|
crypto: seqiv - Copy AD along with plain/cipher text
Herbert Xu
2015-05-28
1
-27
/
+6
*
|
|
crypto: echainiv - Fix IV size in context size calculation
Herbert Xu
2015-05-28
1
-1
/
+1
*
|
|
crypto: echainiv - Use common IV generation code
Herbert Xu
2015-05-28
1
-212
/
+18
*
|
|
crypto: echainiv - Copy AD along with plain text
Herbert Xu
2015-05-28
1
-8
/
+2
*
|
|
crypto: aead - Add common IV generation code
Herbert Xu
2015-05-28
1
-3
/
+202
*
|
|
crypto: aead - Preserve in-place processing in old_crypt
Herbert Xu
2015-05-28
1
-1
/
+2
*
|
|
crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd
Herbert Xu
2015-05-28
1
-0
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2015-05-28
2
-14
/
+4
|
\
\
\
|
*
|
|
crypto: algif_aead - Disable AEAD user-space for now
Herbert Xu
2015-05-26
1
-9
/
+0
|
*
|
|
crypto: algif_aead - fix invalid sgl linking
Tadeusz Struk
2015-05-18
1
-5
/
+4
|
|
/
/
*
|
|
crypto: jitterentropy - add jitterentropy RNG
Stephan Mueller
2015-05-27
4
-0
/
+925
*
|
|
crypto: drbg - use Jitter RNG to obtain seed
Stephan Mueller
2015-05-27
1
-7
/
+45
*
|
|
crypto: drbg - add async seeding operation
Stephan Mueller
2015-05-27
1
-0
/
+24
*
|
|
crypto: drbg - prepare for async seeding
Stephan Mueller
2015-05-27
1
-27
/
+54
*
|
|
crypto: aead - Remove unused cryptoff parameter
Herbert Xu
2015-05-25
3
-10
/
+8
*
|
|
crypto: seqiv - Stop using cryptoff
Herbert Xu
2015-05-25
1
-67
/
+158
*
|
|
crypto: echainiv - Stop using cryptoff
Herbert Xu
2015-05-25
1
-12
/
+23
*
|
|
crypto: aead - Do not set cra_type for new style instances
Herbert Xu
2015-05-25
1
-3
/
+1
*
|
|
crypto: echainiv - Use aead_register_instance
Herbert Xu
2015-05-25
1
-19
/
+23
*
|
|
crypto: seqiv - Use aead_register_instance
Herbert Xu
2015-05-25
1
-56
/
+79
*
|
|
crypto: aead - Use tmpl->create
Herbert Xu
2015-05-25
1
-0
/
+8
*
|
|
crypto: skcipher - Use tmpl->create
Herbert Xu
2015-05-25
1
-0
/
+8
*
|
|
crypto: echainiv - echainiv_read_iv() can be static
Wu Fengguang
2015-05-25
1
-2
/
+2
*
|
|
crypto: pcrypt - Make tfm_count an atomic_t
Herbert Xu
2015-05-25
1
-4
/
+4
*
|
|
crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize
Herbert Xu
2015-05-25
1
-12
/
+3
*
|
|
crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.
Harald Freudenberger
2015-05-25
1
-1
/
+58
*
|
|
crypto: echainiv - Add encrypted chain IV generator
Herbert Xu
2015-05-22
3
-0
/
+542
*
|
|
crypto: seqiv - Add seqniv
Herbert Xu
2015-05-22
1
-1
/
+70
*
|
|
crypto: seqiv - Add support for new AEAD interface
Herbert Xu
2015-05-22
3
-47
/
+440
*
|
|
crypto: scatterwalk - Check for same address in map_and_copy
Herbert Xu
2015-05-22
1
-10
/
+6
*
|
|
crypto: gcm - Use default null skcipher
Herbert Xu
2015-05-22
1
-17
/
+6
*
|
|
crypto: null - Add default null skcipher
Herbert Xu
2015-05-22
1
-0
/
+39
*
|
|
crypto: aead - Add support for new AEAD implementations
Herbert Xu
2015-05-22
1
-15
/
+137
*
|
|
crypto: aead - Rename aead_alg to old_aead_alg
Herbert Xu
2015-05-22
1
-12
/
+13
*
|
|
crypto: aead - Add new interface with single SG list
Herbert Xu
2015-05-22
1
-2
/
+56
*
|
|
crypto: scatterwalk - Add scatterwalk_ffwd helper
Herbert Xu
2015-05-22
1
-0
/
+22
*
|
|
crypto: pcrypt - Use crypto_grab_aead
Herbert Xu
2015-05-22
1
-36
/
+35
*
|
|
crypto: cryptd - Use crypto_grab_aead
Herbert Xu
2015-05-22
1
-23
/
+37
[prev]
[next]