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
/
safexcel.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-13
crypto: inside-secure - Probe transform record cache RAM sizes
Pascal van Leeuwen
1
-9
/
+12
2019-09-13
crypto: inside-secure - Base RD fetchcount on actual RD FIFO size
Pascal van Leeuwen
1
-1
/
+14
2019-09-13
crypto: inside-secure - Base CD fetchcount on actual CD FIFO size
Pascal van Leeuwen
1
-0
/
+11
2019-09-13
crypto: inside-secure - Enable extended algorithms on newer HW
Pascal van Leeuwen
1
-0
/
+1
2019-09-13
crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRL
Pascal van Leeuwen
1
-2
/
+2
2019-09-13
crypto: inside-secure - Add EIP97/EIP197 and endianness detection
Pascal van Leeuwen
1
-3
/
+23
2019-09-05
crypto: inside-secure - Added support for basic AES-CCM
Pascal van Leeuwen
1
-1
/
+9
2019-09-05
crypto: inside-secure - Added AES-OFB support
Pascal van Leeuwen
1
-0
/
+2
2019-09-05
crypto: inside-secure - Added AES-CFB support
Pascal van Leeuwen
1
-0
/
+2
2019-09-05
crypto: inside-secure - Added support for basic AES-GCM
Pascal van Leeuwen
1
-1
/
+6
2019-09-05
crypto: inside-secure - Made .cra_priority value a define
Pascal van Leeuwen
1
-0
/
+3
2019-09-05
crypto: inside-secure - Only enable algorithms advertised by the hardware
Pascal van Leeuwen
1
-0
/
+33
2019-09-05
crypto: inside-secure - Add support for the AES-XTS algorithm
Pascal van Leeuwen
1
-0
/
+2
2019-08-30
crypto: inside-secure - add support for using the EIP197 without vendor firmware
Pascal van Leeuwen
1
-0
/
+12
2019-08-30
crypto: inside-secure - add support for PCI based FPGA development board
Pascal van Leeuwen
1
-3
/
+27
2019-08-30
crypto: inside-secure - Remove redundant algo to engine mapping code
Pascal van Leeuwen
1
-1
/
+0
2019-07-26
crypto: inside-secure -reduce hash byte counters to 64 bits
Pascal van Leeuwen
1
-2
/
+2
2019-07-26
crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...
Pascal van Leeuwen
1
-0
/
+5
2019-07-26
crypto: inside-secure - added support for rfc3686(ctr(aes))
Pascal van Leeuwen
1
-29
/
+3
2019-07-26
crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))
Pascal van Leeuwen
1
-0
/
+1
2019-07-26
crypto: inside-secure - add support for arbitrary size hash/HMAC updates
Pascal van Leeuwen
1
-1
/
+3
2019-07-26
crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt
Pascal van Leeuwen
1
-1
/
+1
2019-06-06
crypto: inside-secure - add support for HMAC updates
Antoine Tenart
1
-1
/
+1
2019-06-06
crypto: inside-secure - implement IV retrieval
Antoine Tenart
1
-0
/
+8
2019-06-06
crypto: inside-secure - enable context reuse
Antoine Tenart
1
-0
/
+7
2018-07-20
crypto: inside-secure - switch to SPDX identifiers
Antoine Tenart
1
-4
/
+1
2018-07-09
crypto: inside-secure - remove request list to improve performance
Ofer Heifetz
1
-13
/
+18
2018-07-09
crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support
Ofer Heifetz
1
-0
/
+3
2018-07-09
crypto: inside-secure - ecb(des) and cbc(des) support
Ofer Heifetz
1
-0
/
+4
2018-07-09
crypto: inside-secure - hmac(md5) support
Ofer Heifetz
1
-0
/
+1
2018-07-09
crypto: inside-secure - md5 support
Ofer Heifetz
1
-0
/
+2
2018-07-09
crypto: inside-secure - set tx_max_cmd_queue to 32
Ofer Heifetz
1
-0
/
+1
2018-07-09
crypto: inside-secure - adjust the TRC configuration for EIP197D
Ofer Heifetz
1
-3
/
+9
2018-07-09
crypto: inside-secure - eip197d support
Antoine Tenart
1
-0
/
+1
2018-07-09
crypto: inside-secure - add multiple processing engine support
Ofer Heifetz
1
-19
/
+25
2018-07-09
crypto: inside-secure - dynamic ring configuration allocation
Ofer Heifetz
1
-33
/
+35
2018-07-09
crypto: inside-secure - add an invalidation flag
Antoine Tenart
1
-0
/
+5
2018-07-09
crypto: inside-secure - filter out the algorithms by engine
Antoine Tenart
1
-2
/
+3
2018-07-09
crypto: inside-secure - use precise compatibles
Antoine Tenart
1
-2
/
+2
2018-06-22
crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) support
Antoine Tenart
1
-0
/
+1
2018-06-22
crypto: inside-secure - hmac(sha384) support
Antoine Tenart
1
-0
/
+1
2018-06-22
crypto: inside-secure - sha384 support
Antoine Tenart
1
-0
/
+1
2018-06-22
crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) support
Antoine Tenart
1
-0
/
+1
2018-06-22
crypto: inside-secure - hmac(sha512) support
Antoine Tenart
1
-1
/
+2
2018-06-22
crypto: inside-secure - sha512 support
Antoine Tenart
1
-4
/
+7
2018-06-22
crypto: inside-secure - improve the counter computation
Antoine Tenart
1
-0
/
+5
2018-05-27
crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) support
Antoine Tenart
1
-0
/
+1
2018-05-27
crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support
Antoine Tenart
1
-0
/
+1
2018-05-27
crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) support
Antoine Tenart
1
-2
/
+25
2018-05-27
crypto: inside-secure - improve error reporting
Antoine Tenart
1
-0
/
+2
[next]