Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
e3a4ea4fd2e5f154ae9233f1ce30e7564e5cbcfc
/
crypto
e3a4ea4
[CRYPTO] tcrypt: Add aead support
by Mikko Herranen
· 17 years ago
ff85a80
[CRYPTO] camellia: Move more common code into camellia_setup_tail
by Denys Vlasenko
· 17 years ago
dedcf8b
[CRYPTO] camellia: Move common code into camellia_setup_tail
by Denys Vlasenko
· 17 years ago
acca79a
[CRYPTO] camellia: Merge encrypt/decrypt routines for all key lengths
by Denys Vlasenko
· 17 years ago
2ddae4a
[CRYPTO] camellia: Code shrink
by Denys Vlasenko
· 17 years ago
3f8214e
[CRYPTO] ctr: Use crypto_inc and crypto_xor
by Herbert Xu
· 17 years ago
d0b9007
[CRYPTO] pcbc: Use crypto_xor
by Herbert Xu
· 17 years ago
50b6544
[CRYPTO] cbc: Require block size to be a power of 2
by Herbert Xu
· 17 years ago
3c7f076
[CRYPTO] cbc: Use crypto_xor
by Herbert Xu
· 17 years ago
7613636
[CRYPTO] api: Add crypto_inc and crypto_xor
by Herbert Xu
· 17 years ago
2407d60
[CRYPTO] salsa20: Salsa20 stream cipher
by Tan Swee Heng
· 17 years ago
332f884
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
by Herbert Xu
· 17 years ago
468577a
[CRYPTO] scatterwalk: Use generic scatterlist chaining
by Herbert Xu
· 17 years ago
cd12fb9
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
by Jonathan Lynch
· 17 years ago
5157dea
[CRYPTO] aes-i586: Remove setkey
by Sebastian Siewior
· 17 years ago
b345cee
[CRYPTO] ctr: Remove default M
by Sebastian Siewior
· 17 years ago
81190b3
[CRYPTO] aes-x86-64: Remove setkey
by Sebastian Siewior
· 17 years ago
96e82e4
[CRYPTO] aes-generic: Make key generation exportable
by Sebastian Siewior
· 17 years ago
be5fb27
[CRYPTO] aes-generic: Coding style cleanup
by Sebastian Siewior
· 17 years ago
41fdab3
[CRYPTO] ctr: Add countersize
by Joy Latten
· 17 years ago
d3e7480
[CRYPTO] camellia: De-unrolling
by Denys Vlasenko
· 17 years ago
1ce73e8
[CRYPTO] camellia: Code cleanup
by Denys Vlasenko
· 17 years ago
3a5e5f81
[CRYPTO] camellia: Code cleanup
by Denys Vlasenko
· 17 years ago
1721a81
[CRYPTO] camellia: Code cleanup
by Denys Vlasenko
· 17 years ago
e2b21b5
[CRYPTO] twofish: Do not unroll big stuff in twofish key setup
by Denys Vlasenko
· 17 years ago
89e1265
[CRYPTO] aes: Move common defines into a header file
by Sebastian Siewior
· 17 years ago
c3041f9
[CRYPTO] hifn_795x: Detect weak keys
by Evgeniy Polyakov
· 17 years ago
16d004a
[CRYPTO] des: Create header file for common macros
by Evgeniy Polyakov
· 17 years ago
23e353c
[CRYPTO] ctr: Add CTR (Counter) block cipher mode
by Joy Latten
· 17 years ago
38cb241
[CRYPTO] api: Fix potential race in crypto_remove_spawn
by Herbert Xu
· 17 years ago
f347c4f
[CRYPTO] authenc: Move initialisations up to shut up gcc
by Herbert Xu
· 17 years ago
87ae9af
cleanup asm/scatterlist.h includes
by Adrian Bunk
· 17 years ago
a5a613a
[CRYPTO] tcrypt: Move sg_init_table out of timing loops
by Herbert Xu
· 17 years ago
b733588
[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.
by David S. Miller
· 17 years ago
a676772
[CRYPTO]: HMAC needs some more scatterlist fixups.
by David S. Miller
· 17 years ago
41fb285
[CRYPTO]: Fix hmac_digest from the SG breakage.
by Vlad Yasevich
· 17 years ago
642f149
SG: Change sg_set_page() to take length and offset argument
by Jens Axboe
· 17 years ago
78c2f0b
[SG] Update crypto/ to sg helpers
by Jens Axboe
· 17 years ago
991d174
crypto: convert "crypto" subdirectory to UTF-8
by John Anthony Kazos Jr
· 17 years ago
ab83407
crypto: don't pollute the global namespace with sg_next()
by Jens Axboe
· 18 years ago
5265eeb
[CRYPTO] sha: Add header file for SHA definitions
by Jan Glauber
· 17 years ago
ad5d278
[CRYPTO] sha: Load the SHA[1|256] module by an alias
by Sebastian Siewior
· 17 years ago
f8246af
[CRYPTO] aes: Rename aes to aes-generic
by Sebastian Siewior
· 17 years ago
c5a511f
[CRYPTO] des: Rename des to des-generic
by Sebastian Siewior
· 17 years ago
7607bd8
[CRYPTO] blkcipher: Added blkcipher_walk_virt_block
by Herbert Xu
· 17 years ago
2614de1
[CRYPTO] blkcipher: Increase kmalloc amount to aligned block size
by Herbert Xu
· 17 years ago
d805848
[CRYPTO] api: Explain the comparison on larval cra_name
by Herbert Xu
· 17 years ago
7061378
[CRYPTO] blkcipher: Remove alignment restriction on block size
by Herbert Xu
· 17 years ago
e4c5c6c
[CRYPTO] authenc: Kill spaces in algorithm names
by Herbert Xu
· 17 years ago
720a650
[CRYPTO] cryptomgr: Fix parsing of recursive algorithms
by Herbert Xu
· 17 years ago
f19f511
[CRYPTO] xts: XTS blockcipher mode implementation without partial blocks
by Rik Snel
· 17 years ago
5aaff0c
[CRYPTO] blkcipher: Use max() in blkcipher_get_spot() to state the intention
by Ingo Oeser
· 17 years ago
70dec23
[CRYPTO] api: Kill crypto_km_types
by Herbert Xu
· 17 years ago
3c09f17
[CRYPTO] aead: Add authenc
by Herbert Xu
· 17 years ago
5fa0fea
[CRYPTO] scatterwalk: Add scatterwalk_map_and_copy
by Herbert Xu
· 17 years ago
e962a65
[CRYPTO] api: Move scatterwalk into algapi
by Herbert Xu
· 17 years ago
2de98e7
[CRYPTO] ablkcipher: Remove queue pointer from common alg object
by Herbert Xu
· 17 years ago
791b4d5
[CRYPTO] api: Add missing headers for setkey_unaligned
by Herbert Xu
· 17 years ago
39e1ee0
[CRYPTO] api: Add support for multiple template parameters
by Herbert Xu
· 17 years ago
1ae9782
[CRYPTO] api: Add aead crypto type
by Herbert Xu
· 17 years ago
e2ee95b
[CRYPTO] seed: New cipher algorithm
by Hye-Shik Chang
· 17 years ago
a349365
[CRYPTO] Kconfig: Remove "default m"s
by Adrian Bunk
· 17 years ago
6247cdc
async_tx: fix dma_wait_for_async_tx
by Dan Williams
· 17 years ago
32528d0
[CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spot
by Herbert Xu
· 17 years ago
e4630f9
[CRYPTO] blkcipher: Fix handling of kmalloc page straddling
by Herbert Xu
· 17 years ago
0681717
[CRYPTO] api: fix writting into unallocated memory in setkey_aligned
by Sebastian Siewior
· 17 years ago
eb0645a
async_tx: fix kmap_atomic usage in async_memcpy
by Dan Williams
· 17 years ago
13d3189
Make crypto API use seq_list_xxx helpers
by Pavel Emelianov
· 17 years ago
d09f51b
Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
by David S. Miller
· 17 years ago
9bc89cd
async_tx: add the async_tx api
by Dan Williams
· 18 years ago
685784a
xor: make 'xor_blocks' a library routine for use with async_tx
by Dan Williams
· 17 years ago
e559e91
[CRYPTO] api: Allow ablkcipher with no queues
by Sebastian Siewior
· 17 years ago
ca7c393
[CRYPTO] api: Handle unaligned keys in setkey
by Sebastian Siewior
· 17 years ago
fe3c520
[CRYPTO] api: Wake up all waiters when larval completes
by Herbert Xu
· 17 years ago
2e290f4
[CRYPTO] Kconfig: Use menuconfig objects
by Jan Engelhardt
· 17 years ago
189fe31
[CRYPTO] cryptd: Fix problem with cryptd and the freezer
by Rafael J. Wysocki
· 17 years ago
da7cd59
[CRYPTO] api: Read module pointer before freeing algorithm
by Herbert Xu
· 17 years ago
29059d1
[CRYPTO] tcrypt: Add missing error check
by Herbert Xu
· 17 years ago
3dde6ad
Fix trivial typos in Kconfig* files
by David Sterba
· 18 years ago
1605b84
[CRYPTO] cryptomgr: Fix use after free
by Herbert Xu
· 18 years ago
124b53d
[CRYPTO] cryptd: Add software async crypto daemon
by Herbert Xu
· 18 years ago
a73e699
[CRYPTO] api: Do not remove users unless new algorithm matches
by Herbert Xu
· 18 years ago
cf02f5d
[CRYPTO] cryptomgr: Fix parsing of nested templates
by Herbert Xu
· 18 years ago
b5b7f08
[CRYPTO] api: Add async blkcipher type
by Herbert Xu
· 18 years ago
ebc610e
[CRYPTO] templates: Pass type/mask when creating instances
by Herbert Xu
· 18 years ago
6158efc
[CRYPTO] tcrypt: Use async blkcipher interface
by Herbert Xu
· 18 years ago
32e3983
[CRYPTO] api: Add async block cipher interface
by Herbert Xu
· 18 years ago
03f5d8c
[CRYPTO] api: Proc functions should be marked as unused
by Herbert Xu
· 18 years ago
85d32e7
[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi
by Jouni Malinen
· 18 years ago
9f11672
[CRYPTO] api: Flush the current page right than the next
by Herbert Xu
· 18 years ago
4ee531a
[CRYPTO] api: Use the right value when advancing scatterwalk_copychunks
by Herbert Xu
· 18 years ago
7bc301e
[CRYPTO] tcrypt: Fix error checking for comp allocation
by Sebastian Siewior
· 18 years ago
f70ee5e
[CRYPTO] api: scatterwalk_copychunks() fails to advance through scatterlist
by J. Bruce Fields
· 18 years ago
2b8693c
[PATCH] mark struct file_operations const 3
by Arjan van de Ven
· 18 years ago
9783e1d
Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
by David S. Miller
· 18 years ago
02ab5a7
[CRYPTO] camellia: added the testing code of Camellia cipher
by Noriaki TAKAMIYA
· 18 years ago
d64beac
[CRYPTO] camellia: added the code of Camellia cipher algorithm.
by Noriaki TAKAMIYA
· 18 years ago
04ac7db
[CRYPTO] camellia: Add Kconfig entry.
by Noriaki TAKAMIYA
· 18 years ago
6b701dd
[CRYPTO] xcbc: Use new cipher interface
by Herbert Xu
· 18 years ago
27d2a33
[CRYPTO] api: Allow multiple frontends per backend
by Herbert Xu
· 18 years ago
Next »