index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
crypto: testmgr - Use new skcipher interface
Herbert Xu
2015-08-21
1
-29
/
+32
*
|
crypto: skcipher - Add top-level skcipher interface
Herbert Xu
2015-08-21
2
-0
/
+246
*
|
crypto: cmac - allow usage in FIPS mode
Stephan Mueller
2015-08-19
1
-0
/
+2
*
|
crypto: null - Add missing Kconfig tristate for NULL2
Herbert Xu
2015-08-17
1
-0
/
+1
*
|
crypto: null - Use NULL2 in Makefile
Herbert Xu
2015-08-17
1
-1
/
+1
*
|
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
2015-08-17
10
-45
/
+16
*
|
crypto: aead - Remove old AEAD interfaces
Herbert Xu
2015-08-17
1
-597
/
+9
*
|
crypto: cryptd - Remove reference to crypto_aead_crt
Herbert Xu
2015-08-17
1
-2
/
+2
*
|
crypto: echainiv - Use generic geniv init/exit helpers
Herbert Xu
2015-08-17
1
-63
/
+7
*
|
crypto: seqiv - Use generic geniv init/exit helpers
Herbert Xu
2015-08-17
1
-68
/
+7
*
|
crypto: aead - Add type-safe geniv init/exit helpers
Herbert Xu
2015-08-17
2
-3
/
+63
*
|
crypto: echainiv - Remove AEAD compatibility code
Herbert Xu
2015-08-17
1
-4
/
+0
*
|
crypto: seqiv - Remove AEAD compatibility code
Herbert Xu
2015-08-17
1
-127
/
+0
*
|
crypto: seqiv - Remove seqniv
Herbert Xu
2015-08-17
1
-244
/
+1
*
|
crypto: user - Remove crypto_lookup_aead call
Herbert Xu
2015-08-17
1
-32
/
+0
*
|
crypto: algboss - Remove reference to nivaead
Herbert Xu
2015-08-17
1
-7
/
+5
*
|
crypto: authencesn - Convert to new AEAD interface
Herbert Xu
2015-08-10
1
-498
/
+222
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2015-08-10
1
-32
/
+12
|
\
\
|
*
|
crypto: authencesn - Fix breakage with new ESP code
Herbert Xu
2015-08-10
1
-32
/
+12
|
|
/
*
|
crypto: authenc - Add Kconfig dependency on CRYPTO_NULL
Herbert Xu
2015-08-05
1
-0
/
+1
*
|
crypto: testmgr - Reenable authenc tests
Herbert Xu
2015-08-04
1
-13
/
+13
*
|
crypto: authenc - Convert to new AEAD interface
Herbert Xu
2015-08-04
1
-401
/
+183
*
|
crypto: testmgr - Disable authenc test and convert test vectors
Herbert Xu
2015-08-04
2
-39
/
+109
*
|
crypto: jitterentropy - use safe format string parameters
Kees Cook
2015-07-28
1
-1
/
+1
*
|
crypto: rsa - fix invalid check for keylen in fips mode
Tadeusz Struk
2015-07-21
1
-2
/
+2
*
|
crypto: poly1305 - Add a four block AVX2 variant for x86_64
Martin Willi
2015-07-17
1
-1
/
+1
*
|
crypto: poly1305 - Add a SSE2 SIMD variant for x86_64
Martin Willi
2015-07-17
1
-0
/
+12
*
|
crypto: poly1305 - Export common Poly1305 helpers
Martin Willi
2015-07-17
2
-41
/
+36
*
|
crypto: testmgr - Add a longer ChaCha20 test vector
Martin Willi
2015-07-17
1
-1
/
+333
*
|
crypto: chacha20 - Add an eight block AVX2 variant for x86_64
Martin Willi
2015-07-17
1
-1
/
+1
*
|
crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64
Martin Willi
2015-07-17
1
-0
/
+15
*
|
crypto: chacha20 - Export common ChaCha20 helpers
Martin Willi
2015-07-17
2
-18
/
+13
*
|
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
Martin Willi
2015-07-17
2
-0
/
+35
*
|
crypto: chacha20poly1305 - Convert to new AEAD interface
Herbert Xu
2015-07-17
2
-90
/
+133
*
|
crypto: rsa - limit supported key lengths
Tadeusz Struk
2015-07-17
1
-1
/
+25
*
|
crypto: testmgr - Reenable rfc4309 test
Herbert Xu
2015-07-17
1
-1
/
+1
*
|
crypto: ccm - Convert to new AEAD interface
Herbert Xu
2015-07-17
1
-164
/
+224
*
|
crypto: testmgr - Disable rfc4309 test and convert test vectors
Herbert Xu
2015-07-17
2
-219
/
+1413
*
|
crypto: testmgr - Reenable rfc4106 test
Herbert Xu
2015-07-14
1
-1
/
+1
*
|
crypto: gcm - Use new IV convention
Herbert Xu
2015-07-14
1
-37
/
+77
*
|
crypto: tcrypt - Add support for new IV convention
Herbert Xu
2015-07-14
1
-3
/
+8
*
|
crypto: testmgr - Disable rfc4106 test and convert test vectors
Herbert Xu
2015-07-14
2
-285
/
+319
*
|
crypto: aead - Propagate new AEAD implementation flag for IV generators
Herbert Xu
2015-07-14
1
-2
/
+3
*
|
crypto: seqiv - Replace seqniv with seqiv
Herbert Xu
2015-07-14
1
-15
/
+19
*
|
crypto: echainiv - Fix encryption convention
Herbert Xu
2015-07-14
1
-13
/
+11
*
|
crypto: cryptd - Propagate new AEAD implementation flag
Herbert Xu
2015-07-14
1
-5
/
+6
*
|
crypto: pcrypt - Propagate new AEAD implementation flag
Herbert Xu
2015-07-14
1
-1
/
+11
*
|
crypto: aead - Add type-safe function for freeing instances
Herbert Xu
2015-07-14
1
-0
/
+13
*
|
crypto: api - Add instance free function to crypto_type
Herbert Xu
2015-07-14
1
-2
/
+12
*
|
crypto: api - Remove unused __crypto_dequeue_request
Herbert Xu
2015-07-14
1
-9
/
+2
[prev]
[next]