index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
2019-08-09
3
-6
/
+11
|
*
|
|
|
|
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-09
9
-117
/
+104
|
*
|
|
|
|
crypto: caam/qi - fix error handling in ERN handler
Horia Geantă
2019-08-09
3
-1
/
+6
|
*
|
|
|
|
crypto: inside-secure - Remove redundant DES ECB & CBC keysize check
Pascal van Leeuwen
2019-08-09
1
-5
/
+0
|
*
|
|
|
|
crypto: ccp - Clean up and exit correctly on allocation failure
Gary R Hook
2019-08-09
1
-10
/
+4
|
*
|
|
|
|
crypto: drivers - Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-09
13
-28
/
+7
|
*
|
|
|
|
crypto: inside-secure - Use defines instead of some constants (cosmetic)
Pascal van Leeuwen
2019-08-09
1
-16
/
+19
|
*
|
|
|
|
crypto: caam - fix concurrency issue in givencrypt descriptor
Horia Geantă
2019-08-09
2
-1
/
+10
|
*
|
|
|
|
crypto: ux500/crypt - Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-08-09
1
-0
/
+6
|
*
|
|
|
|
crypto: ccp - Log an error message when ccp-crypto fails to load
Gary R Hook
2019-08-09
1
-1
/
+3
|
*
|
|
|
|
crypto: ccree - use std api sg_zero_buffer
Gilad Ben-Yossef
2019-08-09
3
-24
/
+2
|
*
|
|
|
|
crypto: ccree - use the full crypt length value
Gilad Ben-Yossef
2019-08-09
1
-1
/
+1
|
*
|
|
|
|
crypto: caam - defer probing until QMan is available
Horia Geantă
2019-08-02
1
-26
/
+48
|
*
|
|
|
|
crypto: nx - Add of_node_put() before return in 842
Nishka Dasgupta
2019-08-02
1
-0
/
+1
|
*
|
|
|
|
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
Vakul Garg
2019-08-02
5
-0
/
+105
|
*
|
|
|
|
crypto: qat - Silence smp_processor_id() warning
Alexander Sverdlin
2019-08-02
1
-1
/
+1
|
*
|
|
|
|
crypto: atmel-sha204a - Use device-managed registration API
Chuhong Yuan
2019-08-02
1
-2
/
+1
|
*
|
|
|
|
crypto: ghash - add comment and improve help text
Eric Biggers
2019-07-27
1
-3
/
+3
|
*
|
|
|
|
crypto: bcm - check assoclen for rfc4543/rfc4106
Iuliana Prodan
2019-07-27
1
-0
/
+13
|
*
|
|
|
|
crypto: ccree - check assoclen for rfc4543
Iuliana Prodan
2019-07-27
1
-6
/
+20
|
*
|
|
|
|
crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zalloc
Chuhong Yuan
2019-07-27
1
-2
/
+1
|
*
|
|
|
|
crypto: caam/qi2 - Increase napi budget to process more caam responses
Vakul Garg
2019-07-27
1
-1
/
+1
|
*
|
|
|
|
crypto: ccp - Reduce maximum stack usage
Arnd Bergmann
2019-07-27
1
-21
/
+31
|
*
|
|
|
|
crypto: ccp - Include the module name in system log messages
Hook, Gary
2019-07-26
1
-0
/
+4
|
*
|
|
|
|
crypto: cavium/nitrox - Add support for loading asymmetric crypto firmware
Phani Kiran Hemadri
2019-07-26
4
-31
/
+244
|
*
|
|
|
|
crypto: ccp - Add a module parameter to control registration for DMA
Hook, Gary
2019-07-26
1
-1
/
+11
|
*
|
|
|
|
crypto: ccp - module parameter to limit the number of enabled CCPs
Hook, Gary
2019-07-26
1
-1
/
+17
|
*
|
|
|
|
crypto: ccp - Add a module parameter to specify a queue count
Hook, Gary
2019-07-26
4
-6
/
+15
|
*
|
|
|
|
crypto: ccp - Make CCP debugfs support optional
Hook, Gary
2019-07-26
3
-2
/
+14
|
*
|
|
|
|
crypto: inside-secure -reduce hash byte counters to 64 bits
Pascal van Leeuwen
2019-07-26
2
-56
/
+36
|
*
|
|
|
|
crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...
Pascal van Leeuwen
2019-07-26
3
-45
/
+250
|
*
|
|
|
|
crypto: inside-secure - added support for rfc3686(ctr(aes))
Pascal van Leeuwen
2019-07-26
3
-64
/
+138
|
*
|
|
|
|
crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))
Pascal van Leeuwen
2019-07-26
3
-19
/
+72
|
*
|
|
|
|
crypto: ux500 - Use spinlock_t instead of struct spinlock
Sebastian Andrzej Siewior
2019-07-26
2
-4
/
+4
|
*
|
|
|
|
crypto: drivers - Use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-07-26
2
-11
/
+4
|
*
|
|
|
|
crypto: chelsio - replace AES cipher calls with library calls
Ard Biesheuvel
2019-07-26
5
-61
/
+26
|
*
|
|
|
|
crypto: ccp - move to AES library for CMAC key derivation
Ard Biesheuvel
2019-07-26
3
-24
/
+5
|
*
|
|
|
|
crypto: amcc - switch to AES library for GCM key derivation
Ard Biesheuvel
2019-07-26
2
-17
/
+9
|
*
|
|
|
|
crypto: safexcel/aes - switch to library version of key expansion routine
Ard Biesheuvel
2019-07-26
2
-2
/
+2
|
*
|
|
|
|
crypto: cesa/aes - switch to library version of key expansion routine
Ard Biesheuvel
2019-07-26
2
-2
/
+2
|
*
|
|
|
|
crypto: padlock/aes - switch to library version of key expansion routine
Ard Biesheuvel
2019-07-26
2
-2
/
+2
|
*
|
|
|
|
crypto: aes - rename local routines to prevent future clashes
Ard Biesheuvel
2019-07-26
1
-4
/
+4
|
*
|
|
|
|
crypto: inside-secure - add support for 0 length HMAC messages
Pascal van Leeuwen
2019-07-26
1
-3
/
+44
|
*
|
|
|
|
crypto: inside-secure - add support for arbitrary size hash/HMAC updates
Pascal van Leeuwen
2019-07-26
2
-158
/
+269
|
*
|
|
|
|
crypto: inside-secure - let HW deal with initial hash digest
Pascal van Leeuwen
2019-07-26
1
-65
/
+6
|
*
|
|
|
|
crypto: inside-secure: back out parts of earlier HMAC update workaround
Pascal van Leeuwen
2019-07-26
1
-19
/
+13
|
*
|
|
|
|
crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt
Pascal van Leeuwen
2019-07-26
2
-5
/
+4
|
*
|
|
|
|
crypto: inside-secure - fix scatter/gather list to descriptor conversion
Pascal van Leeuwen
2019-07-26
1
-46
/
+136
|
*
|
|
|
|
crypto: inside-secure - fix incorrect skcipher output IV
Pascal van Leeuwen
2019-07-26
1
-41
/
+43
|
*
|
|
|
|
crypto: inside-secure - silently return -EINVAL for input error cases
Pascal van Leeuwen
2019-07-26
1
-5
/
+20
[prev]
[next]