summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen2017-02-032-13/+33
* crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen2017-02-031-5/+16
* crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen2017-02-031-20/+54
* crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen2017-02-031-4/+11
* crypto: doc - Fix hash export state informationRabin Vincent2017-02-032-7/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-02-0310-89/+96
|\
| * crypto: chcr - Fix key length for RFC4106Harsh Jain2017-02-031-2/+2
| * crypto: algif_aead - Fix kernel panic on list_delHarsh Jain2017-02-031-1/+1
| * crypto: aesni - Fix failure when pcbc module is absentHerbert Xu2017-02-031-4/+4
| * crypto: ccp - Fix double add when creating new DMA commandGary R Hook2017-02-032-1/+6
| * crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook2017-02-031-1/+1
| * crypto: chcr - Check device is allocated before useHarsh Jain2017-02-031-10/+8
| * crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain2017-02-032-23/+29
| * crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2017-02-021-2/+2
| * crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2017-02-022-1/+2
| * crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel2017-01-231-46/+42
| * crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-01-231-0/+1
| * crypto: aesni - Fix failure when built-in with modular pcbcHerbert Xu2016-12-301-1/+2
* | crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong2017-01-231-0/+6
* | crypto: mediatek - add support to GCM modeRyder Lee2017-01-233-4/+369
* | crypto: mediatek - add support to CTR modeRyder Lee2017-01-231-5/+146
* | crypto: mediatek - fix typo and indentationRyder Lee2017-01-233-69/+63
* | crypto: mediatek - regroup functions by usageRyder Lee2017-01-231-131/+141
* | crypto: mediatek - rework crypto request completionRyder Lee2017-01-232-12/+16
* | crypto: mediatek - make crypto request queue management more genericRyder Lee2017-01-232-36/+53
* | crypto: mediatek - fix incorrect data transfer resultRyder Lee2017-01-233-32/+47
* | crypto: mediatek - move HW control data to transformation contextRyder Lee2017-01-233-145/+126
* | crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko2017-01-2333-74/+229
* | crypto: x86/crc32c - fix %progbits -> @progbitsDenys Vlasenko2017-01-231-1/+1
* | crypto: arm/aes-neonbs - fix issue with v2.22 and older assemblerArd Biesheuvel2017-01-231-4/+4
* | crypto: tcrypt - Add debug printsRabin Vincent2017-01-231-0/+6
* | crypto: img-hash - use dma_data_direction when calling dma_map_sgNicolas Iooss2017-01-231-2/+2
* | crypto: virtio - adjust priority of algorithmGonglei \(Arei\)2017-01-131-1/+1
* | crypto: arm/aes - avoid reserved 'tt' mnemonic in asm codeArd Biesheuvel2017-01-131-5/+5
* | hwrng: n2 - update version infoShannon Nelson2017-01-131-4/+4
* | hwrng: n2 - support new hardware register layoutShannon Nelson2017-01-132-46/+134
* | hwrng: n2 - add device data descriptionsShannon Nelson2017-01-132-8/+54
* | hwrng: n2 - limit error spewage when self-test failsShannon Nelson2017-01-131-1/+4
* | crypto: mediatek - make symbol of_crypto_id staticWei Yongjun2017-01-131-1/+1
* | crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel2017-01-132-1101/+204
* | crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel2017-01-139-6499/+1429
* | crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel2017-01-124-0/+1393
* | crypto: arm/aes - replace scalar AES cipherArd Biesheuvel2017-01-125-119/+256
* | crypto: arm64/aes - add scalar implementationArd Biesheuvel2017-01-124-0/+203
* | crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as wellArd Biesheuvel2017-01-121-2/+23
* | crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-01-124-0/+659
* | crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-01-124-0/+586
* | crypto: mediatek - fix format string for 64-bit buildsArnd Bergmann2017-01-122-3/+3
* | crypto: mediatek - remove ARM dependenciesArnd Bergmann2017-01-121-7/+4
* | crypto: x86/chacha20 - Manually align stack bufferHerbert Xu2017-01-121-1/+4