Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a71c8f62d46e4496011182658dc058303960c068
/
crypto
b913852
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 16 years ago
f6bccf6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 16 years ago
fdb0ac8
async_tx: make async_tx_run_dependencies() easier to read
by Dan Williams
· 16 years ago
f4c4cd6
Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"
by Herbert Xu
· 16 years ago
de24125
async_tx: fix the bug in async_tx_run_dependencies
by Yuri Tikhonov
· 16 years ago
a0f000e
crypto: skcipher - Use RNG interface instead of get_random_bytes
by Herbert Xu
· 16 years ago
17f0f4a
crypto: rng - RNG interface and implementation
by Neil Horman
· 16 years ago
ccb778e
crypto: api - Add fips_enable flag
by Neil Horman
· 16 years ago
5be5e66
crypto: skcipher - Move IV generators into their own modules
by Herbert Xu
· 16 years ago
1aa4ecd
crypto: cryptomgr - Test ciphers using ECB
by Herbert Xu
· 16 years ago
73d3864
crypto: api - Use test infrastructure
by Herbert Xu
· 16 years ago
da7f033
crypto: cryptomgr - Add test infrastructure
by Herbert Xu
· 16 years ago
01b3232
crypto: tcrypt - Add alg_test interface
by Herbert Xu
· 16 years ago
bdecd22
crypto: tcrypt - Abort and only log if there is an error
by Herbert Xu
· 16 years ago
8cb51ba
crypto: crc32c - Use Intel CRC32 instruction
by Austin Zhang
· 16 years ago
f139cfa
crypto: tcrypt - Avoid using contiguous pages
by Herbert Xu
· 16 years ago
a7581a0
crypto: api - Display larval objects properly
by Herbert Xu
· 16 years ago
c51b6c8
crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup
by Herbert Xu
· 16 years ago
b6d4434
crypto: Kconfig - Replace leading spaces with tabs
by Adrian Bunk
· 16 years ago
a697690
crypto: authenc - Avoid using clobbered request pointer
by Herbert Xu
· 16 years ago
dbaaba1
crypto: hash - Fix digest size check for digest type
by Herbert Xu
· 16 years ago
f176e63
crypto: tcrypt - Fix AEAD chunk testing
by Herbert Xu
· 16 years ago
e34a8ae
async_tx: fix missing braces in async_xor_zero_sum
by Dan Williams
· 16 years ago
5554b35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 16 years ago
3dce017
async_tx: remove depend_tx from async_tx_sync_epilog
by Dan Williams
· 16 years ago
d2c52b7
async_tx: export async_tx_quiesce
by Dan Williams
· 16 years ago
669ab0b
async_tx: fix handling of the "out of descriptor" condition in async_xor
by Dan Williams
· 16 years ago
1e55db2
async_tx: ensure the xor destination buffer remains dma-mapped
by Dan Williams
· 16 years ago
20fc190
async_tx: list_for_each_entry_rcu() cleanup
by Li Zefan
· 16 years ago
260eddf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 16 years ago
6c9fcaf
Merge branch 'core/rcu' into core/rcu-for-linus
by Ingo Molnar
· 16 years ago
7890ea1
Revert crypto: prng - Deterministic CPRNG
by Herbert Xu
· 16 years ago
0c81b2a
Merge branch 'linus' into core/rcu
by Ingo Molnar
· 16 years ago
18e33e6
crypto: hash - Move ahash functions into crypto/hash.h
by Herbert Xu
· 16 years ago
5773a3e
crypto: crc32c - Add ahash implementation
by Herbert Xu
· 16 years ago
2003625
crypto: hash - Added scatter list walking helper
by Herbert Xu
· 16 years ago
b8454ee
crypto: prng - Deterministic CPRNG
by Neil Horman
· 16 years ago
166247f
crypto: hash - Removed vestigial ahash fields
by Herbert Xu
· 16 years ago
ca786dc
crypto: hash - Fixed digest size check
by Herbert Xu
· 16 years ago
caee168
crypto: rmd - sparse annotations
by Harvey Harrison
· 16 years ago
b2b6a17
crypto: rmd128 - sparse annotations
by Harvey Harrison
· 16 years ago
bd699f2
crypto: camellia - Use kernel-provided bitops, unaligned access helpers
by Harvey Harrison
· 16 years ago
4b22f0d
crypto: tcrpyt - Remove unnecessary kmap/kunmap calls
by Herbert Xu
· 16 years ago
d729de2
[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode
by Neil Horman
· 16 years ago
5cdcc22
[CRYPTO] rmd: Use pointer form of endian swapping operations
by Herbert Xu
· 16 years ago
feedfda
[CRYPTO] rmd320: Fix endian issues
by Adrian-Ken Rueegsegger
· 16 years ago
2952ff1
[CRYPTO] rmd256: Fix endian issues
by Adrian-Ken Rueegsegger
· 16 years ago
c928a0c
[CRYPTO] rmd160: Fix endian issues
by Adrian-Ken Rueegsegger
· 16 years ago
0f923a2
[CRYPTO] rmd128: Fix endian problems
by Adrian-Ken Rueegsegger
· 16 years ago
cde0e2c8
[CRYPTO] tcrypt: Use asynchronous hash interface
by Loc Ho
· 16 years ago
b8a2825
[CRYPTO] cryptd: Add asynchronous hash support
by Loc Ho
· 16 years ago
004a403
[CRYPTO] hash: Add asynchronous hash support
by Loc Ho
· 16 years ago
534fe2c
[CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithms
by Adrian-Ken Rueegsegger
· 16 years ago
2998db3
[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320
by Adrian-Ken Rueegsegger
· 16 years ago
c555c28
[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320
by Adrian-Ken Rueegsegger
· 16 years ago
ba6b039
[CRYPTO] ripemd: Put all common RIPEMD values in header file
by Adrian-Ken Rueegsegger
· 16 years ago
a558f1d
[CRYPTO] tcrypt: Catch cipher destination memory corruption
by Patrick McHardy
· 16 years ago
b10c170
[CRYPTO] tcrpyt: Get rid of change log in source
by Herbert Xu
· 16 years ago
82798f9
[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithms
by Adrian-Ken Rueegsegger
· 16 years ago
fd4adf1
[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160
by Adrian-Ken Rueegsegger
· 16 years ago
c6580eb
[CRYPTO] ripemd: Add support for RIPEMD hash algorithms
by Adrian-Ken Rueegsegger
· 16 years ago
93aa7f8
[CRYPTO] cryptd: Fix EINPROGRESS notification context
by Herbert Xu
· 16 years ago
872ac87
crypto: chainiv - Invoke completion function
by Herbert Xu
· 16 years ago
65bc3ff
async_tx: fix async_memset compile error
by Dan Williams
· 16 years ago
dbb018cd8
crypto: tcrypt - Fix memory leak in test_cipher
by Darren Jenkins
· 16 years ago
766d027
Merge branch 'linus' into core/rcu
by Ingo Molnar
· 16 years ago
c4913c7
[CRYPTO] cts: Init SG tables
by Alexey Dobriyan
· 16 years ago
8252474
rcu: split list.h and move rcu-protected lists into rculist.h
by Franck Bui-Huu
· 16 years ago
67412f0
[CRYPTO] hmac: Avoid calling virt_to_page on key
by Herbert Xu
· 16 years ago
b1145ce
[CRYPTO] cryptd: Correct kzalloc error test
by Julia Lawall
· 17 years ago
46f8153
[CRYPTO] eseqiv: Fix off-by-one encryption
by Herbert Xu
· 17 years ago
1616132
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
by Patrick McHardy
· 17 years ago
584fffc
[CRYPTO] kconfig: Ordering cleanup
by Sebastian Siewior
· 17 years ago
3af5b90
[CRYPTO] all: Clean up init()/fini()
by Kamalesh Babulal
· 17 years ago
5427663
[CRYPTO] aes: Export generic setkey
by Sebastian Siewior
· 17 years ago
c3715cb9
[CRYPTO] api: Make the crypto subsystem fully modular
by Sebastian Siewior
· 17 years ago
76cb952
[CRYPTO] cts: Add CTS mode required for Kerberos AES support
by Kevin Coffman
· 17 years ago
fd4609a
[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu
by Marcin Slusarz
· 17 years ago
f0df30b
[CRYPTO] tcrypt: Change the XTEA test vectors
by Sebastian Siewior
· 17 years ago
de224c3
[CRYPTO] tcrypt: Shrink the tcrypt module
by Sebastian Siewior
· 17 years ago
562954d
[CRYPTO] tcrypt: Change the usage of the test vectors
by Sebastian Siewior
· 17 years ago
48c8949
[CRYPTO] api: Constify function pointer tables
by Jan Engelhardt
· 17 years ago
d5dc392
[CRYPTO] tcrypt: Shrink speed templates
by Sebastian Siewior
· 17 years ago
477035c
[CRYPTO] tcrypt: Group common speed templates
by Sebastian Siewior
· 17 years ago
78f8b3a
[CRYPTO] sha512: Rename sha512 to sha512_generic
by Jan Glauber
· 17 years ago
607424d
[CRYPTO] api: Switch to proc_create()
by Alexey Dobriyan
· 17 years ago
636bdea
dmaengine: ack to flags: make use of the unused bits in the 'ack' field
by Dan Williams
· 17 years ago
19242d7
async_tx: fix multiple dependency submission
by Dan Williams
· 17 years ago
1edcf2e
[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk
by Joy Latten
· 17 years ago
8d8002f
async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor
by Dan Williams
· 17 years ago
3280ab3e
async_tx: checkpatch says s/__FUNCTION__/__func__/g
by Dan Williams
· 17 years ago
f13ba2f
[CRYPTO] skcipher: Fix section mismatches
by Herbert Xu
· 17 years ago
2f40a17
[CRYPTO] xcbc: Fix crash with IPsec
by Joy Latten
· 17 years ago
6212f2c
[CRYPTO] xts: Use proper alignment
by Sebastian Siewior
· 17 years ago
bc97f19
[CRYPTO] digest: Include internal.h for prototypes
by Adrian Bunk
· 17 years ago
3e16bfb
[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER
by Herbert Xu
· 17 years ago
76fc60a
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
by Herbert Xu
· 17 years ago
c8620c2
[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER
by Adrian Bunk
· 17 years ago
242f1a3
[CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER
by Frederik Deweerdt
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
Next »