Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
10f5b1b85ed10a80d45bc2db450e65bd792efaad
/
crypto
9060cb7
net: crypto set sk to NULL when af_alg_release.
by Mao Wenan
· 6 years ago
d45a90c
crypto: sm3 - fix undefined shift by >= width of value
by Eric Biggers
· 6 years ago
6db4341
crypto: adiantum - initialize crypto_spawn::inst
by Eric Biggers
· 6 years ago
a777336
crypto: authencesn - Avoid twice completion call in decrypt path
by Harsh Jain
· 6 years ago
8f9c469
crypto: authenc - fix parsing key with misaligned rta_len
by Eric Biggers
· 6 years ago
769e470
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
b71acb0
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
792bf4d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
c79b411
crypto: skcipher - remove remnants of internal IV generators
by Eric Biggers
· 6 years ago
101b53d
crypto: salsa20-generic - don't unnecessarily use atomic walk
by Eric Biggers
· 6 years ago
bb64829
crypto: skcipher - add might_sleep() to skcipher_walk_virt()
by Eric Biggers
· 6 years ago
0c99c2a
crypto: user - remove unused dump functions
by Corentin Labbe
· 6 years ago
8636a1f
treewide: surround Kconfig file paths with double quotes
by Masahiro Yamada
· 6 years ago
00c9fe3
crypto: adiantum - fix leaking reference to hash algorithm
by Eric Biggers
· 6 years ago
0ac6b8f
crypto: user - support incremental algorithm dumps
by Eric Biggers
· 6 years ago
c6018e1
crypto: adiantum - adjust some comments to match latest paper
by Eric Biggers
· 6 years ago
282c148
crypto: xchacha20 - fix comments for test vectors
by Eric Biggers
· 6 years ago
5569e8c
crypto: xchacha - add test vector from XChaCha20 draft RFC
by Eric Biggers
· 6 years ago
7a507d6
crypto: x86/chacha - add XChaCha12 support
by Eric Biggers
· 6 years ago
4af7826
crypto: x86/chacha20 - add XChaCha20 support
by Eric Biggers
· 6 years ago
0f961f9
crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305
by Eric Biggers
· 6 years ago
012c823
crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305
by Eric Biggers
· 6 years ago
b299362
crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instance
by Eric Biggers
· 6 years ago
ee5bbc9
crypto: tcrypt - add block size of 1472 to skcipher template
by Ard Biesheuvel
· 6 years ago
1f6669b
crypto: user - Add crypto_stats_init
by Corentin Labbe
· 6 years ago
44f1313
crypto: user - rename err_cnt parameter
by Corentin Labbe
· 6 years ago
17c18f9
crypto: user - Split stats in multiple structures
by Corentin Labbe
· 6 years ago
5fff817
crypto: user - remove intermediate variable
by Corentin Labbe
· 6 years ago
b0af91c
crypto: user - Fix invalid stat reporting
by Corentin Labbe
· 6 years ago
f7d76e0
crypto: user - fix use_after_free of struct xxx_request
by Corentin Labbe
· 6 years ago
7f0a9d5
crypto: user - split user space crypto stat structures
by Corentin Labbe
· 6 years ago
6e8e72c
crypto: user - convert all stats from u32 to u64
by Corentin Labbe
· 6 years ago
a6a3138
crypto: user - CRYPTO_STATS should depend on CRYPTO_USER
by Corentin Labbe
· 6 years ago
2ced260
crypto: user - made crypto_user_stat optional
by Corentin Labbe
· 6 years ago
946dca8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 6 years ago
e61efff
crypto: user - Disable statistics interface
by Herbert Xu
· 6 years ago
4bbfd74
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 6 years ago
e5bde04
crypto: do not free algorithm before using
by Pan Bian
· 6 years ago
a0076e1
crypto/pcrypt: Replace synchronize_rcu_bh() with synchronize_rcu()
by Paul E. McKenney
· 6 years ago
059c2a4
crypto: adiantum - add Adiantum support
by Eric Biggers
· 6 years ago
26609a2
crypto: nhpoly1305 - add NHPoly1305 support
by Eric Biggers
· 6 years ago
1b6fd3d
crypto: poly1305 - add Poly1305 core API
by Eric Biggers
· 6 years ago
878afc3
crypto: poly1305 - use structures for key and accumulator
by Eric Biggers
· 6 years ago
aa76240
crypto: chacha - add XChaCha12 support
by Eric Biggers
· 6 years ago
1ca1b91
crypto: chacha20-generic - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
de61d7a
crypto: chacha20-generic - add XChaCha20 support
by Eric Biggers
· 6 years ago
5e04542
crypto: chacha20-generic - don't unnecessarily use atomic walk
by Eric Biggers
· 6 years ago
d416559
crypto: remove useless initializations of cra_list
by Eric Biggers
· 6 years ago
3da2c1d
crypto: ecc - regularize scalar for scalar multiplication
by Vitaly Chikunov
· 6 years ago
193188e
crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE
by Cristian Stoica
· 6 years ago
25a0b9d
crypto: streebog - add Streebog test vectors
by Vitaly Chikunov
· 6 years ago
dfdda82
crypto: streebog - register Streebog in hash info for IMA
by Vitaly Chikunov
· 6 years ago
fe18957
crypto: streebog - add Streebog hash function
by Vitaly Chikunov
· 6 years ago
ecd6d5c
crypto: cts - document NIST standard status
by Gilad Ben-Yossef
· 6 years ago
2eb4942
crypto: ecc - check for invalid values in the key verification test
by Vitaly Chikunov
· 6 years ago
196ad60
crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed
by Gilad Ben-Yossef
· 6 years ago
37db69e
crypto: user - clean up report structure copying
by Eric Biggers
· 6 years ago
ed848b6
crypto: user - remove redundant reporting functions
by Eric Biggers
· 6 years ago
b1e3874
pcrypt: use format specifier in kobject_add
by Colin Ian King
· 6 years ago
7da6667
crypto: testmgr - add AES-CFB tests
by Dmitry Eremin-Solenikov
· 6 years ago
fa46007
crypto: cfb - fix decryption
by Dmitry Eremin-Solenikov
· 6 years ago
913a3aa
crypto: arm/aes - add some hardening against cache-timing attacks
by Eric Biggers
· 6 years ago
0a6a40c
crypto: aes_ti - disable interrupts while accessing S-box
by Eric Biggers
· 6 years ago
9f4debe
crypto: user - Zeroize whole structure given to user space
by Corentin Labbe
· 6 years ago
f43f399
crypto: user - fix leaking uninitialized memory to userspace
by Eric Biggers
· 6 years ago
508a1c4
crypto: simd - correctly take reqsize of wrapped skcipher into account
by Ard Biesheuvel
· 6 years ago
64ae16d
KEYS: asym_tpm: Add support for the sign operation [ver #2]
by Denis Kenzior
· 6 years ago
e73d170
KEYS: asym_tpm: Implement tpm_sign [ver #2]
by Denis Kenzior
· 6 years ago
e08e689
KEYS: asym_tpm: Implement signature verification [ver #2]
by Denis Kenzior
· 6 years ago
a335974
KEYS: asym_tpm: Implement the decrypt operation [ver #2]
by Denis Kenzior
· 6 years ago
f884fe5
KEYS: asym_tpm: Implement tpm_unbind [ver #2]
by Denis Kenzior
· 6 years ago
0c36264
KEYS: asym_tpm: Add loadkey2 and flushspecific [ver #2]
by Denis Kenzior
· 6 years ago
e1ea9f8
KEYS: trusted: Expose common functionality [ver #2]
by Denis Kenzior
· 6 years ago
ad4b1eb
KEYS: asym_tpm: Implement encryption operation [ver #2]
by Denis Kenzior
· 6 years ago
dff5a61
KEYS: asym_tpm: Implement pkey_query [ver #2]
by Denis Kenzior
· 6 years ago
d5e7274
KEYS: Add parser for TPM-based keys [ver #2]
by Denis Kenzior
· 6 years ago
f8c54e1
KEYS: asym_tpm: extract key size & public key [ver #2]
by Denis Kenzior
· 6 years ago
903be6b
KEYS: asym_tpm: add skeleton for asym_tpm [ver #2]
by Denis Kenzior
· 6 years ago
b3a8c8a
crypto: rsa-pkcs1pad: Allow hash to be optional [ver #2]
by Denis Kenzior
· 6 years ago
3c58b23
KEYS: Implement PKCS#8 RSA Private Key parser [ver #2]
by David Howells
· 6 years ago
c08fed7
KEYS: Implement encrypt, decrypt and sign for software asymmetric key [ver #2]
by David Howells
· 6 years ago
f7c4e06
KEYS: Allow the public_key struct to hold a private key [ver #2]
by David Howells
· 6 years ago
82f94f2
KEYS: Provide software public key query function [ver #2]
by David Howells
· 6 years ago
0398849
KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type [ver #2]
by David Howells
· 6 years ago
5a30771
KEYS: Provide missing asymmetric key subops for new key type ops [ver #2]
by David Howells
· 6 years ago
62606c2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
89ab066
Revert "net: simplify sock_poll_wait"
by Karsten Graul
· 6 years ago
22a8118
crypto: testmgr - fix sizeof() on COMP_BUF_SIZE
by Michael Schupikov
· 6 years ago
4a34e3c
crypto: aegis/generic - fix for big endian systems
by Ard Biesheuvel
· 6 years ago
5a8dedf
crypto: morus/generic - fix for big endian systems
by Ard Biesheuvel
· 6 years ago
fd27b57
crypto: lrw - fix rebase error after out of bounds fix
by Ard Biesheuvel
· 6 years ago
944585a
crypto: x86/aes-ni - remove special handling of AES in PCBC mode
by Ard Biesheuvel
· 6 years ago
dfb89ab
crypto: tcrypt - add OFB functional tests
by Gilad Ben-Yossef
· 6 years ago
e497c51
crypto: ofb - add output feedback mode
by Gilad Ben-Yossef
· 6 years ago
95ba597
crypto: testmgr - update sm4 test vectors
by Gilad Ben-Yossef
· 6 years ago
4d407b0
crypto: tcrypt - remove remnants of pcomp-based zlib
by Horia Geantă
· 6 years ago
cac5818
crypto: user - Implement a generic crypto statistics
by Corentin Labbe
· 6 years ago
36b3875
crypto: cryptd - Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
8d60539
crypto: null - Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
b350bee
crypto: skcipher - Introduce crypto_sync_skcipher
by Kees Cook
· 6 years ago
Next »