index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
crypto: inside-secure - change returned error when a descriptor reports an error
Antoine Tenart
2019-06-06
1
-1
/
+1
|
*
|
crypto: inside-secure - improve the result error format when displayed
Antoine Tenart
2019-06-06
1
-1
/
+1
|
*
|
crypto: inside-secure - remove useless check
Antoine Tenart
2019-06-06
1
-13
/
+11
|
*
|
crypto: inside-secure - fix coding style for a condition
Antoine Tenart
2019-06-06
1
-2
/
+1
|
*
|
crypto: inside-secure - move comment
Antoine Tenart
2019-06-06
1
-3
/
+4
|
*
|
crypto: inside-secure - remove empty line
Antoine Tenart
2019-06-06
1
-1
/
+0
|
*
|
crypto: atmel-i2c - add support for SHA204A random number generator
Ard Biesheuvel
2019-05-30
5
-0
/
+211
|
*
|
crypto: atmel-ecc - factor out code that can be shared
Ard Biesheuvel
2019-05-30
5
-389
/
+451
|
*
|
crypto: atmel-ecc - add support for ACPI probing on non-AT91 platforms
Ard Biesheuvel
2019-05-30
2
-6
/
+8
|
*
|
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
2019-05-30
5
-12
/
+12
|
*
|
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-05-30
7
-353
/
+236
|
*
|
crypto: caam - remove unused defines
Sascha Hauer
2019-05-30
2
-15
/
+0
|
*
|
crypto: caam - print IV only when non NULL
Sascha Hauer
2019-05-30
1
-3
/
+4
|
*
|
crypto: ixp4xx - Fix cross-compile errors due to type mismatch
Herbert Xu
2019-05-30
1
-7
/
+8
|
*
|
crypto: talitos - use SPDX-License-Identifier
Christophe Leroy
2019-05-30
2
-38
/
+2
|
*
|
crypto: talitos - use IS_ENABLED() in has_ftr_sec1()
Christophe Leroy
2019-05-30
1
-7
/
+5
|
*
|
Revert "crypto: talitos - export the talitos_submit function"
Christophe Leroy
2019-05-30
2
-12
/
+5
|
*
|
crypto: talitos - fix AEAD processing.
Christophe Leroy
2019-05-30
2
-105
/
+55
|
*
|
crypto: talitos - Align SEC1 accesses to 32 bits boundaries.
Christophe Leroy
2019-05-30
1
-1
/
+4
|
*
|
crypto: talitos - properly handle split ICV.
Christophe Leroy
2019-05-30
1
-11
/
+15
|
*
|
crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.
Christophe Leroy
2019-05-30
1
-1
/
+2
|
*
|
crypto: talitos - Do not modify req->cryptlen on decryption.
Christophe Leroy
2019-05-30
1
-14
/
+17
|
*
|
crypto: talitos - fix ECB algs ivsize
Christophe Leroy
2019-05-30
1
-3
/
+0
|
*
|
crypto: talitos - check data blocksize in ablkcipher.
Christophe Leroy
2019-05-30
1
-0
/
+16
|
*
|
crypto: talitos - fix CTR alg blocksize
Christophe Leroy
2019-05-30
1
-1
/
+1
|
*
|
crypto: talitos - check AES key size
Christophe Leroy
2019-05-30
1
-0
/
+15
|
*
|
crypto: talitos - reduce max key size for SEC1
Christophe Leroy
2019-05-30
1
-0
/
+4
|
*
|
crypto: talitos - rename alternative AEAD algos.
Christophe Leroy
2019-05-30
1
-8
/
+8
|
*
|
crypto: cryptd - move kcrypto_wq into cryptd
Eric Biggers
2019-05-30
1
-1
/
+0
|
*
|
crypto: vmx - convert to skcipher API
Eric Biggers
2019-05-30
5
-345
/
+252
|
*
|
crypto: vmx - convert to SPDX license identifiers
Eric Biggers
2019-05-30
5
-65
/
+5
|
*
|
crypto: crypto4xx - block ciphers should only accept complete blocks
Christian Lamparter
2019-05-23
3
-23
/
+39
|
*
|
crypto: crypto4xx - fix blocksize for cfb and ofb
Christian Lamparter
2019-05-23
1
-2
/
+2
|
*
|
crypto: crypto4xx - fix AES CTR blocksize value
Christian Lamparter
2019-05-23
1
-2
/
+2
|
*
|
crypto: caam - print debugging hex dumps after unmapping
Sascha Hauer
2019-05-23
1
-10
/
+11
|
*
|
crypto: talitos - fix skcipher failure due to wrong output IV
Christophe Leroy
2019-05-23
1
-0
/
+4
|
*
|
crypto: ccp - Fix 3DES complaint from ccp-crypto module
Hook, Gary
2019-05-23
1
-11
/
+4
|
*
|
crypto: ccp - fix AES CFB error exposed by new test vectors
Hook, Gary
2019-05-23
1
-4
/
+4
|
*
|
crypto: ccp - AES CFB mode is a stream cipher
Hook, Gary
2019-05-23
1
-3
/
+3
|
*
|
crypto: caam/qi - DMA map keys using proper device
Horia Geantă
2019-05-23
1
-14
/
+19
|
*
|
crypto: caam/qi - fix address translations with IOMMU enabled
Horia Geantă
2019-05-23
3
-2
/
+17
|
*
|
crypto: caam/qi - don't allocate an extra platform device
Horia Geantă
2019-05-23
4
-39
/
+15
|
*
|
crypto: caam - convert top level drivers to libraries
Horia Geantă
2019-05-23
10
-277
/
+208
|
*
|
crypto: caam - fix S/G table passing page boundary
Horia Geantă
2019-05-23
6
-37
/
+147
|
*
|
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
2019-05-23
4
-1
/
+14
|
*
|
crypto: qat - do not offload zero length requests
Giovanni Cabiddu
2019-05-23
1
-0
/
+6
|
*
|
crypto: qat - return error for block ciphers for invalid requests
Giovanni Cabiddu
2019-05-23
1
-4
/
+19
|
*
|
crypto: qat - return proper error code in setkey
Giovanni Cabiddu
2019-05-23
1
-65
/
+108
|
*
|
crypto: qat - fix block size for aes ctr mode
Giovanni Cabiddu
2019-05-23
1
-1
/
+1
|
*
|
crypto: qat - update iv after encryption or decryption operations
Giovanni Cabiddu
2019-05-23
2
-12
/
+61
[prev]
[next]