Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
868e1bc64d04294b76f1c0eedb79e0742be441c7
/
crypto
0aaf214
Merge tag 'docs-4.10-2' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
19c75bc
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
0f1d6df
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
18e615a
crypto: skcipher - fix crash in virtual walk
by Ard Biesheuvel
· 8 years ago
fbb7263
crypto: asymmetric_keys - set error code on failure
by Pan Bian
· 8 years ago
3f692d5
crypto: doc - clarify AEAD memory structure
by Stephan Mueller
· 8 years ago
821781a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
0451698
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
04b46fb
crypto: testmgr - fix overlap in chunked tests again
by Ard Biesheuvel
· 8 years ago
678b5c6
crypto: algif_aead - fix uninitialized variable warning
by Stephan Mueller
· 8 years ago
d31de18
crypto: testmgr - add/enhance test cases for CRC-T10DIF
by Ard Biesheuvel
· 8 years ago
7e4c7f1
crypto: testmgr - avoid overlap in chunked tests
by Ard Biesheuvel
· 8 years ago
48a9927
crypto: mcryptd - Check mcryptd algorithm compatibility
by tim
· 8 years ago
0c1e16c
crypto: algif_aead - fix AEAD tag memory handling
by Stephan Mueller
· 8 years ago
c63d352
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ef3263e
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
5937d81
crypto: algif_aead - fix AIO handling of zero buffer
by Stephan Mueller
· 8 years ago
e2c1b82
crypto: algif_skcipher - set error code when kcalloc fails
by Pan Bian
· 8 years ago
34bc085
crypto: skcipher - Add separate walker for AEAD decryption
by Herbert Xu
· 8 years ago
3cbf61f
crypto: skcipher - fix crash in skcipher_walk_aead()
by Ard Biesheuvel
· 8 years ago
479d014
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
5789163
crypto: rsa - Add Makefile dependencies to fix parallel builds
by David Michael
· 8 years ago
5102981
crypto: drbg - prevent invalid SG mappings
by Stephan Mueller
· 8 years ago
eb09559
crypto: testmgr - don't use stack buffer in test_acomp()
by Eric Biggers
· 8 years ago
cc868d8
crypto: cbc - Export CBC implementation
by Herbert Xu
· 8 years ago
79c65d1
crypto: cbc - Convert to skcipher
by Herbert Xu
· 8 years ago
8567186
crypto: aesni - Convert to skcipher
by Herbert Xu
· 8 years ago
eed93e0
crypto: testmgr - Do not test internal algorithms
by Herbert Xu
· 8 years ago
065ce32
crypto: glue_helper - Add skcipher xts helpers
by Herbert Xu
· 8 years ago
043a440
crypto: pcbc - Convert to skcipher
by Herbert Xu
· 8 years ago
266d051
crypto: simd - Add simd skcipher helper
by Herbert Xu
· 8 years ago
4e0958d
crypto: cryptd - Add support for skcipher
by Herbert Xu
· 8 years ago
430b441
crypto: api - Do not clear type bits in crypto_larval_lookup
by Herbert Xu
· 8 years ago
f1c131b
crypto: xts - Convert to skcipher
by Herbert Xu
· 8 years ago
700cb3f
crypto: lrw - Convert to skcipher
by Herbert Xu
· 8 years ago
b286d8b
crypto: skcipher - Add skcipher walk interface
by Herbert Xu
· 8 years ago
7cf3186
crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option
by Jean Delvare
· 8 years ago
0b42f25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
2b95fda
X.509: Fix double free in x509_cert_parse() [ver #3]
by Andrey Ryabinin
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c8467f7
crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy
by Herbert Xu
· 8 years ago
8acf7a1
crypto: algif_hash - Fix result clobbering in recvmsg
by Herbert Xu
· 8 years ago
8ff4c19
crypto: drbg - advance output buffer pointer
by Stephan Mueller
· 8 years ago
a8348bc
crypto: algif_hash - Fix NULL hash crash with shash
by Herbert Xu
· 8 years ago
75aa0a7
crypto: gf128mul - Zero memory when freeing multiplication table
by Alex Cope
· 8 years ago
e8b2fa4
crypto: jitterentropy - drop duplicate header module.h
by Geliang Tang
· 8 years ago
d9dc8b0
net: fix sleeping for sk_wait_event()
by WANG Cong
· 8 years ago
d266f44
crypto: gf128mul - remove dead gf128mul_64k_lle code
by Alex Cope
· 8 years ago
8edda7d
crypto: dh - Consistenly return negative error codes
by Mat Martineau
· 8 years ago
109e23b
crypto: poly1305 - Use unaligned access where required
by Jason A. Donenfeld
· 8 years ago
89277a7
crypto: cryptd - Remove unused but set variable 'tfm'
by Tobias Klauser
· 8 years ago
60425a8
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
by Eric Biggers
· 8 years ago
a35528e
crypto: skcipher - Get rid of crypto_grab_skcipher2()
by Eric Biggers
· 8 years ago
6c0f400
crypto: acomp - fix dependency in Makefile
by Giovanni Cabiddu
· 8 years ago
d7db7a8
crypto: acomp - update testmgr with support for acomp
by Giovanni Cabiddu
· 8 years ago
f6ded09
crypto: acomp - add support for deflate via scomp
by Giovanni Cabiddu
· 8 years ago
6a8de3a
crypto: acomp - add support for 842 via scomp
by Giovanni Cabiddu
· 8 years ago
91d53d9
crypto: acomp - add support for lz4hc via scomp
by Giovanni Cabiddu
· 8 years ago
8cd9330
crypto: acomp - add support for lz4 via scomp
by Giovanni Cabiddu
· 8 years ago
ac9d2c4
crypto: acomp - add support for lzo via scomp
by Giovanni Cabiddu
· 8 years ago
1ab53a7
crypto: acomp - add driver-side scomp interface
by Giovanni Cabiddu
· 8 years ago
2ebda74
crypto: acomp - add asynchronous compression api
by Giovanni Cabiddu
· 8 years ago
c4ca2b0
crypto: engine - Handle the kthread worker using the new API
by Petr Mladek
· 8 years ago
9b40f79
crypto: gcm - Fix error return code in crypto_gcm_create_common()
by Wei Yongjun
· 8 years ago
f16743e
crypto: cmac - fix alignment of 'consts'
by Eric Biggers
· 8 years ago
48ee41b
crypto: cmac - return -EINVAL if block size is unsupported
by Eric Biggers
· 8 years ago
9c8ae17
crypto: api - Remove no-op exit_ops code
by Eric Biggers
· 8 years ago
1f69609
crypto: api - Fix Kconfig dependencies for FIPS
by Alec Ari
· 8 years ago
3989144
kthread: kthread worker API cleanup
by Petr Mladek
· 8 years ago
30066ce
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
c3afafa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
553911c
Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 8 years ago
c847509
async_pq_val: fix DMA memory leak
by Justin Maggard
· 8 years ago
7bcb87b
crypto: testmgr - add guard to dst buffer for ahash_export
by Jan Stancek
· 8 years ago
50d2e6d
crypto: gcm - Fix IV buffer size in crypto_gcm_setkey
by Ondrej Mosnáček
· 8 years ago
a397ba8
crypto: ghash-generic - move common definitions to a new header file
by Marcelo Cerri
· 8 years ago
0cf43f5
crypto: rsa-pkcs1pad - Handle leading zero for decryption
by Herbert Xu
· 8 years ago
36e09e1
crypto: squash lines for simple wrapper functions
by Masahiro Yamada
· 8 years ago
acdb04d
crypto: skcipher - Fix blkcipher walk OOM crash
by Herbert Xu
· 8 years ago
53a5d5d
crypto: echainiv - Replace chaining with multiplication
by Herbert Xu
· 8 years ago
493b2ed
crypto: algif_hash - Handle NULL hashes correctly
by Herbert Xu
· 8 years ago
4cba7cf
crypto: engine - permit to enqueue ashash_request
by Corentin LABBE
· 8 years ago
2589ad8
crypto: engine - move crypto engine to its own header
by Corentin LABBE
· 8 years ago
0bd2223
crypto: cryptd - initialize child shash_desc on import
by Ard Biesheuvel
· 8 years ago
10faa8c
crypto: FIPS - allow tests to be disabled in FIPS mode
by Stephan Mueller
· 8 years ago
27c4d54
crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unset
by Herbert Xu
· 8 years ago
31bd44e
crypto: cryptd - Use correct tfm object for AEAD tracking
by Herbert Xu
· 8 years ago
e09287d
crypto: rsa - allow keys >= 2048 bits in FIPS mode
by Stephan Mueller
· 8 years ago
1a45d7e
crypto: drbg - fix error return code
by Wei Yongjun
· 8 years ago
39457ac
crypto: xor - skip speed test if the xor function is selected automatically
by Martin Schwidefsky
· 8 years ago
d89a671
crypto: drbg - do not call drbg_instantiate in healt test
by Stephan Mueller
· 8 years ago
ddbc736
crypto: xts - fix a little typo
by Corentin LABBE
· 8 years ago
0fae0c1
crypto: testmgr - fix !x==y confusion
by Yanjiang Jin
· 8 years ago
c12abf3
crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVEC
by Michael Ellerman
· 8 years ago
f743e70
crypto: sha3 - Add missing ULL suffixes for 64-bit constants
by Geert Uytterhoeven
· 8 years ago
818e607
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 8 years ago
bbce2ad
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
48d4ca5
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
87dcdeb
crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct
by Herbert Xu
· 8 years ago
51b259b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
Next »