Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
473971187d6727609951858c63bf12b0307ef015
/
crypto
4739711
crypto: serpent - mark __serpent_setkey_sbox noinline
by Arnd Bergmann
· 6 years ago
149c4e6
crypto: testmgr - dynamically allocate crypto_shash
by Arnd Bergmann
· 6 years ago
6b5ca64
crypto: testmgr - dynamically allocate testvec_config
by Arnd Bergmann
· 6 years ago
611a23c
crypto: arc4 - remove cipher implementation
by Ard Biesheuvel
· 6 years ago
dc51f25
crypto: arc4 - refactor arc4 core code into separate library
by Ard Biesheuvel
· 6 years ago
bdb275b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 6 years ago
860ab2e
crypto: chacha - constify ctx and iv arguments
by Eric Biggers
· 6 years ago
76cadf2
crypto: chacha20poly1305 - a few cleanups
by Eric Biggers
· 6 years ago
81bcbb1
crypto: skcipher - un-inline encrypt and decrypt functions
by Eric Biggers
· 6 years ago
f2fe115
crypto: aead - un-inline encrypt and decrypt functions
by Eric Biggers
· 6 years ago
e63e1b0
crypto: testmgr - add some more preemption points
by Eric Biggers
· 6 years ago
177f87d
crypto: algapi - require cra_name and cra_driver_name
by Eric Biggers
· 6 years ago
d6ebf52
crypto: make all generic algorithms set cra_driver_name
by Eric Biggers
· 6 years ago
7545b6c
crypto: chacha20poly1305 - fix atomic sleep when using async algorithm
by Eric Biggers
· 6 years ago
20a0f97
crypto: lrw - use correct alignmask
by Eric Biggers
· 6 years ago
5c6bc4d
crypto: ghash - fix unaligned memory access in ghash_setkey()
by Eric Biggers
· 6 years ago
67882e7
crypto: xxhash - Implement xxhash support
by Nikolay Borisov
· 6 years ago
d9d67c8
crypto: jitter - update implementation to 2.1.2
by Stephan Müller
· 6 years ago
d8ea98a
crypto: testmgr - test the shash API
by Eric Biggers
· 6 years ago
5e99a0a
crypto: algapi - remove crypto_tfm_in_queue()
by Eric Biggers
· 6 years ago
84ede58
crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST
by Eric Biggers
· 6 years ago
3e56e16
crypto: cryptd - move kcrypto_wq into cryptd
by Eric Biggers
· 6 years ago
e590e13
crypto: gf128mul - make unselectable by user
by Eric Biggers
· 6 years ago
8780414
crypto: echainiv - change to 'default n'
by Eric Biggers
· 6 years ago
c8a3315
crypto: make all templates select CRYPTO_MANAGER
by Eric Biggers
· 6 years ago
929d34c
crypto: testmgr - make extra tests depend on cryptomgr
by Eric Biggers
· 6 years ago
e944eab
crypto: testmgr - fix length truncation with large page size
by Eric Biggers
· 6 years ago
7829a0c
crypto: hmac - fix memory leak in hmac_init_tfm()
by Eric Biggers
· 6 years ago
9c5b34c2f
crypto: jitterentropy - change back to module_init()
by Eric Biggers
· 6 years ago
db07cd2
crypto: drbg - add FIPS 140-2 CTRNG for noise source
by Stephan Mueller
· 6 years ago
e135440
crypto: hash - fix incorrect HASH_MAX_DESCSIZE
by Eric Biggers
· 6 years ago
80f2321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
81ff5d2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
ff24e49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
1036633
crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA
by Vitaly Chikunov
· 6 years ago
f0372c0
crypto: testmgr - add missing self test entries for protected keys
by Gilad Ben-Yossef
· 6 years ago
877b569
crypto: shash - remove shash_desc::flags
by Eric Biggers
· 6 years ago
54fe792
crypto: shash - remove useless crypto_yield() in shash_ahash_digest()
by Eric Biggers
· 6 years ago
6a1faa4
crypto: ccm - fix incompatibility between "ccm" and "ccm_base"
by Eric Biggers
· 6 years ago
f699594
crypto: gcm - fix incompatibility between "gcm" and "gcm_base"
by Eric Biggers
· 6 years ago
67cb60e
crypto: shash - fix missed optimization in shash_ahash_digest()
by Eric Biggers
· 6 years ago
0a877e3
crypto: cryptd - remove ability to instantiate ablkciphers
by Eric Biggers
· 6 years ago
8c3fffe
crypto: scompress - initialize per-CPU variables on each CPU
by Sebastian Andrzej Siewior
· 6 years ago
c4741b2
crypto: run initcalls for generic implementations earlier
by Eric Biggers
· 6 years ago
40153b1
crypto: testmgr - fuzz AEADs against their generic implementation
by Eric Biggers
· 6 years ago
d435e10
crypto: testmgr - fuzz skciphers against their generic implementation
by Eric Biggers
· 6 years ago
9a8a6b3
crypto: testmgr - fuzz hashes against their generic implementation
by Eric Biggers
· 6 years ago
f2bb770a
crypto: testmgr - add helpers for fuzzing against generic implementation
by Eric Biggers
· 6 years ago
951d133
crypto: testmgr - identify test vectors by name rather than number
by Eric Biggers
· 6 years ago
5283a8e
crypto: testmgr - expand ability to test for errors
by Eric Biggers
· 6 years ago
32fbdbd
crypto: ecrdsa - add EC-RDSA test vectors to testmgr
by Vitaly Chikunov
· 6 years ago
0d7a786
crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
by Vitaly Chikunov
· 6 years ago
4a2289d
crypto: ecc - make ecc into separate module
by Vitaly Chikunov
· 6 years ago
3d6228a
crypto: Kconfig - create Public-key cryptography section
by Vitaly Chikunov
· 6 years ago
f1774cb
X.509: parse public key parameters from x509 for akcipher
by Vitaly Chikunov
· 6 years ago
83bc029
KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
by Vitaly Chikunov
· 6 years ago
c7381b0
crypto: akcipher - new verify API for public key algorithms
by Vitaly Chikunov
· 6 years ago
3ecc972
crypto: rsa - unimplement sign/verify for raw RSA backends
by Vitaly Chikunov
· 6 years ago
78a0324f
crypto: akcipher - default implementations for request callbacks
by Vitaly Chikunov
· 6 years ago
d7198ce
crypto: des_generic - Forbid 2-key in 3DES and add helpers
by Herbert Xu
· 6 years ago
edaf28e
crypto: salsa20 - don't access already-freed walk.iv
by Eric Biggers
· 6 years ago
aec286c
crypto: lrw - don't access already-freed walk.iv
by Eric Biggers
· 6 years ago
b257b48
crypto: lrw - Fix atomic sleep when walking skcipher
by Herbert Xu
· 6 years ago
44427c0
crypto: xts - Fix atomic sleep when walking skcipher
by Herbert Xu
· 6 years ago
678cce4
crypto: x86/poly1305 - fix overflow during partial reduction
by Eric Biggers
· 6 years ago
eda69b0
crypto: testmgr - add panic_on_fail module parameter
by Eric Biggers
· 6 years ago
c31a871
crypto: cts - don't support empty messages
by Eric Biggers
· 6 years ago
c5c4688
crypto: streebog - fix unaligned memory accesses
by Eric Biggers
· 6 years ago
5e27f38
crypto: chacha20poly1305 - set cra_name correctly
by Eric Biggers
· 6 years ago
dcaca01
crypto: skcipher - don't WARN on unprocessed data after slow walk step
by Eric Biggers
· 6 years ago
307508d
crypto: crct10dif-generic - fix use via crypto_shash_digest()
by Eric Biggers
· 6 years ago
61abc35
crypto: aes - Use ___cacheline_aligned for aes data
by Andi Kleen
· 6 years ago
71052dc
crypto: scompress - Use per-CPU struct instead multiple variables
by Sebastian Andrzej Siewior
· 6 years ago
6a4d1b1
crypto: scompress - return proper error code for allocation failure
by Sebastian Andrzej Siewior
· 6 years ago
d99324c
crypto: fips - Grammar s/options/option/, s/to/the/
by Geert Uytterhoeven
· 6 years ago
4e5180e
crypto: Kconfig - fix typos AEGSI -> AEGIS
by Ondrej Mosnacek
· 6 years ago
f6fff17
crypto: salsa20-generic - use crypto_xor_cpy()
by Eric Biggers
· 6 years ago
29d97de
crypto: chacha-generic - use crypto_xor_cpy()
by Eric Biggers
· 6 years ago
6570737
crypto: testmgr - test the !may_use_simd() fallback code
by Eric Biggers
· 6 years ago
8b8d91d
crypto: simd - convert to use crypto_simd_usable()
by Eric Biggers
· 6 years ago
b55e1a3
crypto: simd,testmgr - introduce crypto_simd_usable()
by Eric Biggers
· 6 years ago
7aceaae
crypto: chacha-generic - fix use as arm64 no-NEON fallback
by Eric Biggers
· 6 years ago
f808aa3
crypto: testmgr - remove workaround for AEADs that modify aead_request
by Eric Biggers
· 6 years ago
e151a8d
crypto: x86/morus1280 - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
4773095
crypto: x86/morus640 - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
b6708c2
crypto: x86/aegis256 - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
d628132
crypto: x86/aegis128l - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
de272ca
crypto: x86/aegis128 - convert to use AEAD SIMD helpers
by Eric Biggers
· 6 years ago
1661131
crypto: simd - support wrapping AEAD algorithms
by Eric Biggers
· 6 years ago
45ec975
lib/lzo: separate lzo-rle from lzo
by Dave Rodgman
· 6 years ago
63bdf42
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
91e1484
crypto: af_alg - use struct_size() in sock_kfree_s()
by Gustavo A. R. Silva
· 6 years ago
333e6647
crypto: adiantum - add 1536 and 4096-byte test vectors
by Eric Biggers
· 6 years ago
367ecc0
crypto: nhpoly1305 - add a test vector with len % 16 != 0
by Eric Biggers
· 6 years ago
e674dbc
crypto: testmgr - add iv_out to all CTR test vectors
by Eric Biggers
· 6 years ago
cdc6946
crypto: testmgr - add iv_out to all CBC test vectors
by Eric Biggers
· 6 years ago
8efd972
crypto: testmgr - support checking skcipher output IV
by Eric Biggers
· 6 years ago
c9e1d48
crypto: testmgr - remove extra bytes from 3DES-CTR IVs
by Eric Biggers
· 6 years ago
9060cb7
net: crypto set sk to NULL when af_alg_release.
by Mao Wenan
· 6 years ago
Next »