summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove blank textsMasahiro Yamada2019-01-031-1/+0
* drivers: caam: add RNG software self-testRoland Hieber2018-12-056-0/+279
* crypto: caam - allow retrieving 'era' from registerMarcin Niestroj2018-09-042-4/+58
* crypto: caam - staticize caam_get_era()Marcin Niestroj2018-09-042-3/+1
* crypto: caam - sync desc.h with LinuxMarcin Niestroj2018-09-041-23/+9
* crypto: caam - do not use mem and emi_slow clock for imx7xMarcin Niestroj2018-09-041-12/+21
* crypto: caam - fix endless loop when DECO acquire failsMarcin Niestroj2018-09-041-2/+5
* crypto: caam - constify key dataMarcin Niestroj2018-09-041-4/+4
* crypto: caam - fix incorrect defineMarcin Niestroj2018-09-041-1/+1
* crypto: caam - clean-up in caam_init_rng()Marcin Niestroj2018-09-041-5/+1
* crypto: caam - avoid double inclusion in desc_constr.hMarcin Niestroj2018-09-041-0/+5
* crypto: caam - constify pointer to descriptor bufferMarcin Niestroj2018-09-041-33/+36
* crypto: caam - remove unreachable code in report_ccb_status()Marcin Niestroj2018-09-041-3/+2
* crypto: caam - trivial code clean-upMarcin Niestroj2018-09-041-2/+1
* crypto: caam - fix sparse warningsMarcin Niestroj2018-09-042-21/+15
* crypto: caam - add support for iMX6ULMarcin Niestroj2018-09-041-12/+17
* crypto: caam - handle core endianness != caam endiannessMarcin Niestroj2018-09-045-105/+206
* crypto: caam - fix writing to JQCR_MS when using service interfaceMarcin Niestroj2018-09-041-1/+1
* crypto: caam - fix warning in APPEND_MATH_IMM_u64Marcin Niestroj2018-09-041-1/+1
* crypto: caam - fix RNG init descriptor ret. code checkingMarcin Niestroj2018-09-041-2/+3
* crypto: caam: use dma_alloc_coherent instead of dma_allocOleksij Rempel2017-07-121-3/+1
* crypto: caam - fix RNG buffer cache alignmentOleksij Rempel2017-03-301-1/+3
* caamrng: port to hwrng frameworkOleksij Rempel2017-03-302-28/+13
* crypto: add i.MX6 CAAM supportSteffen Trumtrar2016-02-1215-0/+4636