| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: scomp - add support for deflate rfc1950 (zlib) | Giovanni Cabiddu | 2017-04-24 | 3 | -17/+129 |
* | crypto: scomp - allow registration of multiple scomps | Giovanni Cabiddu | 2017-04-24 | 1 | -0/+29 |
* | crypto: testmgr - Allow ecb(cipher_null) in FIPS mode | Milan Broz | 2017-04-24 | 1 | -0/+1 |
* | crypto: testmgr - replace compression known answer test | Giovanni Cabiddu | 2017-04-21 | 1 | -3/+26 |
* | crypto: acomp - allow registration of multiple acomps | Giovanni Cabiddu | 2017-04-21 | 1 | -0/+29 |
* | crypto: lz4 - fixed decompress function to return error code | Myungho Jung | 2017-04-10 | 2 | -2/+2 |
* | crypto: af_alg - Allow arbitrarily long algorithm names | Herbert Xu | 2017-04-10 | 1 | -2/+2 |
* | crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansion | Herbert Xu | 2017-04-10 | 1 | -9/+9 |
* | crypto: xts - drop gf128mul dependency | Ondrej Mosnáček | 2017-04-05 | 1 | -1/+0 |
* | crypto: gf128mul - switch gf128mul_x_ble to le128 | Ondrej Mosnáček | 2017-04-05 | 1 | -19/+19 |
* | crypto: gf128mul - define gf128mul_x_* in gf128mul.h | Ondrej Mosnáček | 2017-04-05 | 1 | -32/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-04-05 | 2 | -4/+10 |
|\ |
|
| * | crypto: xts,lrw - fix out-of-bounds write after kmalloc failure | Eric Biggers | 2017-03-24 | 2 | -4/+10 |
* | | crypto: DRBG - initialize SGL only once | Stephan Mueller | 2017-03-24 | 1 | -3/+2 |
* | | crypto: testmgr - mark ctr(des3_ede) as fips_allowed | Marcelo Cerri | 2017-03-24 | 1 | -0/+1 |
* | | md5: remove from lib and only live in crypto | Jason A. Donenfeld | 2017-03-24 | 1 | -1/+94 |
* | | crypto: powerpc - Stress test for vpmsum implementations | Daniel Axtens | 2017-03-24 | 1 | -0/+8 |
* | | crypto: powerpc - Add CRC-T10DIF acceleration | Daniel Axtens | 2017-03-24 | 1 | -0/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 2017-03-24 | 2 | -8/+10 |
|\ \ |
|
| * | | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-10 | 2 | -8/+10 |
| |/ |
|
* | | crypto: ctr - Propagate NEED_FALLBACK bit | Marcelo Cerri | 2017-03-09 | 1 | -5/+18 |
* | | crypto: cbc - Propagate NEED_FALLBACK bit | Marcelo Cerri | 2017-03-09 | 1 | -2/+13 |
* | | crypto: testmgr - constify all test vectors | Eric Biggers | 2017-03-09 | 2 | -286/+297 |
* | | crypto: kpp - constify buffer passed to crypto_kpp_set_secret() | Eric Biggers | 2017-03-09 | 2 | -2/+4 |
* | | crypto: algapi - annotate expected branch behavior in crypto_inc() | Ard Biesheuvel | 2017-03-09 | 1 | -2/+2 |
* | | crypto: gf128mul - constify 4k and 64k multiplication tables | Eric Biggers | 2017-03-09 | 1 | -3/+3 |
* | | crypto: gf128mul - rename the byte overflow tables | Eric Biggers | 2017-03-09 | 1 | -17/+32 |
* | | crypto: gf128mul - remove xx() macro | Eric Biggers | 2017-03-09 | 1 | -10/+8 |
* | | crypto: gf128mul - fix some comments | Eric Biggers | 2017-03-09 | 1 | -6/+7 |
|/ |
|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-03-04 | 3 | -9/+12 |
|\ |
|
| * | crypto: testmgr - Pad aes_ccm_enc_tv_template vector | Laura Abbott | 2017-03-01 | 1 | -1/+1 |
| * | crypto: ccm - move cbcmac input off the stack | Ard Biesheuvel | 2017-02-28 | 1 | -2/+3 |
| * | crypto: xts - Propagate NEED_FALLBACK bit | Herbert Xu | 2017-02-27 | 1 | -6/+8 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 4 | -2/+4 |
* | | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | crypto: change LZ4 modules to work with new LZ4 module version | Sven Schmidt | 2017-02-25 | 3 | -68/+120 |
|/ |
|
* | crypto: xts - Add ECB dependency | Milan Broz | 2017-02-23 | 1 | -0/+1 |
* | crypto: ccm - drop unnecessary minimum 32-bit alignment | Ard Biesheuvel | 2017-02-15 | 1 | -2/+1 |
* | crypto: ccm - honour alignmask of subordinate MAC cipher | Ard Biesheuvel | 2017-02-15 | 1 | -8/+10 |
* | crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic | Ard Biesheuvel | 2017-02-11 | 7 | -32/+52 |
* | crypto: improve gcc optimization flags for serpent and wp512 | Arnd Bergmann | 2017-02-11 | 1 | -0/+2 |
* | crypto: ccm - switch to separate cbcmac driver | Ard Biesheuvel | 2017-02-11 | 2 | -137/+245 |
* | crypto: testmgr - add test cases for cbcmac(aes) | Ard Biesheuvel | 2017-02-11 | 2 | -0/+67 |
* | crypto: aes - add generic time invariant AES cipher | Ard Biesheuvel | 2017-02-11 | 3 | -0/+393 |
* | crypto: aes-generic - drop alignment requirement | Ard Biesheuvel | 2017-02-11 | 1 | -32/+32 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2017-02-03 | 2 | -1/+2 |
|\ |
|
| * | crypto: algif_aead - Fix kernel panic on list_del | Harsh Jain | 2017-02-03 | 1 | -1/+1 |
| * | crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg | Salvatore Benedetto | 2017-01-23 | 1 | -0/+1 |
* | | crypto: tcrypt - Add debug prints | Rabin Vincent | 2017-01-23 | 1 | -0/+6 |