index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: shash - remove useless setting of type flags
Eric Biggers
2018-07-08
16
-25
/
+0
*
crypto: sha512_generic - add cra_priority
Eric Biggers
2018-07-08
1
-0
/
+2
*
crypto: sha256_generic - add cra_priority
Eric Biggers
2018-07-08
1
-0
/
+2
*
crypto: sha1_generic - add cra_priority
Eric Biggers
2018-07-08
1
-0
/
+1
*
crypto: dh - add public key verification test
Stephan Mueller
2018-07-08
2
-6
/
+75
*
crypto: skcipher - Fix -Wstringop-truncation warnings
Stafford Horne
2018-07-08
2
-0
/
+3
*
crypto: ecdh - add public key verification test
Stephan Mueller
2018-07-08
2
-8
/
+56
*
crypto: skcipher - remove the exporting of skcipher_walk_next
Denis Efremov
2018-07-01
1
-1
/
+0
*
crypto: vmac - remove insecure version with hardcoded nonce
Eric Biggers
2018-07-01
4
-186
/
+8
*
crypto: vmac - add nonced version with big endian digest
Eric Biggers
2018-07-01
3
-18
/
+273
*
crypto: vmac - separate tfm and request context
Eric Biggers
2018-07-01
1
-227
/
+181
*
crypto: vmac - require a block cipher with 128-bit block size
Eric Biggers
2018-07-01
1
-0
/
+4
*
crypto: aegis - fix indentation of a statement
Colin Ian King
2018-06-22
1
-1
/
+1
*
crypto: sha512_generic - add a sha384 0-length pre-computed hash
Antoine Tenart
2018-06-22
1
-0
/
+10
*
crypto: sha512_generic - add a sha512 0-length pre-computed hash
Antoine Tenart
2018-06-22
1
-0
/
+12
*
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
2
-2
/
+2
*
treewide: Use array_size() in sock_kmalloc()
Kees Cook
2018-06-13
2
-3
/
+4
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+2
*
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-07
1
-2
/
+2
|
\
|
*
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2018-06-06
1
-2
/
+2
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-06-06
28
-11945
/
+10639
|
\
\
|
*
|
crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"
Eric Biggers
2018-05-30
1
-7
/
+13
|
*
|
crypto: x86/salsa20 - remove x86 salsa20 implementations
Eric Biggers
2018-05-30
1
-28
/
+0
|
*
|
crypto: morus - Mark MORUS SIMD glue as x86-specific
Ondrej Mosnacek
2018-05-30
4
-604
/
+4
|
*
|
crypto: testmgr - eliminate redundant decryption test vectors
Eric Biggers
2018-05-30
2
-11723
/
+919
|
*
|
crypto: testmgr - add extra kw(aes) encryption test vector
Eric Biggers
2018-05-30
1
-0
/
+13
|
*
|
crypto: testmgr - add extra ecb(tnepres) encryption test vectors
Eric Biggers
2018-05-30
1
-1
/
+39
|
*
|
crypto: testmgr - make an cbc(des) encryption test vector chunked
Eric Biggers
2018-05-30
1
-0
/
+3
|
*
|
crypto: testmgr - add extra ecb(des) encryption test vectors
Eric Biggers
2018-05-30
1
-0
/
+22
|
*
|
crypto: testmgr - add more unkeyed crc32 and crc32c test vectors
Eric Biggers
2018-05-26
1
-0
/
+14
|
*
|
crypto: testmgr - fix testing OPTIONAL_KEY hash algorithms
Eric Biggers
2018-05-26
1
-7
/
+43
|
*
|
crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors
Eric Biggers
2018-05-26
3
-98
/
+0
|
*
|
crypto: crc32-generic - remove __crc32_le()
Eric Biggers
2018-05-26
1
-8
/
+2
|
*
|
crypto: crc32c-generic - remove cra_alignmask
Eric Biggers
2018-05-26
1
-4
/
+4
|
*
|
crypto: crc32-generic - use unaligned access macros when needed
Eric Biggers
2018-05-26
1
-3
/
+4
|
*
|
crypto: x86 - Add optimized MORUS implementations
Ondrej Mosnacek
2018-05-18
1
-0
/
+26
|
*
|
crypto: morus - Add common SIMD glue code for MORUS
Ondrej Mosnacek
2018-05-18
4
-0
/
+618
|
*
|
crypto: testmgr - Add test vectors for MORUS
Ondrej Mosnacek
2018-05-18
2
-0
/
+3418
|
*
|
crypto: morus - Add generic MORUS AEAD implementations
Ondrej Mosnacek
2018-05-18
4
-0
/
+1107
|
*
|
crypto: x86 - Add optimized AEGIS implementations
Ondrej Mosnacek
2018-05-18
1
-0
/
+24
|
*
|
crypto: testmgr - Add test vectors for AEGIS
Ondrej Mosnacek
2018-05-18
2
-0
/
+2862
|
*
|
crypto: aegis - Add generic AEGIS AEAD implementations
Ondrej Mosnacek
2018-05-18
6
-0
/
+1572
|
*
|
crypto: testmgr - reorder paes test lexicographically
Gilad Ben-Yossef
2018-05-18
1
-22
/
+22
|
*
|
crypto: tcrypt - Remove VLA usage
Kees Cook
2018-05-05
1
-39
/
+79
|
*
|
crypto: sm4 - export encrypt/decrypt routines to other drivers
Ard Biesheuvel
2018-05-05
1
-4
/
+6
|
*
|
crypto: ccree - enable support for hardware keys
Gilad Ben-Yossef
2018-05-05
1
-0
/
+43
|
*
|
crypto: rsa - Remove unneeded error assignment
Fabio Estevam
2018-04-20
1
-1
/
+0
|
*
|
crypto: testmgr - Allow different compression results
Mahipal Challa
2018-04-20
1
-13
/
+37
|
*
|
crypto: remove several VLAs
Salvatore Mesoraca
2018-04-20
5
-11
/
+13
|
*
|
crypto: api - laying defines and checks for statically allocated buffers
Salvatore Mesoraca
2018-04-20
1
-0
/
+10
[next]