summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-03crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen
2017-02-03crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen
2017-02-03crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen
2017-02-03crypto: doc - Fix hash export state informationRabin Vincent
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-02-03crypto: chcr - Fix key length for RFC4106Harsh Jain
2017-02-03crypto: algif_aead - Fix kernel panic on list_delHarsh Jain
2017-02-03crypto: aesni - Fix failure when pcbc module is absentHerbert Xu
2017-02-03crypto: ccp - Fix double add when creating new DMA commandGary R Hook
2017-02-03crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook
2017-02-03crypto: chcr - Check device is allocated before useHarsh Jain
2017-02-03crypto: chcr - Fix panic on dma_unmap_sgHarsh Jain
2017-02-02crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu
2017-02-02crypto: qat - fix bar discovery for c62xGiovanni Cabiddu
2017-01-23crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong
2017-01-23crypto: mediatek - add support to GCM modeRyder Lee
2017-01-23crypto: mediatek - add support to CTR modeRyder Lee
2017-01-23crypto: mediatek - fix typo and indentationRyder Lee
2017-01-23crypto: mediatek - regroup functions by usageRyder Lee
2017-01-23crypto: mediatek - rework crypto request completionRyder Lee
2017-01-23crypto: mediatek - make crypto request queue management more genericRyder Lee
2017-01-23crypto: mediatek - fix incorrect data transfer resultRyder Lee
2017-01-23crypto: mediatek - move HW control data to transformation contextRyder Lee
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko
2017-01-23crypto: x86/crc32c - fix %progbits -> @progbitsDenys Vlasenko
2017-01-23crypto: arm/aes-neonbs - fix issue with v2.22 and older assemblerArd Biesheuvel
2017-01-23crypto: tcrypt - Add debug printsRabin Vincent
2017-01-23crypto: img-hash - use dma_data_direction when calling dma_map_sgNicolas Iooss
2017-01-23crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel
2017-01-23crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto
2017-01-13crypto: virtio - adjust priority of algorithmGonglei \(Arei\)
2017-01-13crypto: arm/aes - avoid reserved 'tt' mnemonic in asm codeArd Biesheuvel
2017-01-13hwrng: n2 - update version infoShannon Nelson
2017-01-13hwrng: n2 - support new hardware register layoutShannon Nelson
2017-01-13hwrng: n2 - add device data descriptionsShannon Nelson
2017-01-13hwrng: n2 - limit error spewage when self-test failsShannon Nelson
2017-01-13crypto: mediatek - make symbol of_crypto_id staticWei Yongjun
2017-01-13crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel
2017-01-13crypto: arm/aes - replace bit-sliced OpenSSL NEON codeArd Biesheuvel
2017-01-13crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel
2017-01-13crypto: arm/aes - replace scalar AES cipherArd Biesheuvel
2017-01-13crypto: arm64/aes - add scalar implementationArd Biesheuvel
2017-01-13crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as wellArd Biesheuvel
2017-01-13crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel
2017-01-13crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel
2017-01-13crypto: mediatek - fix format string for 64-bit buildsArnd Bergmann
2017-01-13crypto: mediatek - remove ARM dependenciesArnd Bergmann
2017-01-13crypto: x86/chacha20 - Manually align stack bufferHerbert Xu
2017-01-13crypto: testmgr - Allocate only the required output size for hash testsAndrew Lutomirski
2017-01-13crypto: mediatek - don't return garbage err on successful returnColin Ian King