index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
kpp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-13
crypto: poly1305 - Use unaligned access where required
Jason A. Donenfeld
1
-19
/
+15
2016-11-13
Crypto: mv_cesa - Switch to using managed resources
Nadim almas
1
-3
/
+1
2016-11-13
crypto: talitos - fix spelling mistake
Colin Ian King
1
-1
/
+1
2016-11-13
crypto: ccp - Fix handling of RSA exponent on a v5 device
Gary R Hook
1
-5
/
+5
2016-11-01
crypto: cryptd - Remove unused but set variable 'tfm'
Tobias Klauser
1
-2
/
+0
2016-11-01
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
8
-13
/
+7
2016-11-01
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
8
-27
/
+21
2016-11-01
hwrng: atmel - disable TRNG during suspend
Wenyou Yang
1
-3
/
+21
2016-11-01
crypto: acomp - fix dependency in Makefile
Giovanni Cabiddu
1
-2
/
+3
2016-11-01
crypto: caam - fix type mismatch warning
Arnd Bergmann
1
-1
/
+1
2016-11-01
crypto: sahara - fix typo "Decidated" -> "Dedicated"
Colin Ian King
1
-1
/
+1
2016-11-01
crypto: atmel - drop pointless static qualifier in atmel_aes_probe()
Wei Yongjun
1
-1
/
+1
2016-11-01
hwrng: core - zeroize buffers with random data
Stephan Mueller
1
-0
/
+3
2016-10-25
crypto: acomp - update testmgr with support for acomp
Giovanni Cabiddu
1
-13
/
+145
2016-10-25
crypto: acomp - add support for deflate via scomp
Giovanni Cabiddu
2
-10
/
+102
2016-10-25
crypto: acomp - add support for 842 via scomp
Giovanni Cabiddu
2
-2
/
+80
2016-10-25
crypto: acomp - add support for lz4hc via scomp
Giovanni Cabiddu
2
-10
/
+83
2016-10-25
crypto: acomp - add support for lz4 via scomp
Giovanni Cabiddu
2
-10
/
+82
2016-10-25
crypto: acomp - add support for lzo via scomp
Giovanni Cabiddu
2
-15
/
+83
2016-10-25
crypto: acomp - add driver-side scomp interface
Giovanni Cabiddu
7
-29
/
+578
2016-10-25
crypto: acomp - add asynchronous compression api
Giovanni Cabiddu
8
-0
/
+502
2016-10-25
crypto: ccp - fix typo "CPP"
Paul Bolle
1
-3
/
+3
2016-10-25
hwrng: meson - Remove unneeded platform MODULE_ALIAS
Javier Martinez Canillas
1
-1
/
+0
2016-10-25
crypto: engine - Handle the kthread worker using the new API
Petr Mladek
2
-19
/
+13
2016-10-25
crypto: ccp - Clean up the LSB slot allocation code
Gary R Hook
3
-12
/
+16
2016-10-25
crypto: ccp - remove unneeded code
Gary R Hook
1
-1
/
+0
2016-10-25
crypto: ccp - change bitfield type to unsigned ints
Gary R Hook
1
-21
/
+21
2016-10-25
hwrng: meson - Fix module autoload for OF registration
Javier Martinez Canillas
1
-0
/
+1
2016-10-25
crypto: gcm - Fix error return code in crypto_gcm_create_common()
Wei Yongjun
1
-1
/
+1
2016-10-25
crypto: ccp - Fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-10-25
crypto: caam - add support for iMX6UL
Marcus Folkesson
2
-15
/
+40
2016-10-25
padata: Remove unused but set variables
Tobias Klauser
1
-4
/
+0
2016-10-21
crypto: ccp - change type of struct member lsb to signed
Gary R Hook
1
-1
/
+1
2016-10-21
crypto: arm/aes-ce - fix for big endian
Ard Biesheuvel
1
-0
/
+5
2016-10-21
crypto: arm64/aes-xts-ce: fix for big endian
Ard Biesheuvel
2
-1
/
+3
2016-10-21
crypto: arm64/aes-neon - fix for big endian
Ard Biesheuvel
1
-10
/
+15
2016-10-21
crypto: arm64/aes-ccm-ce: fix for big endian
Ard Biesheuvel
1
-26
/
+27
2016-10-21
crypto: arm64/sha2-ce - fix for big endian
Ard Biesheuvel
1
-2
/
+2
2016-10-21
crypto: arm64/sha1-ce - fix for big endian
Ard Biesheuvel
1
-2
/
+2
2016-10-21
crypto: arm64/ghash-ce - fix for big endian
Ard Biesheuvel
1
-3
/
+3
2016-10-21
crypto: arm64/aes-ce - fix for big endian
Ard Biesheuvel
1
-10
/
+15
2016-10-21
crypto: cmac - fix alignment of 'consts'
Eric Biggers
1
-4
/
+9
2016-10-21
crypto: cmac - return -EINVAL if block size is unsupported
Eric Biggers
1
-0
/
+1
2016-10-21
crypto: api - Remove no-op exit_ops code
Eric Biggers
4
-29
/
+2
2016-10-21
crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration
Eric Biggers
1
-2
/
+0
2016-10-21
crypto: crypto4xx - Fix size used in dma_free_coherent()
Christophe Jaillet
1
-2
/
+1
2016-10-21
crypto: marvell - Don't break chain for computable last ahash requests
Romain Perier
1
-16
/
+49
2016-10-21
crypto: marvell - Use an unique pool to copy results of requests
Romain Perier
4
-24
/
+26
2016-10-21
crypto: api - Fix Kconfig dependencies for FIPS
Alec Ari
1
-1
/
+1
2016-10-21
crypto: atmel-aes - add support to the XTS mode
Cyrille Pitchen
2
-6
/
+183
[next]