Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8911d7748ca360ef96cb207cc5165eb9c08669e5
/
include
/
crypto
/
internal
7a7ffe6
crypto: skcipher - Add top-level skcipher interface
by Herbert Xu
· 9 years ago
b0d955b
crypto: aead - Remove old AEAD interfaces
by Herbert Xu
· 9 years ago
149a397
crypto: aead - Add type-safe geniv init/exit helpers
by Herbert Xu
· 9 years ago
ba75e15
crypto: aead - Add type-safe function for freeing instances
by Herbert Xu
· 9 years ago
2c11a3f
crypto: aead - Add aead_queue interface
by Herbert Xu
· 9 years ago
7cecadb
crypto: rng - Do not free default RNG when it becomes unused
by Herbert Xu
· 9 years ago
f5d8660
crypto: aead - Fix aead_instance struct size
by Herbert Xu
· 9 years ago
cfc2bb3
crypto: rsa - add a new rsa generic implementation
by Tadeusz Struk
· 9 years ago
3c339ab
crypto: akcipher - add PKE API
by Tadeusz Struk
· 9 years ago
caab946
crypto: aead - Add multiple algorithm registration interface
by Herbert Xu
· 9 years ago
4361536
crypto: aead - Ignore return value from crypto_unregister_alg
by Herbert Xu
· 9 years ago
5c98d62
crypto: aead - Add aead_alg_instance
by Herbert Xu
· 9 years ago
6350449
crypto: aead - Add common IV generation code
by Herbert Xu
· 9 years ago
30e4c01
crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize
by Herbert Xu
· 9 years ago
856e3f40
crypto: seqiv - Add support for new AEAD interface
by Herbert Xu
· 9 years ago
63293c6
crypto: aead - Add support for new AEAD implementations
by Herbert Xu
· 9 years ago
f569525
crypto: aead - Add crypto_aead_maxauthsize
by Herbert Xu
· 9 years ago
2d0f230
crypto: aead - Rename aead_alg to old_aead_alg
by Herbert Xu
· 9 years ago
5d1d65f
crypto: aead - Convert top level interface to new style
by Herbert Xu
· 10 years ago
21b70134
crypto: aead - Add crypto_aead_set_reqsize helper
by Herbert Xu
· 10 years ago
94f1bb1
crypto: rng - Remove old low-level rng interface
by Herbert Xu
· 10 years ago
881cd6c
crypto: rng - Add multiple algorithm registration interface
by Herbert Xu
· 10 years ago
7ca99d8
crypto: rng - Add crypto_rng_set_entropy
by Herbert Xu
· 10 years ago
acec27f
crypto: rng - Convert low-level crypto_rng to new style
by Herbert Xu
· 10 years ago
1e65b81
crypto: sha-mb - multibuffer crypto infrastructure
by Tim Chen
· 10 years ago
d656c18
crypto: skcipher - Don't use __crypto_dequeue_request()
by Marek Vasut
· 10 years ago
75ecb23
crypto: hash - Add real ahash walk interface
by Herbert Xu
· 10 years ago
50fc3e8
crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once
by Jussi Kivilinna
· 12 years ago
1e12299
crypto: user - Fix lookup of algorithms with IV generator
by Steffen Klassert
· 13 years ago
332a339
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 15 years ago
0c7d400
crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test
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
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
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
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
9429699
crypto: shash - Add spawn support
by Herbert Xu
· 15 years ago
2e4fddd
crypto: shash - Add shash_instance
by Herbert Xu
· 15 years ago
a1d2f09
crypto: compress - Add pcomp interface
by Geert Uytterhoeven
· 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
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
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
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
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
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