Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d9a2545ac713e26ab8c8eee741d2da1626cebd6e
/
include
/
crypto
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
298c926
crypto: cryptd - Adding the AEAD interface type support to cryptd
by Adrian Hoban
· 14 years ago
bf06099
crypto: skcipher - Add ablkcipher_walk interfaces
by David S. Miller
· 14 years ago
7d6f75e
crypto: md5 - Add export support
by Max Vozeler
· 15 years ago
5068c7a
crypto: pcrypt - Add pcrypt crypto parallelization wrapper
by Steffen Klassert
· 15 years ago
2141b63
crypto: hash - Remove legacy hash/digest code
by Benjamin Gilbert
· 15 years ago
0e1227d
crypto: ghash - Add PCLMULQDQ accelerated implementation
by Huang Ying
· 15 years ago
332a339
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 15 years ago
f1939f7
crypto: vmac - New hash algorithm for intel_txt support
by Shane Wang
· 15 years ago
0c7d400
crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test
by Herbert Xu
· 15 years ago
ace1366
crypto: cryptd - Add support to access underlaying shash
by Huang Ying
· 15 years ago
ab30046
crypto: api - Fix aligned ctx helper
by Herbert Xu
· 15 years ago
13887ed
crypto: sha512_generic - Use 64-bit counters
by Herbert Xu
· 15 years ago
1f38ad8
crypto: sha512 - Export struct sha512_state
by Herbert Xu
· 15 years ago
fa64966
crypto: shash - Fix digest size offset
by Herbert Xu
· 15 years ago
66f6ce5
crypto: ahash - Add unaligned handling and default operations
by Herbert Xu
· 15 years ago
500b3e3
crypto: ahash - Remove old_ahash_alg
by Herbert Xu
· 15 years ago
4dc10c0
crypto: crypto4xx - Switch to new style ahash
by Herbert Xu
· 15 years ago
9cd899a
crypto: cryptd - Switch to template create API
by Herbert Xu
· 15 years ago
52861c7
crypto: hash - Add helpers to free spawns
by Herbert Xu
· 15 years ago
01c2dec
crypto: ahash - Add instance/spawn support
by Herbert Xu
· 15 years ago
88056ec
crypto: ahash - Convert to new style algorithms
by Herbert Xu
· 15 years ago
2ca33da
crypto: api - Remove frontend argument from extsize/init_tfm
by Herbert Xu
· 15 years ago
fc00127
crypto: ahash - Add crypto_ahash_set_reqsize
by Herbert Xu
· 15 years ago
7eddf95
crypto: shash - Export async functions
by Herbert Xu
· 15 years ago
113adef
crypto: shash - Make descsize a run-time attribute
by Herbert Xu
· 15 years ago
aef73cf
crypto: async - Use kzfree for requests
by Herbert Xu
· 15 years ago
9b2fda7
crypto: sha256_generic - Add export/import support
by Herbert Xu
· 15 years ago
e2a7ce4
crypto: sha1_generic - Add export/import support
by Herbert Xu
· 15 years ago
99d27e1
crypto: shash - Export/import hash state only
by Herbert Xu
· 15 years ago
ef5d590
crypto: shash - Add shash_instance_ctx
by Herbert Xu
· 15 years ago
0390e6a
crypto: shash - Add __crypto_shash_cast
by Herbert Xu
· 15 years ago
cde6263
crypto: shash - Add crypto_shash_ctx_aligned
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
bf68e65
crypto: zlib - New zlib crypto module, using pcomp
by Geert Uytterhoeven
· 16 years ago
a1d2f09
crypto: compress - Add pcomp interface
by Geert Uytterhoeven
· 16 years ago
25c38d3
crypto: api - Use dedicated workqueue for crypto subsystem
by Huang Ying
· 16 years ago
9749598
crypto: shash - Add crypto_shash_blocksize
by Herbert Xu
· 16 years ago
1cac2cb
crypto: cryptd - Add support to access underlying blkcipher
by Huang Ying
· 16 years ago
109568e
crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field
by Huang Ying
· 16 years ago
412e87a
crypto: shash - Fix tfm destruction
by Herbert Xu
· 16 years ago
0ee4a96
crypto: aes - Precompute tables
by Herbert Xu
· 16 years ago
5f7082e
crypto: hash - Export shash through hash
by Herbert Xu
· 16 years ago
dec8b78
crypto: hash - Add import/export interface
by Herbert Xu
· 16 years ago
7b5a080b
crypto: hash - Add shash interface
by Herbert Xu
· 16 years ago
7b0bac6
crypto: api - Rebirth of crypto_alloc_tfm
by Herbert Xu
· 16 years ago
4a77948
crypto: api - Move type exit function into crypto_tfm
by Herbert Xu
· 16 years ago
17f0f4a
crypto: rng - RNG interface and implementation
by Neil Horman
· 16 years ago
5be5e66
crypto: skcipher - Move IV generators into their own modules
by Herbert Xu
· 16 years ago
318e531
crypto: hash - Add missing top-level functions
by Herbert Xu
· 16 years ago
18e33e6
crypto: hash - Move ahash functions into crypto/hash.h
by Herbert Xu
· 16 years ago
2003625
crypto: hash - Added scatter list walking helper
by Herbert Xu
· 16 years ago
004a403
[CRYPTO] hash: Add asynchronous hash support
by Loc Ho
· 16 years ago
8ec970d
[CRYPTO] api: Fix scatterwalk_sg_chain
by Herbert Xu
· 17 years ago
5427663
[CRYPTO] aes: Export generic setkey
by Sebastian Siewior
· 17 years ago
f13ba2f
[CRYPTO] skcipher: Fix section mismatches
by Herbert Xu
· 17 years ago
76fc60a
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
by Herbert Xu
· 17 years ago
1c5dfe6
[CRYPTO] api: Include sched.h for cond_resched in scatterwalk.h
by Herbert Xu
· 17 years ago
e7cd251
[CRYPTO] chainiv: Avoid lock spinning where possible
by Herbert Xu
· 17 years ago
3631c65
[CRYPTO] null: Add null blkcipher algorithm
by Herbert Xu
· 17 years ago
d29ce98
[CRYPTO] aead: Create default givcipher instances
by Herbert Xu
· 17 years ago
5b6d2d7
[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free
by Herbert Xu
· 17 years ago
3a282bd
[CRYPTO] aead: Add top-level givencrypt/givdecrypt calls
by Herbert Xu
· 17 years ago
743edf5
[CRYPTO] aead: Add givcrypt operations
by Herbert Xu
· 17 years ago
03bf712
[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt calls
by Herbert Xu
· 17 years ago
45d44eb
[CRYPTO] skcipher: Remove crypto_spawn_ablkcipher
by Herbert Xu
· 17 years ago
b9c55aa
[CRYPTO] skcipher: Create default givcipher instances
by Herbert Xu
· 17 years ago
15c6728
[CRYPTO] skcipher: Added skcipher_givcrypt_complete
by Herbert Xu
· 17 years ago
ecfc432
[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free
by Herbert Xu
· 17 years ago
61da88e
[CRYPTO] skcipher: Add givcrypt operations and givcipher type
by Herbert Xu
· 17 years ago
378f4f5
[CRYPTO] skcipher: Add crypto_grab_skcipher interface
by Herbert Xu
· 17 years ago
5311f24
[CRYPTO] ctr: Refactor into ctr and rfc3686
by Herbert Xu
· 17 years ago
68b6c7d
[CRYPTO] api: Add crypto_attr_alg_name
by Herbert Xu
· 17 years ago
b2ab4a5
[CRYPTO] scatterwalk: Restore custom sg chaining for now
by Herbert Xu
· 17 years ago
42c271c
[CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto
by Herbert Xu
· 17 years ago
e236d4a
[CRYPTO] authenc: Move enckeylen into key itself
by Herbert Xu
· 17 years ago
7613636
[CRYPTO] api: Add crypto_inc and crypto_xor
by Herbert Xu
· 17 years ago
332f8840
[CRYPTO] ablkcipher: Add distinct ABLKCIPHER type
by Herbert Xu
· 17 years ago
cd12fb90
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
by Jonathan Lynch
· 17 years ago
96e82e45
[CRYPTO] aes-generic: Make key generation exportable
by Sebastian Siewior
· 17 years ago
89e1265
[CRYPTO] aes: Move common defines into a header file
by Sebastian Siewior
· 17 years ago
16d004a
[CRYPTO] des: Create header file for common macros
by Evgeniy Polyakov
· 17 years ago
5265eeb
[CRYPTO] sha: Add header file for SHA definitions
by Jan Glauber
· 17 years ago
7607bd8
[CRYPTO] blkcipher: Added blkcipher_walk_virt_block
by Herbert Xu
· 17 years ago
f19f511
[CRYPTO] xts: XTS blockcipher mode implementation without partial blocks
by Rik Snel
· 17 years ago
3c09f17
[CRYPTO] aead: Add authenc
by Herbert Xu
· 17 years ago
2de98e7
[CRYPTO] ablkcipher: Remove queue pointer from common alg object
by Herbert Xu
· 17 years ago
1ae9782
[CRYPTO] api: Add aead crypto type
by Herbert Xu
· 17 years ago
aa379a6
[CRYPTO] api: Add crypto_ablkcipher_ctx_aligned
by Sebastian Siewior
· 17 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
b5b7f08
[CRYPTO] api: Add async blkcipher type
by Herbert Xu
· 18 years ago
Next »