summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-aes - change the DMA thresholdCyrille Pitchen2015-12-231-1/+1
* crypto: atmel-aes - fix the counter overflow in CTR modeCyrille Pitchen2015-12-231-2/+115
* crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686Cyrille Pitchen2015-12-231-1/+1
* crypto: atmel-aes - create sections to regroup functions by usageCyrille Pitchen2015-12-231-102/+108
* crypto: atmel-aes - fix typo and indentationCyrille Pitchen2015-12-231-31/+25
* crypto: atmel-aes - use SIZE_IN_WORDS() helper macroCyrille Pitchen2015-12-231-2/+2
* crypto: atmel-aes - improve performances of data transferCyrille Pitchen2015-12-231-378/+386
* crypto: atmel-aes - fix atmel_aes_remove()Cyrille Pitchen2015-12-231-0/+1
* crypto: atmel-aes - remove useless AES_FLAGS_DMA flagCyrille Pitchen2015-12-231-22/+15
* crypto: atmel-aes - reduce latency of DMA completionCyrille Pitchen2015-12-231-2/+2
* crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_devCyrille Pitchen2015-12-231-5/+0
* crypto: atmel-aes - rework crypto request completionCyrille Pitchen2015-12-231-27/+47
* crypto: atmel-aes - simplify the configuration of the AES IPCyrille Pitchen2015-12-231-123/+93
* crypto: atmel-aes - remove useless write in the Control RegisterCyrille Pitchen2015-12-231-2/+1
* crypto: atmel-aes - make crypto request queue management more genericCyrille Pitchen2015-12-231-26/+49
* crypto: atmel-aes - change atmel_aes_write_ctrl() signatureCyrille Pitchen2015-12-231-14/+10
* crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()Cyrille Pitchen2015-12-231-5/+11
* crypto: atmel-aes - remove unused header includesCyrille Pitchen2015-12-231-3/+0
* crypto: atmel-aes - fix unregistration order of crypto algorithmsCyrille Pitchen2015-12-231-2/+3
* crypto: atmel-aes - change algorithm prioritiesCyrille Pitchen2015-12-231-9/+11
* crypto: atmel-aes - constify value argument of atmel_aes_write_n()Cyrille Pitchen2015-12-231-1/+1
* crypto: atmel-aes - add new versionLeilei Zhao2015-12-231-0/+5
* crypto: qat - use list_for_each_entry*Geliang Tang2015-12-222-29/+12
* crypto: ux500 - Use precalculated hash from headersLABBE Corentin2015-12-222-18/+4
* crypto: ccp - Use precalculated hash from headersLABBE Corentin2015-12-222-31/+10
* crypto: n2 - Use precalculated hash from headersLABBE Corentin2015-12-222-27/+9
* crypto: hash - add zero length message hash for shax and md5LABBE Corentin2015-12-225-0/+37
* crypto: qat - fix some timeout testsPingchao Yang2015-12-221-1/+1
* crypto: qat - fix CTX_ENABLES bits shift direction issuePingchao Yang2015-12-221-1/+1
* crypto: rsa-pkcs1pad - don't allocate buffer on stackAndrzej Zaborowski2015-12-221-8/+19
* crypto: omap - Removed unused variable "err"Rahul Pathak2015-12-172-6/+2
* crypto: atmel-sha - Removed unused variable "err"Rahul Pathak2015-12-171-2/+1
* crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni2015-12-172-4/+9
* crypto: qat - uint8_t is not large enough for accel_idTadeusz Struk2015-12-142-3/+3
* crypto: omap-des - Fix "schedule while atomic" bugSam Protsenko2015-12-141-0/+1
* crypto: qat - enable VF irq after guest exits ungracefullyZeng Xin2015-12-142-1/+7
* crypto: asymmetric_keys - signature.c does not need <module.h>Paul Gortmaker2015-12-111-1/+1
* crypto: qat - select PCI_IOV when VF are enabledTadeusz Struk2015-12-111-0/+2
* crypto: qat - ring returning retry even though ring has BWHarvijay Saini2015-12-111-3/+2
* crypto: akcipher - fix typos in include/crypto/akcipher.hLABBE Corentin2015-12-111-5/+5
* crypto: sahara - fix debug output for 64-bit dma_addr_tArnd Bergmann2015-12-101-4/+4
* crypto: sahara - fix 64-bit dma_addr_t compilationArnd Bergmann2015-12-101-9/+9
* crypto: drbg - constify drbg_state_ops structuresJulia Lawall2015-12-101-3/+3
* crypto: chacha20poly1305 - Skip encryption/decryption for 0-lenJason A. Donenfeld2015-12-091-0/+8
* crypto: rsa - RSA padding algorithmAndrzej Zaborowski2015-12-094-1/+635
* crypto: akcipher - add akcipher declarations needed by templates.Andrzej Zaborowski2015-12-092-1/+111
* crypto: qat - add support for c62xvf accel typeTadeusz Struk2015-12-097-0/+558
* crypto: qat - add support for c3xxxvf accel typeTadeusz Struk2015-12-097-1/+559
* crypto: qat - add support for c62x accel typeTadeusz Struk2015-12-097-0/+683
* crypto: qat - add support for c3xxx accel typeTadeusz Struk2015-12-098-5/+714
OpenPOWER on IntegriCloud