summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann
2017-02-11crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel
2017-02-11crypto: ccm - switch to separate cbcmac driverArd Biesheuvel
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel
2017-02-11crypto: aes-generic - drop alignment requirementArd Biesheuvel
2017-02-11crypto: sha512-mb - Protect sha512 mb ctx mgr accessTim Chen
2017-02-11crypto: arm64/crc32 - merge CRC32 and PMULL instruction based driversArd Biesheuvel
2017-02-03crypto: arm/aes - don't use IV buffer to return final keystream blockArd Biesheuvel
2017-02-03crypto: arm64/aes - don't use IV buffer to return final keystream blockArd Biesheuvel
2017-02-03crypto: arm64/aes - replace scalar fallback with plain NEON fallbackArd Biesheuvel
2017-02-03crypto: arm64/aes-neon-blk - tweak performance for low end coresArd Biesheuvel
2017-02-03crypto: arm64/aes - performance tweakArd Biesheuvel
2017-02-03crypto: arm64/aes - avoid literals for cross-module symbol referencesArd Biesheuvel
2017-02-03crypto: arm64/chacha20 - remove cra_alignmaskArd Biesheuvel
2017-02-03crypto: arm64/aes-blk - remove cra_alignmaskArd Biesheuvel
2017-02-03crypto: arm64/aes-ce-ccm - remove cra_alignmaskArd Biesheuvel
2017-02-03crypto: arm/chacha20 - remove cra_alignmaskArd Biesheuvel
2017-02-03crypto: arm/aes-ce - remove cra_alignmaskArd Biesheuvel
2017-02-03crypto: chcr - Fix Smatch ComplaintHarsh Jain
2017-02-03crypto: chcr - Fix wrong typecastingHarsh Jain
2017-02-03crypto: chcr - Change algo priorityHarsh Jain
2017-02-03crypto: chcr - Change cra_flags for cipher algosHarsh Jain
2017-02-03crypto: chcr - Use cipher instead of Block Cipher in gcm setkeyHarsh Jain
2017-02-03crypto: chcr - fix itnull.cocci warningsHarsh Jain
2017-02-03crypto: chcr - Change flow IDsHarsh Jain
2017-02-03crypto: atmel-sha - add verbose debug facilities to print hw register namesCyrille Pitchen
2017-02-03crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen
2017-02-03crypto: atmel-aes - fix atmel_aes_handle_queue()Cyrille Pitchen
2017-02-03crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen
2017-02-03crypto: atmel-sha - add simple DMA transfersCyrille Pitchen
2017-02-03crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen
2017-02-03crypto: atmel-sha - add SHA_MR_MODE_IDATAR0Cyrille Pitchen
2017-02-03crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen
2017-02-03crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen
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