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
...
|
*
|
X.509: parse public key parameters from x509 for akcipher
Vitaly Chikunov
2019-04-18
6
-21
/
+122
|
*
|
KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
Vitaly Chikunov
2019-04-18
2
-17
/
+2
|
*
|
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
2019-04-18
4
-78
/
+69
|
*
|
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
2019-04-18
2
-111
/
+2
|
*
|
crypto: akcipher - default implementations for request callbacks
Vitaly Chikunov
2019-04-18
1
-0
/
+14
|
*
|
crypto: des_generic - Forbid 2-key in 3DES and add helpers
Herbert Xu
2019-04-18
1
-7
/
+4
|
*
|
crypto: salsa20 - don't access already-freed walk.iv
Eric Biggers
2019-04-18
1
-1
/
+1
|
*
|
crypto: lrw - don't access already-freed walk.iv
Eric Biggers
2019-04-18
1
-1
/
+3
|
*
|
crypto: testmgr - add panic_on_fail module parameter
Eric Biggers
2019-04-08
1
-2
/
+6
|
*
|
crypto: cts - don't support empty messages
Eric Biggers
2019-04-08
1
-7
/
+11
|
*
|
crypto: streebog - fix unaligned memory accesses
Eric Biggers
2019-04-08
1
-12
/
+13
|
*
|
crypto: chacha20poly1305 - set cra_name correctly
Eric Biggers
2019-04-08
1
-2
/
+2
|
*
|
crypto: skcipher - don't WARN on unprocessed data after slow walk step
Eric Biggers
2019-04-08
1
-2
/
+7
|
*
|
crypto: crct10dif-generic - fix use via crypto_shash_digest()
Eric Biggers
2019-04-08
1
-7
/
+4
|
*
|
crypto: aes - Use ___cacheline_aligned for aes data
Andi Kleen
2019-04-08
1
-4
/
+4
|
*
|
crypto: scompress - Use per-CPU struct instead multiple variables
Sebastian Andrzej Siewior
2019-04-08
1
-71
/
+54
|
*
|
crypto: scompress - return proper error code for allocation failure
Sebastian Andrzej Siewior
2019-04-08
1
-1
/
+3
|
*
|
crypto: fips - Grammar s/options/option/, s/to/the/
Geert Uytterhoeven
2019-03-28
1
-2
/
+2
|
*
|
crypto: Kconfig - fix typos AEGSI -> AEGIS
Ondrej Mosnacek
2019-03-22
1
-3
/
+3
|
*
|
crypto: salsa20-generic - use crypto_xor_cpy()
Eric Biggers
2019-03-22
1
-5
/
+4
|
*
|
crypto: chacha-generic - use crypto_xor_cpy()
Eric Biggers
2019-03-22
1
-5
/
+3
|
*
|
crypto: testmgr - test the !may_use_simd() fallback code
Eric Biggers
2019-03-22
1
-24
/
+92
|
*
|
crypto: simd - convert to use crypto_simd_usable()
Eric Biggers
2019-03-22
1
-4
/
+4
|
*
|
crypto: simd,testmgr - introduce crypto_simd_usable()
Eric Biggers
2019-03-22
1
-1
/
+25
|
*
|
crypto: chacha-generic - fix use as arm64 no-NEON fallback
Eric Biggers
2019-03-22
1
-1
/
+1
|
*
|
crypto: testmgr - remove workaround for AEADs that modify aead_request
Eric Biggers
2019-03-22
1
-3
/
+0
|
*
|
crypto: x86/morus1280 - convert to use AEAD SIMD helpers
Eric Biggers
2019-03-22
1
-1
/
+1
|
*
|
crypto: x86/morus640 - convert to use AEAD SIMD helpers
Eric Biggers
2019-03-22
1
-1
/
+1
|
*
|
crypto: x86/aegis256 - convert to use AEAD SIMD helpers
Eric Biggers
2019-03-22
1
-1
/
+1
|
*
|
crypto: x86/aegis128l - convert to use AEAD SIMD helpers
Eric Biggers
2019-03-22
1
-1
/
+1
|
*
|
crypto: x86/aegis128 - convert to use AEAD SIMD helpers
Eric Biggers
2019-03-22
1
-1
/
+1
|
*
|
crypto: simd - support wrapping AEAD algorithms
Eric Biggers
2019-03-22
1
-0
/
+269
*
|
|
crypto: lrw - Fix atomic sleep when walking skcipher
Herbert Xu
2019-04-18
1
-1
/
+5
*
|
|
crypto: xts - Fix atomic sleep when walking skcipher
Herbert Xu
2019-04-18
1
-1
/
+5
|
|
/
|
/
|
*
|
crypto: x86/poly1305 - fix overflow during partial reduction
Eric Biggers
2019-04-08
1
-1
/
+43
|
/
*
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
2019-03-08
3
-3
/
+178
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-03-05
33
-8975
/
+6499
|
\
|
*
crypto: af_alg - use struct_size() in sock_kfree_s()
Gustavo A. R. Silva
2019-02-28
1
-2
/
+1
|
*
crypto: adiantum - add 1536 and 4096-byte test vectors
Eric Biggers
2019-02-22
1
-0
/
+2860
|
*
crypto: nhpoly1305 - add a test vector with len % 16 != 0
Eric Biggers
2019-02-22
1
-0
/
+144
|
*
crypto: testmgr - add iv_out to all CTR test vectors
Eric Biggers
2019-02-22
1
-0
/
+45
|
*
crypto: testmgr - add iv_out to all CBC test vectors
Eric Biggers
2019-02-22
1
-0
/
+48
|
*
crypto: testmgr - support checking skcipher output IV
Eric Biggers
2019-02-22
2
-7
/
+11
|
*
crypto: testmgr - remove extra bytes from 3DES-CTR IVs
Eric Biggers
2019-02-22
1
-4
/
+2
|
*
crypto: export arc4 defines
Iuliana Prodan
2019-02-15
1
-4
/
+1
|
*
crypto: testmgr - check for aead_request corruption
Eric Biggers
2019-02-08
1
-0
/
+44
|
*
crypto: testmgr - check for skcipher_request corruption
Eric Biggers
2019-02-08
1
-0
/
+41
|
*
crypto: testmgr - convert hash testing to use testvec_configs
Eric Biggers
2019-02-08
2
-550
/
+352
|
*
crypto: testmgr - convert aead testing to use testvec_configs
Eric Biggers
2019-02-08
2
-475
/
+185
|
*
crypto: testmgr - convert skcipher testing to use testvec_configs
Eric Biggers
2019-02-08
2
-523
/
+245
[prev]
[next]