summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - enable context reuseAntoine Tenart2019-06-061-0/+6
* crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart2019-06-061-1/+1
* crypto: inside-secure - improve the result error format when displayedAntoine Tenart2019-06-061-1/+1
* crypto: inside-secure - fix coding style for a conditionAntoine Tenart2019-06-061-2/+1Star
* treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-061-3/+5
* crypto: inside-secure - switch to SPDX identifiersAntoine Tenart2018-07-201-4/+1Star
* crypto: inside-secure - remove request list to improve performanceOfer Heifetz2018-07-081-46/+45Star
* crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz2018-07-081-0/+3
* crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz2018-07-081-0/+3
* crypto: inside-secure - hmac(md5) supportOfer Heifetz2018-07-081-1/+2
* crypto: inside-secure - md5 supportOfer Heifetz2018-07-081-0/+2
* crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2018-07-081-0/+4
* crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz2018-07-081-0/+20
* crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz2018-07-081-9/+21
* crypto: inside-secure - eip197d supportAntoine Tenart2018-07-081-10/+36
* crypto: inside-secure - add multiple processing engine supportOfer Heifetz2018-07-081-99/+125
* crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz2018-07-081-0/+7
* crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-081-0/+3
* crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-081-0/+9
* crypto: inside-secure - use precise compatiblesAntoine Tenart2018-07-081-7/+17
* crypto: inside-secure - move the firmware to a better locationAntoine Tenart2018-07-081-6/+12
* crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart2018-06-221-0/+1
* crypto: inside-secure - hmac(sha384) supportAntoine Tenart2018-06-221-0/+1
* crypto: inside-secure - sha384 supportAntoine Tenart2018-06-221-0/+1
* crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart2018-06-221-0/+1
* crypto: inside-secure - hmac(sha512) supportAntoine Tenart2018-06-221-0/+1
* crypto: inside-secure - sha512 supportAntoine Tenart2018-06-221-0/+1
* crypto: inside-secure - increase minimum transfer sizeOfer Heifetz2018-06-221-4/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-061-0/+32
|\
| * crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart2018-05-261-0/+1
| * crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart2018-05-261-0/+1
| * crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-261-0/+9
| * crypto: inside-secure - improve error reportingAntoine Tenart2018-05-261-0/+21
* | crypto: inside-secure - do not use memset on MMIOAntoine Tenart2018-05-261-2/+2
|/
* crypto: inside-secure - hmac(sha224) supportAntoine Tenart2018-03-301-0/+1
* crypto: inside-secure - hmac(sha256) supportAntoine Tenart2018-03-301-1/+2
* crypto: inside-secure - fix a typo in a register nameAntoine Tenart2018-03-301-1/+1
* crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2018-03-301-1/+1
* crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT2018-03-231-9/+25
* crypto: inside-secure - improve clock initializationGregory CLEMENT2018-03-231-5/+6
* crypto: inside-secure - fix clock managementGregory CLEMENT2018-03-231-1/+1
* crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart2018-03-091-14/+0Star
* crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz2018-03-091-6/+1Star
* crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart2018-02-221-15/+13Star
* crypto: inside-secure - do not process request if no command was issuedAntoine Tenart2018-02-221-0/+9
* crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart2018-02-221-2/+1Star
* crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King2018-01-251-2/+2
* crypto: inside-secure - EIP97 supportAntoine Ténart2017-12-221-82/+130
* crypto: inside-secure - retry to proceed the request later on failAntoine Ténart2017-12-221-9/+23
* crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart2017-12-221-3/+12