index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
crypto: user - fix memory leak in crypto_report
Navid Emamdoost
2019-10-10
1
-1
/
+3
|
*
crypto: af_alg - cast ki_complete ternary op to int
Ayush Sawal
2019-10-10
1
-1
/
+1
|
*
crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly
Ard Biesheuvel
2019-10-10
1
-0
/
+1
|
*
crypto: jitter - fix comments
Alexander E. Patrakov
2019-10-04
1
-3
/
+3
|
*
crypto: aegis128-neon - use Clang compatible cflags for ARM
Ard Biesheuvel
2019-10-04
1
-1
/
+1
|
*
crypto: testmgr - Added testvectors for the rfc3686(ctr(sm4)) skcipher
Pascal van Leeuwen
2019-10-04
2
-0
/
+35
|
*
crypto: testmgr - Added testvectors for the ofb(sm4) & cfb(sm4) skciphers
Pascal van Leeuwen
2019-10-04
2
-0
/
+110
|
*
crypto: testmgr - Added testvectors for the hmac(sm3) ahash
Pascal van Leeuwen
2019-10-04
2
-0
/
+62
|
*
crypto: testmgr - add another gcm(aes) testcase
Ard Biesheuvel
2019-10-04
1
-0
/
+192
|
*
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
2019-10-04
1
-1
/
+1
*
|
KEYS: trusted: Create trusted keys subsystem
Sumit Garg
2019-11-12
1
-1
/
+1
*
|
KEYS: Use common tpm_buf for trusted and asymmetric keys
Sumit Garg
2019-11-12
1
-62
/
+45
*
|
tpm: Move tpm_buf code to include/linux/
Sumit Garg
2019-11-12
1
-6
/
+6
|
/
*
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-28
1
-1
/
+3
|
\
|
*
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
2019-08-20
1
-1
/
+3
*
|
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-09-28
1
-0
/
+33
|
\
\
|
*
|
PKCS#7: Introduce pkcs7_get_digest()
Thiago Jung Bauermann
2019-08-06
1
-0
/
+33
*
|
|
Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-09-21
3
-0
/
+692
|
\
\
\
|
*
|
|
crypto: essiv - create wrapper template for ESSIV generation
Ard Biesheuvel
2019-09-03
3
-0
/
+692
|
|
/
/
*
|
|
padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
Daniel Jordan
2019-09-13
1
-4
/
+0
*
|
|
crypto: pcrypt - remove padata cpumask notifier
Daniel Jordan
2019-09-13
1
-107
/
+18
*
|
|
padata: make padata_do_parallel find alternate callback CPU
Daniel Jordan
2019-09-13
1
-31
/
+2
*
|
|
padata: allocate workqueue internally
Daniel Jordan
2019-09-13
1
-11
/
+2
*
|
|
crypto: skcipher - Unmap pages after an external error
Herbert Xu
2019-09-09
1
-19
/
+23
*
|
|
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
Hans de Goede
2019-09-05
1
-1
/
+0
*
|
|
crypto: aegis128 - Fix -Wunused-const-variable warning
YueHaibing
2019-08-30
2
-11
/
+11
*
|
|
crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
Ard Biesheuvel
2019-08-30
3
-0
/
+520
*
|
|
crypto: arm64/aegis128 - use explicit vector load for permute vectors
Ard Biesheuvel
2019-08-30
1
-19
/
+19
*
|
|
crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code
Hans de Goede
2019-08-22
2
-207
/
+19
*
|
|
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
2019-08-22
1
-0
/
+3
*
|
|
crypto: sha256_generic - Fix some coding style issues
Hans de Goede
2019-08-22
1
-134
/
+134
*
|
|
crypto: des - remove now unused __des3_ede_setkey()
Ard Biesheuvel
2019-08-22
1
-13
/
+0
*
|
|
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
2019-08-22
2
-876
/
+49
*
|
|
crypto: 3des - move verification out of exported routine
Ard Biesheuvel
2019-08-22
1
-5
/
+5
*
|
|
crypto: des/3des_ede - add new helpers to verify keys
Ard Biesheuvel
2019-08-22
1
-13
/
+0
*
|
|
crypto: arm64/aegis128 - implement plain NEON version
Ard Biesheuvel
2019-08-15
3
-2
/
+80
*
|
|
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
Ard Biesheuvel
2019-08-15
4
-0
/
+207
*
|
|
crypto: aegis128 - add support for SIMD acceleration
Ard Biesheuvel
2019-08-15
2
-4
/
+49
*
|
|
crypto: xts - add support for ciphertext stealing
Ard Biesheuvel
2019-08-15
1
-20
/
+132
*
|
|
crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0
Pascal van Leeuwen
2019-08-15
1
-1
/
+2
*
|
|
crypto: streebog - remove two unused variables
YueHaibing
2019-08-15
1
-46
/
+0
*
|
|
crypto: aes-generic - remove unused variable 'rco_tab'
YueHaibing
2019-08-15
1
-2
/
+0
*
|
|
crypto: cryptd - Use refcount_t for refcount
Chuhong Yuan
2019-08-15
1
-22
/
+22
*
|
|
crypto: gcm - restrict assoclen for rfc4543
Iuliana Prodan
2019-08-09
1
-2
/
+4
*
|
|
crypto: engine - Reduce default RT priority
Peter Zijlstra
2019-08-09
1
-1
/
+1
*
|
|
crypto: gcm - helper functions for assoclen/authsize check
Iuliana Prodan
2019-08-09
1
-26
/
+15
*
|
|
crypto: jitterentropy - build without sanitizer
Arnd Bergmann
2019-08-02
1
-0
/
+2
*
|
|
Revert "crypto: aegis128 - add support for SIMD acceleration"
Herbert Xu
2019-08-02
5
-247
/
+4
*
|
|
crypto: ghash - add comment and improve help text
Eric Biggers
2019-07-27
2
-8
/
+34
*
|
|
crypto: aegis - fix badly optimized clang output
Arnd Bergmann
2019-07-27
1
-7
/
+7
[prev]
[next]