index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: dts: imx8mq: Add CAAM node
Andrey Smirnov
2019-09-13
1
-0
/
+30
*
crypto: x86/aes-ni - use AES library instead of single-use AES cipher
Ard Biesheuvel
2019-09-09
1
-11
/
+6
*
crypto: arm/aes-ce - implement ciphertext stealing for CBC
Ard Biesheuvel
2019-09-09
2
-17
/
+256
*
crypto: arm/aes-neonbs - implement ciphertext stealing for XTS
Ard Biesheuvel
2019-09-09
2
-13
/
+72
*
crypto: arm/aes-ce - implement ciphertext stealing for XTS
Ard Biesheuvel
2019-09-09
2
-23
/
+208
*
crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS
Ard Biesheuvel
2019-09-09
5
-14
/
+110
*
crypto: arm64/aes - implement support for XTS ciphertext stealing
Ard Biesheuvel
2019-09-09
2
-30
/
+195
*
crypto: arm64/aes-cts-cbc - move request context data to the stack
Ard Biesheuvel
2019-09-09
1
-35
/
+26
*
crypto: arm64/aes-cts-cbc-ce - performance tweak
Ard Biesheuvel
2019-09-09
1
-3
/
+2
*
crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled
Ard Biesheuvel
2019-09-09
1
-53
/
+59
*
crypto: arm64/aes-neonbs - replace tweak mask literal with composition
Ard Biesheuvel
2019-09-09
1
-6
/
+3
*
crypto: arm/aes-neonbs - replace tweak mask literal with composition
Ard Biesheuvel
2019-09-09
1
-5
/
+3
*
crypto: arm/aes-ce - replace tweak mask literal with composition
Ard Biesheuvel
2019-09-09
1
-6
/
+3
*
crypto: arm/aes-ce - switch to 4x interleave
Ard Biesheuvel
2019-09-09
1
-119
/
+144
*
crypto: arm/aes-ce - yield the SIMD unit between scatterwalk steps
Ard Biesheuvel
2019-09-09
2
-35
/
+34
*
crypto: arm/aes - fix round key prototypes
Ard Biesheuvel
2019-09-09
2
-29
/
+29
*
crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.
zhong jiang
2019-09-09
1
-3
/
+1
*
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
Hans de Goede
2019-09-05
2
-2
/
+2
*
crypto: x86 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-6
/
+6
*
crypto: s390 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-4
/
+4
*
crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
1
-12
/
+12
*
crypto: arm - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2019-09-05
2
-16
/
+16
*
crypto: arm64/aes - implement accelerated ESSIV/CBC mode
Ard Biesheuvel
2019-08-30
2
-0
/
+152
*
crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
Ard Biesheuvel
2019-08-30
1
-42
/
+40
*
crypto: s390/aes - fix typo in XTS_BLOCK_SIZE identifier
Ard Biesheuvel
2019-08-22
1
-2
/
+2
*
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
2019-08-22
2
-0
/
+4
*
crypto: sha256 - Move lib/sha256.c to lib/crypto
Hans de Goede
2019-08-22
4
-4
/
+4
*
crypto: s390/xts-aes - invoke fallback for ciphertext stealing
Ard Biesheuvel
2019-08-22
1
-4
/
+4
*
crypto: x86/xts - implement support for ciphertext stealing
Ard Biesheuvel
2019-08-22
9
-18
/
+81
*
crypto: x86/des - switch to library interface
Ard Biesheuvel
2019-08-22
1
-19
/
+23
*
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
2019-08-22
1
-1
/
+1
*
crypto: 3des - move verification out of exported routine
Ard Biesheuvel
2019-08-22
1
-0
/
+4
*
crypto: sparc/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-21
/
+16
*
crypto: s390/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-14
/
+11
*
asm-generic: Remove redundant arch-specific rules for simd.h
Herbert Xu
2019-08-02
2
-2
/
+0
*
crypto: s390/aes - fix name clash after AES library refactor
Ard Biesheuvel
2019-07-31
1
-4
/
+4
*
crypto: ghash - add comment and improve help text
Eric Biggers
2019-07-27
3
-4
/
+3
*
crypto: aegis128l/aegis256 - remove x86 and generic implementations
Ard Biesheuvel
2019-07-26
5
-2113
/
+0
*
crypto: morus - remove generic and x86 implementations
Ard Biesheuvel
2019-07-26
9
-2726
/
+0
*
crypto: arm/aes-scalar - unexport en/decryption routines
Ard Biesheuvel
2019-07-26
1
-3
/
+0
*
crypto: arm64/aes-cipher - switch to shared AES inverse Sbox
Ard Biesheuvel
2019-07-26
1
-39
/
+1
*
crypto: arm/aes-cipher - switch to shared AES inverse Sbox
Ard Biesheuvel
2019-07-26
1
-39
/
+1
*
crypto: arm64/aes-neon - switch to shared AES Sboxes
Ard Biesheuvel
2019-07-26
1
-71
/
+3
*
crypto: arm/ghash - provide a synchronous version
Ard Biesheuvel
2019-07-26
1
-26
/
+52
*
crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)
Ard Biesheuvel
2019-07-26
1
-0
/
+65
*
crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
Ard Biesheuvel
2019-07-26
1
-0
/
+43
*
crypto: arm/aes - use native endiannes for key schedule
Ard Biesheuvel
2019-07-26
2
-16
/
+13
*
crypto: arm64/aes-ce-cipher - use AES library as fallback
Ard Biesheuvel
2019-07-26
3
-9
/
+3
*
crypto: aes - move sync ctr(aes) to AES library and generic helper
Ard Biesheuvel
2019-07-26
3
-60
/
+33
*
crypto: arm64/aes-ce - switch to library version of key expansion routine
Ard Biesheuvel
2019-07-26
2
-8
/
+11
[next]