platform/kernel/linux-rpi.git
2018-01-18 Dan Carpenterhwrng: exynos - Signedness bug in exynos_trng_do_read()
2018-01-18 Sean Wanghwrng: mediatek - Setup default RNG quality
2018-01-18 Ard Biesheuvelcrypto: arm64 - implement SHA-512 using special instruc...
2018-01-18 Krzysztof Kozlowskicrypto: s5p-sss - Add SPDX license identifier
2018-01-18 Krzysztof Kozlowskicrypto: exynos-rng - Add SPDX license identifier and...
2018-01-14 Antoine TenartDocumentation/bindings: crypto: document the SafeXcel...
2018-01-12 tchardingcrypto: doc - clear htmldocs build warnings for crypto...
2018-01-12 Eric Biggerscrypto: x86/salsa20 - cleanup and convert to skcipher API
2018-01-12 Eric Biggerscrypto: salsa20 - export generic helpers
2018-01-12 Eric Biggerscrypto: salsa20-generic - cleanup and convert to skciph...
2018-01-12 Arnd Bergmanncrypto: aes-generic - build with -Os on gcc-7+
2018-01-12 Eric Biggerscrypto: aead - prevent using AEADs without setting key
2018-01-12 Eric Biggerscrypto: skcipher - prevent using skciphers without...
2018-01-12 Eric Biggerscrypto: ghash - remove checks for key being set
2018-01-12 Eric Biggerscrypto: hash - prevent using keyed hashes without setti...
2018-01-12 Eric Biggerscrypto: hash - annotate algorithms taking optional key
2018-01-12 Eric Biggerscrypto: poly1305 - remove ->setkey() method
2018-01-12 Eric Biggerscrypto: mcryptd - pass through absence of ->setkey()
2018-01-12 Eric Biggerscrypto: cryptd - pass through absence of ->setkey()
2018-01-12 Eric Biggerscrypto: hash - introduce crypto_hash_alg_has_setkey()
2018-01-12 Colin Ian Kingcrypto: tcrypt - free xoutbuf instead of axbuf
2018-01-12 Colin Ian Kingcrypto: tcrypt - fix spelling mistake: "bufufer"->...
2018-01-12 Stephan Muellercrypto: af_alg - whitelist mask and type
2018-01-12 Joey Pabalinascrypto: testmgr - change `guard` to unsigned char
2018-01-12 Eric Biggerscrypto: chacha20 - use rol32() macro from bitops.h
2018-01-12 Himanshu Jhacrypto: Use zeroing memory allocator instead of allocat...
2018-01-05 Eric Biggerscrypto: x86/poly1305 - remove cra_alignmask
2018-01-05 Eric Biggerscrypto: poly1305 - remove cra_alignmask
2018-01-05 Eric Biggerscrypto: poly1305 - use unaligned access macros to outpu...
2018-01-05 Eric Biggerscrypto: algapi - remove unused notifications
2018-01-05 Eric Biggerscrypto: algapi - convert cra_refcnt to refcount_t
2018-01-05 Antoine Ténartcrypto: inside-secure - fix hash when length is a multi...
2018-01-05 Antoine Ténartcrypto: inside-secure - avoid unmapping DMA memory...
2018-01-05 Christian Lampartercrypto: crypto4xx - perform aead icv check in the driver
2018-01-05 Christian Lampartercrypto: crypto4xx - kill MODULE_NAME
2018-01-05 Christian Lampartercrypto: crypto4xx - fix missing irq devname
2018-01-05 Christian Lampartercrypto: crypto4xx - support Revision B parts
2018-01-05 Christian Lampartercrypto: crypto4xx - shuffle iomap in front of request_irq
2018-01-05 Łukasz Stelmachhwrng: exynos - add Samsung Exynos True RNG driver
2018-01-05 Cheah Kok Cheongpadata: add SPDX identifier
2017-12-28 Junaid Shahidcrypto: aesni - Fix out-of-bounds access of the AAD...
2017-12-28 Junaid Shahidcrypto: aesni - Fix out-of-bounds access of the data...
2017-12-28 Corentin Labbecrypto: stm32 - Use standard CONFIG name
2017-12-28 Zhou Wangcrypto: scomp - delete unused comments
2017-12-28 Horia Geantăcrypto: caam - add Derived Key Protocol (DKP) support
2017-12-28 Horia Geantăcrypto: caam - save Era in driver's private data
2017-12-28 Horia Geantăcrypto: caam - remove needless ablkcipher key copy
2017-12-28 Horia Geantăcrypto: caam - constify key data
2017-12-28 Eric Biggerscrypto: x86/twofish-3way - Fix %rbp usage
2017-12-28 Gilad Ben-Yossefcrypto: tcrypt - add multibuf aead speed test
2017-12-28 Gilad Ben-Yossefcrypto: tcrypt - add multibuf skcipher speed test
2017-12-28 Gilad Ben-Yossefcrypto: tcrypt - add multi buf ahash jiffies test
2017-12-28 Gilad Ben-Yossefcrypto: tcrypt - allow setting num of bufs
2017-12-28 Gilad Ben-Yossefcrypto: tcrypt - fix AEAD decryption speed test
2017-12-28 Gilad Ben-Yossefcrypto: tcrypt - use multi buf for ahash mb test
2017-12-22 Gary R Hookhwrng: core - Clean up RNG list when last hwrng is...
2017-12-22 Antoine Ténartcrypto: inside-secure - EIP97 support
2017-12-22 Antoine Ténartcrypto: inside-secure - retry to proceed the request...
2017-12-22 Antoine Ténartcrypto: inside-secure - handle more result requests...
2017-12-22 Antoine Ténartcrypto: inside-secure - acknowledge the result requests...
2017-12-22 Antoine Ténartcrypto: inside-secure - increase the ring size
2017-12-22 Antoine Ténartcrypto: inside-secure - dequeue all requests at once
2017-12-22 Antoine Ténartcrypto: inside-secure - use threaded IRQs for result...
2017-12-22 Antoine Ténartcrypto: inside-secure - move request dequeueing into...
2017-12-22 Ofer Heifetzcrypto: inside-secure - remove unused parameter in...
2017-12-22 Ofer Heifetzcrypto: inside-secure - move cipher crypto mode to...
2017-12-22 Ofer Heifetzcrypto: inside-secure - EBUSY is not an error on async...
2017-12-22 Ofer Heifetzcrypto: inside-secure - refrain from unneeded invalidations
2017-12-22 Antoine Ténartcrypto: inside-secure - comment the caching function
2017-12-22 Antoine Ténartcrypto: inside-secure - remove useless memset
2017-12-22 Antoine Ténartcrypto: inside-secure - fix typo in a comment
2017-12-22 Antoine Ténartcrypto: inside-secure - remove extra empty line
2017-12-22 Herbert XuMerge git://git./linux/kernel/git/herbert/crypto-2.6
2017-12-22 Sabrina Dubrocacrypto: aesni - add wrapper for generic gcm(aes)
2017-12-22 Sabrina Dubrocacrypto: aesni - fix typo in generic_gcmaes_decrypt
2017-12-22 Corentin Labbecrypto: seqiv - Remove unused alg/spawn variable
2017-12-22 Corentin Labbecrypto: echainiv - Remove unused alg/spawn variable
2017-12-22 Łukasz Stelmachcrypto: exynos - Introduce mutex to prevent concurrent...
2017-12-22 Łukasz Stelmachcrypto: exynos - Reseed PRNG after generating 2^16...
2017-12-22 Łukasz Stelmachcrypto: exynos - Improve performance of PRNG
2017-12-22 Łukasz Stelmachcrypto: exynos - Support Exynos5250+ SoCs
2017-12-22 Lars Perssoncrypto: artpec6 - set correct iv size for gcm(aes)
2017-12-22 Eric Biggerscrypto: gf128mul - remove incorrect comment
2017-12-22 Arnd Bergmanncrypto: qat - reduce stack size with KASAN
2017-12-22 Antoine Ténartcrypto: inside-secure - do not use areq->result for...
2017-12-22 Antoine Ténartcrypto: inside-secure - fix request allocations in...
2017-12-22 Antoine Ténartcrypto: inside-secure - free requests even if their...
2017-12-22 Ofer Heifetzcrypto: inside-secure - per request invalidation
2017-12-22 James Hoganlib/mpi: Fix umul_ppmm() for MIPS64r6
2017-12-22 Eric Biggerscrypto: null - Get rid of crypto_{get,put}_default_null...
2017-12-22 Eric Biggerscrypto: api - Unexport crypto_larval_lookup()
2017-12-22 Łukasz Stelmachcrypto: exynos - Icrease the priority of the driver
2017-12-22 Atul Guptacrypto: chelsio - fix a type cast error
2017-12-22 Pravin Shedgecrypto: drivers - remove duplicate includes
2017-12-22 Eric Biggerscrypto: pcrypt - fix freeing pcrypt instances
2017-12-22 Jan Engelhardtcrypto: n2 - cure use after free
2017-12-22 Jonathan Cameroncrypto: af_alg - Fix race around ctx->rcvused by making...
2017-12-22 Eric Biggerscrypto: chacha20poly1305 - validate the digest size
2017-12-22 Arnd Bergmanncrypto: chelsio - select CRYPTO_GF128MUL
2017-12-11 Kamil KoniecznyMAINTAINERS: Add myself as co-maintainer for s5p-sss.c
next