aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-10-12crypto: talitos - simplify tests in ipsec_esp()LEROY Christophe
2017-10-12crypto: talitos - remove to_talitos_ptr_len()LEROY Christophe
2017-10-12crypto: talitos - don't check the number of channels at each interruptLEROY Christophe
2017-10-12crypto: talitos - use devm_ioremap()LEROY Christophe
2017-10-12crypto: talitos - use of_property_read_u32()LEROY Christophe
2017-10-12crypto: talitos - use devm_kmalloc()LEROY Christophe
2017-10-12crypto: talitos - declare local functions staticLEROY Christophe
2017-10-12crypto: talitos - zeroize the descriptor with memset()LEROY Christophe
2017-10-12crypto: talitos - fix ctr-aes-talitosLEROY Christophe
2017-10-12crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe
2017-10-12crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe
2017-10-12crypto: talitos - fix setkey to check key weaknessLEROY Christophe
2017-10-12crypto: talitos - fix memory corruption on SEC2LEROY Christophe
2017-10-12crypto: talitos - fix AEAD test failuresLEROY Christophe
2017-10-12crypto: crypto4xx - add aes-gcm supportChristian Lamparter
2017-10-12crypto: crypto4xx - add aes-ccm supportChristian Lamparter
2017-10-12crypto: crypto4xx - prepare for AEAD supportChristian Lamparter
2017-10-12crypto: crypto4xx - simplify sa and state context acquisitionChristian Lamparter
2017-10-12crypto: crypto4xx - fix stalls under heavy loadChristian Lamparter
2017-10-12crypto: crypto4xx - fix various warningsChristian Lamparter
2017-10-12crypto: crypto4xx - overhaul crypto4xx_build_pd()Christian Lamparter
2017-10-12crypto: crypto4xx - use the correct LE32 format for IV and key defsChristian Lamparter
2017-10-12crypto: crypto4xx - add backlog queue supportChristian Lamparter
2017-10-12crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter
2017-10-12crypto: crypto4xx - fix type mismatch compiler errorChristian Lamparter
2017-10-12crypto: crypto4xx - fix off-by-one AES-OFBChristian Lamparter
2017-10-12crypto: crypto4xx - wire up hmac_mc to hmac_mutingChristian Lamparter
2017-10-12crypto: bcm - pr_err() strings should end with newlinesArvind Yadav
2017-10-12crypto: qat - pr_err() strings should end with newlinesArvind Yadav
2017-10-12crypto: chelsio - pr_err() strings should end with newlinesArvind Yadav
2017-10-12crypto: virtio - pr_err() strings should end with newlinesArvind Yadav
2017-10-12crypto: omap-aes - pr_err() strings should end with newlinesArvind Yadav
2017-10-12hwrng: core - pr_err() strings should end with newlinesArvind Yadav
2017-10-07crypto: bcm - use of_device_get_match_dataCorentin LABBE
2017-10-07crypto: omap - use of_device_get_match_dataCorentin LABBE
2017-10-07crypto: stm32 - use of_device_get_match_dataCorentin LABBE
2017-10-07crypto: omap - return -ENOMEM on allocation failure.Allen
2017-10-07crypto:ccp - invoke the DMA callback in a standard wayamd
2017-10-07crypto: ccp - unmap pages and remove unmap objects in callbackamd
2017-09-22crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi
2017-09-22crypto: drop unnecessary return statementsGeliang Tang
2017-09-22crypto: Use PTR_ERR_ZEROHimanshu Jha
2017-09-22crypto: inside-secure - remove null check before kfreeHimanshu Jha
2017-09-22crypto: n2 - remove null check before kfreeHimanshu Jha
2017-09-22crypto: padlock-sha - constify x86_cpu_idArvind Yadav
2017-09-22crypto: padlock-aes - constify x86_cpu_idArvind Yadav
2017-09-22crypto: crypto4xx - pointer arithmetic overhaulChristian Lamparter
2017-09-22crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter
2017-09-22crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constantChristian Lamparter
2017-09-22crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()Christian Lamparter