index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
inside-secure
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-13
crypto: inside-secure - Probe transform record cache RAM sizes
Pascal van Leeuwen
2
-50
/
+200
2019-09-13
crypto: inside-secure - Base RD fetchcount on actual RD FIFO size
Pascal van Leeuwen
2
-12
/
+40
2019-09-13
crypto: inside-secure - Base CD fetchcount on actual CD FIFO size
Pascal van Leeuwen
2
-10
/
+48
2019-09-13
crypto: inside-secure - Enable extended algorithms on newer HW
Pascal van Leeuwen
2
-0
/
+3
2019-09-13
crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRL
Pascal van Leeuwen
2
-4
/
+4
2019-09-13
crypto: inside-secure - Add EIP97/EIP197 and endianness detection
Pascal van Leeuwen
2
-50
/
+130
2019-09-05
crypto: inside-secure - Added support for basic AES-CCM
Pascal van Leeuwen
3
-53
/
+249
2019-09-05
crypto: inside-secure - Added AES-OFB support
Pascal van Leeuwen
3
-0
/
+39
2019-09-05
crypto: inside-secure - Added AES-CFB support
Pascal van Leeuwen
3
-0
/
+39
2019-09-05
crypto: inside-secure - Added support for basic AES-GCM
Pascal van Leeuwen
4
-41
/
+204
2019-09-05
crypto: inside-secure - Minor code cleanup and optimizations
Pascal van Leeuwen
1
-39
/
+47
2019-09-05
crypto: inside-secure - Minor optimization recognizing CTR is always AES
Pascal van Leeuwen
1
-11
/
+14
2019-09-05
crypto: inside-secure - Made .cra_priority value a define
Pascal van Leeuwen
3
-31
/
+34
2019-09-05
crypto: inside-secure - Only enable algorithms advertised by the hardware
Pascal van Leeuwen
4
-2
/
+98
2019-09-05
crypto: inside-secure - Add support for the AES-XTS algorithm
Pascal van Leeuwen
3
-4
/
+123
2019-09-05
crypto: inside-secure - Move static cipher alg & mode settings to init
Pascal van Leeuwen
1
-147
/
+111
2019-08-30
crypto: inside-secure - add support for using the EIP197 without vendor firmware
Pascal van Leeuwen
2
-45
/
+161
2019-08-30
crypto: inside-secure - add support for PCI based FPGA development board
Pascal van Leeuwen
3
-167
/
+405
2019-08-30
crypto: inside-secure - Remove redundant algo to engine mapping code
Pascal van Leeuwen
4
-33
/
+0
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
1
-1
/
+1
2019-08-22
crypto: safexcel/des - switch to new verification routines
Ard Biesheuvel
1
-17
/
+7
2019-08-09
crypto: inside-secure - use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-09
crypto: inside-secure - Remove redundant DES ECB & CBC keysize check
Pascal van Leeuwen
1
-5
/
+0
2019-08-09
crypto: inside-secure - Use defines instead of some constants (cosmetic)
Pascal van Leeuwen
1
-16
/
+19
2019-07-26
crypto: inside-secure -reduce hash byte counters to 64 bits
Pascal van Leeuwen
2
-56
/
+36
2019-07-26
crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...
Pascal van Leeuwen
3
-45
/
+250
2019-07-26
crypto: inside-secure - added support for rfc3686(ctr(aes))
Pascal van Leeuwen
3
-64
/
+138
2019-07-26
crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))
Pascal van Leeuwen
3
-19
/
+72
2019-07-26
crypto: safexcel/aes - switch to library version of key expansion routine
Ard Biesheuvel
1
-1
/
+1
2019-07-26
crypto: inside-secure - add support for 0 length HMAC messages
Pascal van Leeuwen
1
-3
/
+44
2019-07-26
crypto: inside-secure - add support for arbitrary size hash/HMAC updates
Pascal van Leeuwen
2
-158
/
+269
2019-07-26
crypto: inside-secure - let HW deal with initial hash digest
Pascal van Leeuwen
1
-65
/
+6
2019-07-26
crypto: inside-secure: back out parts of earlier HMAC update workaround
Pascal van Leeuwen
1
-19
/
+13
2019-07-26
crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt
Pascal van Leeuwen
2
-5
/
+4
2019-07-26
crypto: inside-secure - fix scatter/gather list to descriptor conversion
Pascal van Leeuwen
1
-46
/
+136
2019-07-26
crypto: inside-secure - fix incorrect skcipher output IV
Pascal van Leeuwen
1
-41
/
+43
2019-07-26
crypto: inside-secure - silently return -EINVAL for input error cases
Pascal van Leeuwen
1
-5
/
+20
2019-07-26
crypto: inside-secure - keep ivsize for DES ECB modes at 0
Pascal van Leeuwen
1
-2
/
+0
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
5
-84
/
+157
2019-06-06
crypto: inside-secure - do not rely on the hardware last bit for result descr...
Antoine Tenart
1
-6
/
+18
2019-06-06
crypto: inside-secure - fix use of the SG list
Antoine Tenart
2
-30
/
+12
2019-06-06
crypto: inside-secure - add support for HMAC updates
Antoine Tenart
2
-22
/
+38
2019-06-06
crypto: inside-secure - implement IV retrieval
Antoine Tenart
2
-7
/
+53
2019-06-06
crypto: inside-secure - fix queued len computation
Antoine Tenart
1
-3
/
+5
2019-06-06
crypto: inside-secure - fix zeroing of the request in ahash_exit_inv
Antoine Tenart
1
-1
/
+1
2019-06-06
crypto: inside-secure - unify cache reset
Antoine Tenart
1
-0
/
+2
2019-06-06
crypto: inside-secure - enable context reuse
Antoine Tenart
3
-0
/
+16
2019-06-06
crypto: inside-secure - change returned error when a descriptor reports an error
Antoine Tenart
1
-1
/
+1
2019-06-06
crypto: inside-secure - improve the result error format when displayed
Antoine Tenart
1
-1
/
+1
2019-06-06
crypto: inside-secure - remove useless check
Antoine Tenart
1
-13
/
+11
[next]