index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-25
crypto: arm64/sha512 - fix/improve new v8.2 Crypto Extensions code
Ard Biesheuvel
2
-74
/
+72
2018-01-25
crypto: arm64/sm3 - new v8.2 Crypto Extensions implementation
Ard Biesheuvel
4
-0
/
+242
2018-01-25
crypto: arm64/sha3 - new v8.2 Crypto Extensions implementation
Ard Biesheuvel
4
-0
/
+380
2018-01-25
crypto: testmgr - add new testcases for sha3
Ard Biesheuvel
1
-0
/
+550
2018-01-25
crypto: sha3-generic - export init/update/final routines
Ard Biesheuvel
2
-15
/
+23
2018-01-25
crypto: sha3-generic - simplify code
Ard Biesheuvel
2
-126
/
+59
2018-01-25
crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimize
Ard Biesheuvel
1
-38
/
+96
2018-01-25
crypto: sha3-generic - fixes for alignment and big endian operation
Ard Biesheuvel
1
-2
/
+3
2018-01-25
crypto: aesni - handle zero length dst buffer
Stephan Mueller
1
-1
/
+1
2018-01-25
crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
Corentin LABBE
1
-1
/
+0
2018-01-25
hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()
weiyongjun \(A\)
1
-3
/
+1
2018-01-25
crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()
weiyongjun \(A\)
1
-3
/
+1
2018-01-25
crypto: axis - remove unnecessary platform_get_resource() error check
weiyongjun \(A\)
1
-3
/
+0
2018-01-25
crypto: testmgr - test misuse of result in ahash
Kamil Konieczny
1
-0
/
+39
2018-01-25
crypto: inside-secure - make function safexcel_try_push_requests static
Colin Ian King
1
-2
/
+2
2018-01-20
crypto: aes-generic - fix aes-generic regression on powerpc
Arnd Bergmann
1
-1
/
+1
2018-01-19
crypto: chelsio - Fix indentation warning
Harsh Jain
1
-5
/
+5
2018-01-18
crypto: arm64/sha1-ce - get rid of literal pool
Ard Biesheuvel
1
-11
/
+9
2018-01-18
crypto: arm64/sha2-ce - move the round constant table to .rodata section
Ard Biesheuvel
1
-1
/
+3
2018-01-18
crypto: arm64/crct10dif - move literal data to .rodata section
Ard Biesheuvel
1
-8
/
+9
2018-01-18
crypto: arm64/crc32 - move literal data to .rodata section
Ard Biesheuvel
1
-3
/
+4
2018-01-18
crypto: arm64/aes-neon - move literal data to .rodata section
Ard Biesheuvel
1
-4
/
+4
2018-01-18
crypto: arm64/aes-cipher - move S-box to .rodata section
Ard Biesheuvel
1
-9
/
+10
2018-01-18
hwrng: imx-rngc - simplify the power management definitions
Martin Kaiser
1
-10
/
+3
2018-01-18
crypto: chelsio - Remove dst sg size zero check
Harsh Jain
1
-30
/
+13
2018-01-18
crypto: chelsio - Add authenc versions of ctr and sha
Harsh Jain
2
-23
/
+199
2018-01-18
crypto: chelsio - Fix IV updated in XTS operation
Harsh Jain
1
-4
/
+6
2018-01-18
crypto: chelsio - check for sg null
Harsh Jain
1
-1
/
+2
2018-01-18
crypto: chelsio - Fix Indentation
Harsh Jain
1
-15
/
+13
2018-01-18
crypto: marvell/cesa - Fix DMA API misuse
Robin Murphy
1
-7
/
+12
2018-01-18
hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()
weiyongjun \(A\)
1
-3
/
+1
2018-01-18
hwrng: exynos - Signedness bug in exynos_trng_do_read()
Dan Carpenter
1
-1
/
+1
2018-01-18
hwrng: mediatek - Setup default RNG quality
Sean Wang
1
-0
/
+1
2018-01-18
crypto: arm64 - implement SHA-512 using special instructions
Ard Biesheuvel
4
-0
/
+335
2018-01-18
crypto: s5p-sss - Add SPDX license identifier
Krzysztof Kozlowski
1
-14
/
+10
2018-01-18
crypto: exynos-rng - Add SPDX license identifier and correct module license
Krzysztof Kozlowski
1
-10
/
+2
2018-01-14
Documentation/bindings: crypto: document the SafeXcel EIP97 compatible
Antoine Tenart
1
-1
/
+2
2018-01-12
crypto: doc - clear htmldocs build warnings for crypto/hash
tcharding
1
-8
/
+4
2018-01-12
crypto: x86/salsa20 - cleanup and convert to skcipher API
Eric Biggers
4
-359
/
+46
2018-01-12
crypto: salsa20 - export generic helpers
Eric Biggers
2
-13
/
+34
2018-01-12
crypto: salsa20-generic - cleanup and convert to skcipher API
Eric Biggers
1
-136
/
+104
2018-01-12
crypto: aes-generic - build with -Os on gcc-7+
Arnd Bergmann
1
-0
/
+1
2018-01-12
crypto: aead - prevent using AEADs without setting key
Eric Biggers
3
-11
/
+23
2018-01-12
crypto: skcipher - prevent using skciphers without setting key
Eric Biggers
3
-55
/
+45
2018-01-12
crypto: ghash - remove checks for key being set
Eric Biggers
1
-6
/
+0
2018-01-12
crypto: hash - prevent using keyed hashes without setting key
Eric Biggers
5
-60
/
+75
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
15
-9
/
+30
2018-01-12
crypto: poly1305 - remove ->setkey() method
Eric Biggers
3
-15
/
+5
2018-01-12
crypto: mcryptd - pass through absence of ->setkey()
Eric Biggers
1
-1
/
+2
2018-01-12
crypto: cryptd - pass through absence of ->setkey()
Eric Biggers
1
-1
/
+2
[next]