Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2ad787e9aae8bfac14fa96748c0f2b034577be6a
/
crypto
« Previous
6941c3a
crypto: hash - Remove legacy hash/digest implementaion
by Herbert Xu
· 15 years ago
9ef074f
crypto: authenc - Remove reference to crypto_hash
by Herbert Xu
· 15 years ago
3106caa
crypto: xcbc - Switch to shash
by Herbert Xu
· 15 years ago
8bd1209
crypto: hmac - Switch to shash
by Herbert Xu
· 15 years ago
113adef
crypto: shash - Make descsize a run-time attribute
by Herbert Xu
· 15 years ago
57cfe44
crypto: shash - Move null setkey check to registration time
by Herbert Xu
· 15 years ago
9b2fda7
crypto: sha256_generic - Add export/import support
by Herbert Xu
· 15 years ago
3d4d277
crypto: sha256_generic - Use 64-bit counter like sha1
by Herbert Xu
· 15 years ago
e2a7ce4
crypto: sha1_generic - Add export/import support
by Herbert Xu
· 15 years ago
8267ada
crypto: shash - Move finup/digest null checks to registration time
by Herbert Xu
· 15 years ago
99d27e1
crypto: shash - Export/import hash state only
by Herbert Xu
· 15 years ago
7ede5a5
crypto: api - Fix crypto_drop_spawn crash on blank spawns
by Herbert Xu
· 15 years ago
deee228
crypto: shash - Propagate reinit return value
by Herbert Xu
· 15 years ago
f88ad8d
crypto: shash - Use finup in default digest
by Herbert Xu
· 15 years ago
619a6eb
crypto: shash - Add shash_register_instance
by Herbert Xu
· 15 years ago
7d6f564
crypto: shash - Add shash_attr_alg2 helper
by Herbert Xu
· 15 years ago
d06854f
crypto: api - Add crypto_attr_alg2 helper
by Herbert Xu
· 15 years ago
9429699
crypto: shash - Add spawn support
by Herbert Xu
· 15 years ago
97eedce
crypto: api - Add new style spawn support
by Herbert Xu
· 15 years ago
2e4fddd
crypto: shash - Add shash_instance
by Herbert Xu
· 15 years ago
70ec7bb
crypto: api - Add crypto_alloc_instance2
by Herbert Xu
· 15 years ago
f2ac72e
crypto: api - Add new template create function
by Herbert Xu
· 15 years ago
fd09d7f
crypto: ansi_prng - alloc cipher just in init
by Sebastian Andrzej Siewior
· 15 years ago
ed94070
crypto: ansi_prng - Use just a BH lock
by Sebastian Andrzej Siewior
· 15 years ago
a68f661
crypto: testmgr - Allow implementation-specific tests
by Herbert Xu
· 15 years ago
daf4219
dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA
by Dan Williams
· 15 years ago
0b67fb6
crypto: skcipher - Change default sync geniv on SMP to eseqiv
by Herbert Xu
· 15 years ago
435578a
crypto: skcipher - Fix request for sync algorithms
by Herbert Xu
· 15 years ago
259c5e0
crypto: testmgr - Remove hash size check
by Herbert Xu
· 15 years ago
215ccd6
crypto: fips - Select CPRNG
by Neil Horman
· 15 years ago
ea40065
crypto: tcrypt - Fix module return code when testing by name
by Herbert Xu
· 15 years ago
2730017
crypto: ansi_cprng - Do not select FIPS
by Herbert Xu
· 15 years ago
a873a5f
crypto: tcrypt - Test algorithms by name
by Steffen Klassert
· 15 years ago
5b739ef
random: Add optional continuous repetition test to entropy store based rngs
by Neil Horman
· 15 years ago
722f2a6
Merge commit 'linus/master' into HEAD
by Vegard Nossum
· 15 years ago
33f65df
crypto: don't track xor test pages with kmemcheck
by Vegard Nossum
· 16 years ago
04ce9ab
async_xor: permit callers to pass in a 'dma/page scribble' region
by Dan Williams
· 15 years ago
a08abd8
async_tx: structify submission arguments, add scribble
by Dan Williams
· 15 years ago
88ba2aa
async_tx: kill ASYNC_TX_DEP_ACK flag
by Dan Williams
· 16 years ago
aa07a69
crypto: api - Use formatting of module name
by Alex Riesen
· 15 years ago
a0cfae5
crypto: testmgr - Allow hash test vectors longer than a page
by Herbert Xu
· 15 years ago
fd57f22
crypto: testmgr - Check all test vector lengths
by Herbert Xu
· 15 years ago
4e033a6
crypto: tcrypt - Do not exit on success in fips mode
by Jarod Wilson
· 15 years ago
3ce858c
crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}
by Geert Uytterhoeven
· 15 years ago
a3bef3a
crypto: testmgr - Skip algs not flagged fips_allowed in fips mode
by Jarod Wilson
· 15 years ago
a1915d5
crypto: testmgr - Mark algs allowed in fips mode
by Jarod Wilson
· 15 years ago
f7cb80f
crypto: testmgr - Add ctr(aes) test vectors
by Jarod Wilson
· 16 years ago
f8b0d4d
crypto: testmgr - Dynamically allocate xbuf and axbuf
by Herbert Xu
· 16 years ago
29ecd4a
crypto: testmgr - Print self-test pass notices in fips mode
by Jarod Wilson
· 16 years ago
941fb32
crypto: testmgr - Catch base cipher self-test failures in fips mode
by Jarod Wilson
· 16 years ago
e08ca2d
crypto: testmgr - Add ansi_cprng test vectors
by Jarod Wilson
· 16 years ago
7647d6c
crypto: testmgr - Add infrastructure for ansi_cprng self-tests
by Jarod Wilson
· 16 years ago
5d66732
crypto: testmgr - Add self-tests for rfc4309(ccm(aes))
by Jarod Wilson
· 16 years ago
e44a1b4
crypto: testmgr - Handle AEAD test vectors expected to fail verification
by Jarod Wilson
· 16 years ago
2f6ceb7
crypto: pcomp - pcompress.c should include crypto/internal/compress.h
by Geert Uytterhoeven
· 16 years ago
c79cf91
crypto: testmgr - Kill test_comp() sparse warnings
by Geert Uytterhoeven
· 16 years ago
2cf4ac8
crypto: aes-ni - Add support for more modes
by Huang Ying
· 16 years ago
150c7e8
crypto: fpu - Add template for blkcipher touching FPU
by Huang Ying
· 16 years ago
505fd21
crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher
by Huang Ying
· 16 years ago
811d8f0
crypto: api - Use kzfree
by Johannes Weiner
· 16 years ago
376bacb
crypto: tcrypt - Reduce stack size
by Frank Seidel
· 16 years ago
d315a0e
crypto: hash - Fix handling of sg entry that crosses page boundary
by Herbert Xu
· 15 years ago
cd208bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 15 years ago
37fc334
crypto: api - Fix algorithm module auto-loading
by Herbert Xu
· 16 years ago
abe5fa78
crypto: eseqiv - Fix IV generation for sync algorithms
by Steffen Klassert
· 16 years ago
099f53c
async_tx: rename zero_sum to val
by Dan Williams
· 16 years ago
fd74ea6
Merge branch 'dmaengine' into async-tx-raid6
by Dan Williams
· 16 years ago
133e2a3
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 16 years ago
c54c4de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 16 years ago
223cdea
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
bff6197
md: move lots of #include lines out of .h files and into .c
by NeilBrown
· 16 years ago
f4f6899
crypto: shash - Fix unaligned calculation with short length
by Yehuda Sadeh
· 16 years ago
562f477
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 16 years ago
729b5d1
dmaengine: allow dma support for async_tx to be toggled
by Dan Williams
· 16 years ago
06164f3
async_tx: provide __async_inline for HAS_DMA=n archs
by Dan Williams
· 16 years ago
0c01aed
crypto: testmgr - add zlib test
by Geert Uytterhoeven
· 16 years ago
bf68e65
crypto: zlib - New zlib crypto module, using pcomp
by Geert Uytterhoeven
· 16 years ago
8064efb
crypto: testmgr - Add support for the pcomp interface
by Geert Uytterhoeven
· 16 years ago
a1d2f09
crypto: compress - Add pcomp interface
by Geert Uytterhoeven
· 16 years ago
8c882f6
crypto: Fix dead links
by Adrian-Ken Rueegsegger
· 16 years ago
a760a66
crypto: api - Fix module load deadlock with fallback algorithms
by Herbert Xu
· 16 years ago
bb402f1
crypto: ahash - Fix digest size in /proc/crypto
by Lee Nipper
· 16 years ago
0a2e821
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
by Huang Ying
· 16 years ago
254eff7
crypto: cryptd - Per-CPU thread implementation based on kcrypto_wq
by Huang Ying
· 16 years ago
25c38d3
crypto: api - Use dedicated workqueue for crypto subsystem
by Huang Ying
· 16 years ago
6fe4a28
crypto: testmgr - Test skciphers with no IVs
by Herbert Xu
· 16 years ago
5852ae4
crypto: aead - Avoid infinite loop when nivaead fails selftest
by Herbert Xu
· 16 years ago
b170a13
crypto: skcipher - Avoid infinite loop when cipher fails selftest
by Herbert Xu
· 16 years ago
3f683d6
crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention
by Herbert Xu
· 16 years ago
ff75330
crypto: api - crypto_alg_mod_lookup either tested or untested
by Herbert Xu
· 16 years ago
c5b1e54
crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode
by Neil Horman
· 16 years ago
d7992f4
crypto: ansi_cprng - Force reset on allocation
by Neil Horman
· 16 years ago
54b6a1b
crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platform
by Huang Ying
· 16 years ago
1cac2cb
crypto: cryptd - Add support to access underlying blkcipher
by Huang Ying
· 16 years ago
1693531
crypto: shash - Remove superfluous check in init_tfm
by Herbert Xu
· 16 years ago
8eb2dfa
crypto: lrw - Fix big endian support
by Herbert Xu
· 16 years ago
4f3e797
crypto: scatterwalk - Avoid flush_dcache_page on slab pages
by Herbert Xu
· 16 years ago
7b2cd92
crypto: api - Fix zeroing on free
by Herbert Xu
· 16 years ago
4abfd73
crypto: shash - Fix module refcount
by Adrian-Ken Rueegsegger
· 16 years ago
b8e1599
crypto: api - Fix algorithm test race that broke aead initialisation
by Herbert Xu
· 16 years ago
Next »