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
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
3
-3
/
+6
2020-10-30
crypto: inside-secure - Fix sizeof() mismatch
Colin Ian King
1
-1
/
+1
2020-09-25
crypto: inside-secure - Reuse code in safexcel_hmac_alg_setkey
Herbert Xu
3
-42
/
+36
2020-09-25
crypto: inside-secure - Move ipad/opad into safexcel_context
Herbert Xu
3
-63
/
+72
2020-09-25
crypto: inside-secure - Move priv pointer into safexcel_context
Herbert Xu
3
-30
/
+30
2020-09-18
crypto: inside-secure - Add support for EIP197 with output classifier
Pascal van Leeuwen
2
-3
/
+54
2020-09-18
crypto: inside-secure - Prevent missing of processing errors
Pascal van Leeuwen
1
-4
/
+5
2020-09-04
crypto: inside-secure - use kfree_sensitive()
Denis Efremov
1
-2
/
+1
2020-07-31
crypto: inside-secure - irq balance
Sven Auhagen
2
-2
/
+14
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2
-0
/
+65
2020-01-09
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
2
-11
/
+0
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2
-39
/
+15
2019-12-20
crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES ops
Pascal van Leeuwen
2
-3
/
+6
2019-12-20
crypto: inside-secure - Fix hang case on EIP97 with zero length input data
Pascal van Leeuwen
1
-18
/
+22
2019-12-20
crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97
Pascal van Leeuwen
5
-249
/
+446
2019-12-11
crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify code
zhengbin
1
-4
/
+1
2019-11-17
crypto: inside-secure - Fixed authenc w/ (3)DES fails on Macchiatobin
Pascal van Leeuwen
1
-2
/
+3
2019-11-17
crypto: inside-secure - Fix hangup during probing for EIP97 engine
Pascal van Leeuwen
1
-4
/
+4
2019-11-08
crypto: inside-secure - Add missed clk_disable_unprepare
Chuhong Yuan
1
-0
/
+1
2019-11-01
crypto: inside-secure - Fixed warnings on inconsistent byte order handling
Pascal van Leeuwen
4
-67
/
+61
2019-10-23
crypto: inside-secure - Made locally used safexcel_pci_remove() static
Pascal van Leeuwen
1
-1
/
+1
2019-10-23
crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=m
Pascal van Leeuwen
1
-6
/
+2
2019-10-18
crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()
YueHaibing
1
-4
/
+1
2019-10-18
crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"
Colin Ian King
1
-1
/
+1
2019-10-10
crypto: inside-secure - Remove #ifdef checks
Arnd Bergmann
1
-37
/
+12
2019-10-10
crypto: inside-secure - Fix a maybe-uninitialized warning
Arnd Bergmann
1
-0
/
+2
2019-10-05
crypto: inside-secure - Add support for the EIP196
Pascal van Leeuwen
3
-14
/
+86
2019-10-05
crypto: inside-secure - Add support for HW with less ring AIC's than rings
Pascal van Leeuwen
2
-4
/
+20
2019-10-05
crypto: inside-secure - Add support for 256 bit wide internal bus
Pascal van Leeuwen
3
-51
/
+72
2019-10-05
crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEAD
Pascal van Leeuwen
3
-37
/
+134
2019-10-05
crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD"
Pascal van Leeuwen
3
-15
/
+74
2019-10-05
crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEAD
Pascal van Leeuwen
3
-23
/
+91
2019-10-05
crypto: inside-secure - Fixed corner case TRC admin RAM probing issue
Pascal van Leeuwen
2
-16
/
+34
2019-10-05
crypto: inside-secure - Fix stability issue with Macchiatobin
Pascal van Leeuwen
1
-2
/
+2
2019-10-05
crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBC
Pascal van Leeuwen
3
-0
/
+144
2019-10-05
crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC
Pascal van Leeuwen
3
-0
/
+144
2019-10-05
crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBC
Pascal van Leeuwen
3
-0
/
+41
2019-10-05
crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms
Pascal van Leeuwen
3
-13
/
+436
2019-10-05
crypto: inside-secure - Add SHA3 family of basic hash algorithms
Pascal van Leeuwen
3
-0
/
+364
2019-10-05
crypto: inside-secure - Add SM4 based authenc AEAD ciphersuites
Pascal van Leeuwen
3
-14
/
+274
2019-10-05
crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipher
Pascal van Leeuwen
3
-0
/
+53
2019-10-05
crypto: inside-secure - Add support for the cfb(sm4) skcipher
Pascal van Leeuwen
3
-0
/
+38
2019-10-05
crypto: inside-secure - Add support for the ofb(sm4) skcipher
Pascal van Leeuwen
3
-0
/
+38
2019-10-05
crypto: inside-secure - Add support for the cbc(sm4) skcipher
Pascal van Leeuwen
3
-0
/
+38
2019-10-05
crypto: inside-secure - Add support for the ecb(sm4) skcipher
Pascal van Leeuwen
3
-0
/
+97
2019-10-05
crypto: inside-secure - Added support for HMAC-SM3 ahash
Pascal van Leeuwen
3
-0
/
+72
2019-10-05
crypto: inside-secure - Added support for basic SM3 ahash
Pascal van Leeuwen
3
-0
/
+73
2019-10-05
crypto: inside-secure - Add support for the Chacha20-Poly1305 AEAD
Pascal van Leeuwen
3
-24
/
+263
2019-10-05
crypto: inside-secure - Added support for the CHACHA20 skcipher
Pascal van Leeuwen
3
-1
/
+86
2019-10-05
crypto: inside-secure - Added support for the AES-CMAC ahash
Pascal van Leeuwen
3
-0
/
+101
[next]