summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe2017-10-121-0/+5
* crypto: talitos - fix setkey to check key weaknessLEROY Christophe2017-10-121-0/+8
* crypto: talitos - fix memory corruption on SEC2LEROY Christophe2017-10-121-14/+28
* crypto: talitos - fix AEAD test failuresLEROY Christophe2017-10-121-5/+4
* crypto: crypto4xx - add aes-gcm supportChristian Lamparter2017-10-123-0/+165
* crypto: crypto4xx - add aes-ccm supportChristian Lamparter2017-10-123-0/+216
* crypto: crypto4xx - prepare for AEAD supportChristian Lamparter2017-10-125-73/+230
* crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter2017-10-123-68/+15
* crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter2017-10-122-15/+21
* crypto: crypto4xx - fix various warningsChristian Lamparter2017-10-121-13/+3
* crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter2017-10-123-124/+103
* crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter2017-10-124-56/+64
* crypto: crypto4xx - add backlog queue supportChristian Lamparter2017-10-122-9/+41
* crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter2017-10-121-5/+5
* crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter2017-10-121-2/+2
* crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter2017-10-121-1/+1
* crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter2017-10-121-0/+1
* crypto: keywrap - simplify codeStephan Mueller2017-10-121-58/+26
* crypto: dh - return unsigned value for crypto_dh_key_len()Tudor-Dan Ambarus2017-10-122-2/+2
* crypto: dh - return unsigned int for dh_data_size()Tudor-Dan Ambarus2017-10-121-1/+1
* crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Tudor-Dan Ambarus2017-10-122-2/+2
* crypto: bcm - pr_err() strings should end with newlinesArvind Yadav2017-10-121-7/+7
* crypto: qat - pr_err() strings should end with newlinesArvind Yadav2017-10-121-6/+6
* crypto: chelsio - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: virtio - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: omap-aes - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* hwrng: core - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* crypto: lrw - Check for incorrect cipher nameChristophe Jaillet2017-10-121-1/+2
* crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet2017-10-121-2/+4
* crypto: bcm - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2
* crypto: omap - use of_device_get_match_dataCorentin LABBE2017-10-073-15/+6
* crypto: stm32 - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2
* crypto: algboss - remove redundant setting of len to zeroColin Ian King2017-10-071-1/+0
* crypto: omap - return -ENOMEM on allocation failure.Allen2017-10-071-1/+1
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2017-10-072-1/+21
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2017-10-072-1/+44
* padata: set cpu_index of unused CPUs to -1Mathias Krause2017-10-071-1/+7
* crypto: crc32-pclmul - remove useless relative addressingMikulas Patocka2017-10-071-11/+6
* crypto:ccp - invoke the DMA callback in a standard wayamd2017-10-071-3/+1
* crypto: ccp - unmap pages and remove unmap objects in callbackamd2017-10-071-0/+1
* crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi2017-09-221-55/+46
* crypto: drop unnecessary return statementsGeliang Tang2017-09-228-13/+0
* crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-223-12/+3
* crypto: inside-secure - remove null check before kfreeHimanshu Jha2017-09-221-4/+2
* crypto: n2 - remove null check before kfreeHimanshu Jha2017-09-221-8/+4
* crypto: padlock-sha - constify x86_cpu_idArvind Yadav2017-09-221-1/+1
* crypto: padlock-aes - constify x86_cpu_idArvind Yadav2017-09-221-1/+1
* crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter2017-09-223-68/+59
* crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter2017-09-221-8/+9
* crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter2017-09-222-5/+3