index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-01-26
crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimize
Ard Biesheuvel
2018-01-26
crypto: sha3-generic - fixes for alignment and big endian operation
Ard Biesheuvel
2018-01-26
crypto: aesni - handle zero length dst buffer
Stephan Mueller
2018-01-26
crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
Corentin LABBE
2018-01-26
hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()
weiyongjun \(A\)
2018-01-26
crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()
weiyongjun \(A\)
2018-01-26
crypto: axis - remove unnecessary platform_get_resource() error check
weiyongjun \(A\)
2018-01-26
crypto: testmgr - test misuse of result in ahash
Kamil Konieczny
2018-01-26
crypto: inside-secure - make function safexcel_try_push_requests static
Colin Ian King
2018-01-20
crypto: aes-generic - fix aes-generic regression on powerpc
Arnd Bergmann
2018-01-20
crypto: chelsio - Fix indentation warning
Harsh Jain
2018-01-18
crypto: arm64/sha1-ce - get rid of literal pool
Ard Biesheuvel
2018-01-18
crypto: arm64/sha2-ce - move the round constant table to .rodata section
Ard Biesheuvel
2018-01-18
crypto: arm64/crct10dif - move literal data to .rodata section
Ard Biesheuvel
2018-01-18
crypto: arm64/crc32 - move literal data to .rodata section
Ard Biesheuvel
2018-01-18
crypto: arm64/aes-neon - move literal data to .rodata section
Ard Biesheuvel
2018-01-18
crypto: arm64/aes-cipher - move S-box to .rodata section
Ard Biesheuvel
2018-01-18
hwrng: imx-rngc - simplify the power management definitions
Martin Kaiser
2018-01-18
crypto: chelsio - Remove dst sg size zero check
Harsh Jain
2018-01-18
crypto: chelsio - Add authenc versions of ctr and sha
Harsh Jain
2018-01-18
crypto: chelsio - Fix IV updated in XTS operation
Harsh Jain
2018-01-18
crypto: chelsio - check for sg null
Harsh Jain
2018-01-18
crypto: chelsio - Fix Indentation
Harsh Jain
2018-01-18
crypto: marvell/cesa - Fix DMA API misuse
Robin Murphy
2018-01-18
hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()
weiyongjun \(A\)
2018-01-18
hwrng: exynos - Signedness bug in exynos_trng_do_read()
Dan Carpenter
2018-01-18
hwrng: mediatek - Setup default RNG quality
Sean Wang
2018-01-18
crypto: arm64 - implement SHA-512 using special instructions
Ard Biesheuvel
2018-01-18
crypto: s5p-sss - Add SPDX license identifier
Krzysztof Kozlowski
2018-01-18
crypto: exynos-rng - Add SPDX license identifier and correct module license
Krzysztof Kozlowski
2018-01-14
Documentation/bindings: crypto: document the SafeXcel EIP97 compatible
Antoine Tenart
2018-01-12
crypto: doc - clear htmldocs build warnings for crypto/hash
tcharding
2018-01-12
crypto: x86/salsa20 - cleanup and convert to skcipher API
Eric Biggers
2018-01-12
crypto: salsa20 - export generic helpers
Eric Biggers
2018-01-12
crypto: salsa20-generic - cleanup and convert to skcipher API
Eric Biggers
2018-01-12
crypto: aes-generic - build with -Os on gcc-7+
Arnd Bergmann
2018-01-12
crypto: aead - prevent using AEADs without setting key
Eric Biggers
2018-01-12
crypto: skcipher - prevent using skciphers without setting key
Eric Biggers
2018-01-12
crypto: ghash - remove checks for key being set
Eric Biggers
2018-01-12
crypto: hash - prevent using keyed hashes without setting key
Eric Biggers
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
2018-01-12
crypto: poly1305 - remove ->setkey() method
Eric Biggers
2018-01-12
crypto: mcryptd - pass through absence of ->setkey()
Eric Biggers
2018-01-12
crypto: cryptd - pass through absence of ->setkey()
Eric Biggers
2018-01-12
crypto: hash - introduce crypto_hash_alg_has_setkey()
Eric Biggers
2018-01-12
crypto: tcrypt - free xoutbuf instead of axbuf
Colin Ian King
2018-01-12
crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"
Colin Ian King
2018-01-12
crypto: af_alg - whitelist mask and type
Stephan Mueller
2018-01-12
crypto: testmgr - change `guard` to unsigned char
Joey Pabalinas
2018-01-12
crypto: chacha20 - use rol32() macro from bitops.h
Eric Biggers
[next]