aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk15-164/+407
2015-10-14lib/mpi: Add mpi sgl helpersTadeusz Struk2-0/+200
2015-10-08hwrng: st - Improve FIFO size/depth descriptionLee Jones1-1/+2
2015-10-08hwrng: st - Use real-world device timings for timeoutLee Jones1-2/+8
2015-10-08hwrng: st: dt: Fix trivial typo in node addressLee Jones1-1/+1
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin3-3/+15
2015-10-08crypto: caam - add support for acipher xts(aes)Catalin Vasile1-1/+137
2015-10-08crypto: qce - dma_map_sg can handle chained SGLABBE Corentin6-94/+17
2015-10-08crypto: ccp - Use module name in driver structuresTom Lendacky2-2/+2
2015-10-08crypto: ccp - Change references to accelerator to offloadTom Lendacky2-8/+7
2015-10-08crypto: ccp - Remove use ACPI fieldTom Lendacky1-4/+0
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky4-42/+105
2015-10-01crypto: qat - remove unneeded variableTadeusz Struk1-3/+2
2015-10-01crypto: qat - add support for ctr(aes) and xts(aes)Tadeusz Struk1-39/+127
2015-10-01crypto: skcipher - blkcipher and ablkcipher should it be staticGeliang Tang1-2/+2
2015-10-01crypto: testmgr - Disable fips-allowed for authenc() and des() ciphersJohn Haxby1-16/+0
2015-10-01crypto: sahara - dma_map_sg can handle chained SGLABBE Corentin1-53/+13
2015-10-01crypto: caam - dma_map_sg can handle chained SGLABBE Corentin3-168/+53
2015-10-01crypto: talitos - dma_map_sg can handle chained SGLABBE Corentin1-86/+18
2015-10-01crypto: qat - remove empty functions and turn qat_uregister fn to voidTadeusz Struk4-25/+5
2015-09-21crypto: crc32c-pclmul - use .rodata instead of .rotataNicolas Iooss1-1/+1
2015-09-21crypto: sahara - replace sahara_sg_length with sg_nents_for_lenLABBE Corentin1-27/+3
2015-09-21crypto: amcc - replace get_sg_count by sg_nents_for_lenLABBE Corentin1-21/+1
2015-09-21crypto: bfin_crc - replace sg_count by sg_nentsLABBE Corentin1-22/+3
2015-09-21crypto: x86/sha - Restructure x86 sha512 glue code to expose all the available sha512 transformstim1-45/+204
2015-09-21crypto: x86/sha - Restructure x86 sha256 glue code to expose all the available sha256 transformstim1-50/+281
2015-09-21crypto: x86/sha - Restructure x86 sha1 glue code to expose all the available sha1 transformstim1-74/+250
2015-09-21crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 and SHA256tim3-6/+18
2015-09-21crypto: x86/sha - glue code for Intel SHA extensions optimized SHA1 & SHA256tim2-16/+34