Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3e14462f1bee6d74eea6425d7965357d55151f80
/
include
/
linux
/
crypto.h
af5034e
crypto: remove propagation of CRYPTO_TFM_RES_* flags
by Eric Biggers
· 5 years ago
c4c4db0
crypto: remove CRYPTO_TFM_RES_WEAK_KEY
by Eric Biggers
· 5 years ago
674f368
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
by Eric Biggers
· 5 years ago
5c925e8
crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
by Eric Biggers
· 5 years ago
f9d89b8
crypto: remove unused tfm result flags
by Eric Biggers
· 5 years ago
c782937
crypto: api - remove unneeded semicolon
by Chen Zhou
· 5 years ago
c6d633a
crypto: algapi - make unregistration functions return void
by Eric Biggers
· 5 years ago
e8cfed5
crypto: cipher - remove crt_u.cipher (struct cipher_tfm)
by Eric Biggers
· 5 years ago
c441a90
crypto: compress - remove crt_u.compress (struct compress_tfm)
by Eric Biggers
· 5 years ago
d63007e
crypto: ablkcipher - remove deprecated and unused ablkcipher support
by Ard Biesheuvel
· 5 years ago
c65058b
crypto: skcipher - remove the "blkcipher" algorithm type
by Eric Biggers
· 5 years ago
cec0cb8
crypto: skcipher - remove crypto_has_ablkcipher()
by Eric Biggers
· 5 years ago
4d2fa8b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
5a35316
crypto: doc - Add parameter documentation
by Hook, Gary
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
84ede58
crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST
by Eric Biggers
· 6 years ago
231baec
crypto: clarify name of WEAK_KEY request flag
by Eric Biggers
· 6 years ago
bec9ba7
crypto: cipher - remove struct cipher_desc
by Eric Biggers
· 6 years ago
c79b411
crypto: skcipher - remove remnants of internal IV generators
by Eric Biggers
· 6 years ago
bfad6cb
crypto: api - document missing stats member
by Corentin Labbe
· 6 years ago
1f6669b
crypto: user - Add crypto_stats_init
by Corentin Labbe
· 6 years ago
44f1313
crypto: user - rename err_cnt parameter
by Corentin Labbe
· 6 years ago
17c18f9
crypto: user - Split stats in multiple structures
by Corentin Labbe
· 6 years ago
f7d76e0
crypto: user - fix use_after_free of struct xxx_request
by Corentin Labbe
· 6 years ago
6e8e72c
crypto: user - convert all stats from u32 to u64
by Corentin Labbe
· 6 years ago
2ced260
crypto: user - made crypto_user_stat optional
by Corentin Labbe
· 6 years ago
cac5818
crypto: user - Implement a generic crypto statistics
by Corentin Labbe
· 6 years ago
e2861fa
evm: Don't deadlock if a crypto algorithm is unavailable
by Matthew Garrett
· 7 years ago
0063ec4
crypto: doc - Document remaining members in struct crypto_alg
by Gary R Hook
· 7 years ago
9fa68f6
crypto: hash - prevent using keyed hashes without setting key
by Eric Biggers
· 7 years ago
a208fa8
crypto: hash - annotate algorithms taking optional key
by Eric Biggers
· 7 years ago
ce8614a
crypto: algapi - convert cra_refcnt to refcount_t
by Eric Biggers
· 7 years ago
ada69a1
crypto: introduce crypto wait for async op
by Gilad Ben-Yossef
· 7 years ago
f437a3f
crypto: api - Extend algorithm name limit to 128 bytes
by Herbert Xu
· 8 years ago
0aaf214
Merge tag 'docs-4.10-2' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
0184cfe
crypto: doc - fix source comments for Sphinx
by Stephan Mueller
· 8 years ago
864e098
crypto: api - fix comment typo
by Baruch Siach
· 8 years ago
1ab53a7
crypto: acomp - add driver-side scomp interface
by Giovanni Cabiddu
· 8 years ago
2ebda74
crypto: acomp - add asynchronous compression api
by Giovanni Cabiddu
· 8 years ago
3a01d0e
crypto: skcipher - Remove top-level givcipher interface
by Herbert Xu
· 8 years ago
4e6c3df
crypto: skcipher - Add low-level skcipher interface
by Herbert Xu
· 8 years ago
4e5f2c4
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
by Salvatore Benedetto
· 9 years ago
63044c4
crypto: hash - shrink hash down to two types
by Giovanni Cabiddu
· 9 years ago
6eae29e
crypto: doc - document correct return value for request allocation
by Eric Biggers
· 9 years ago
8965450
crypto: hash - Remove crypto_hash interface
by Herbert Xu
· 9 years ago
1104921
crypto: compress - remove unused pcomp interface
by Joonsoo Kim
· 9 years ago
5e4b8c1
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
by Herbert Xu
· 9 years ago
b0d955b
crypto: aead - Remove old AEAD interfaces
by Herbert Xu
· 9 years ago
3e90950
crypto: algif_aead - Temporarily disable all AEAD algorithms
by Herbert Xu
· 10 years ago
edf18b9
crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_alg
by Herbert Xu
· 10 years ago
3c339ab
crypto: akcipher - add PKE API
by Tadeusz Struk
· 10 years ago
12f7c14
crypto: doc - Fix typo in crypto-API.xml
by Masanari Iida
· 10 years ago
2d0f230
crypto: aead - Rename aead_alg to old_aead_alg
by Herbert Xu
· 10 years ago
5d1d65f
crypto: aead - Convert top level interface to new style
by Herbert Xu
· 10 years ago
94f1bb1
crypto: rng - Remove old low-level rng interface
by Herbert Xu
· 10 years ago
acec27f
crypto: rng - Convert low-level crypto_rng to new style
by Herbert Xu
· 10 years ago
d0e8305
crypto: rng - Convert crypto_rng to new style crypto_type
by Herbert Xu
· 10 years ago
06ca7f6
crypto: api - prevent helper ciphers from being used
by Stephan Mueller
· 10 years ago
379dcfb
crypto: doc - remove colons in comments
by Stephan Mueller
· 10 years ago
15acabf
crypto: aead - add check for presence of auth tag
by Stephan Mueller
· 10 years ago
5d26a10
crypto: prefix module autoloading with "crypto-"
by Kees Cook
· 10 years ago
47ca5be
crypto: doc - HASH API documentation
by Stephan Mueller
· 10 years ago
16e6103
crypto: doc - CIPHER API documentation
by Stephan Mueller
· 10 years ago
58284f0
crypto: doc - BLKCIPHER API documentation
by Stephan Mueller
· 10 years ago
fced7b0
crypto: doc - AEAD API documentation
by Stephan Mueller
· 10 years ago
f13ec33
crypto: doc - ABLKCIPHER API documentation
by Stephan Mueller
· 10 years ago
0d7f488
crypto: doc - cipher data structures
by Stephan Mueller
· 10 years ago
3e3dc25
crypto: Resolve shadow warnings
by Mark Rustad
· 10 years ago
ed2d265
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
4b00434
crypto: Add bulk algorithm registration interface
by Mark Brown
· 13 years ago
d912bb7
crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag
by Nikos Mavrogiannopoulos
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
7c92640
crypto.h: remove unused crypto_tfm_alg_modname() inline
by Paul Gortmaker
· 14 years ago
64a947b
crypto: Add a flag to identify crypto instances
by Steffen Klassert
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
ec49fdb
crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_MINALIGN now that it's exposed
by David Woodhouse
· 15 years ago
8ffd1be
crypto: hash - Remove cra_u.{digest,hash}
by Benjamin Gilbert
· 15 years ago
500b3e3
crypto: ahash - Remove old_ahash_alg
by Herbert Xu
· 15 years ago
88056ec
crypto: ahash - Convert to new style algorithms
by Herbert Xu
· 15 years ago
aef73cf
crypto: async - Use kzfree for requests
by Herbert Xu
· 15 years ago
a1d2f09
crypto: compress - Add pcomp interface
by Geert Uytterhoeven
· 16 years ago
3f683d6
crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention
by Herbert Xu
· 16 years ago
7b2cd92
crypto: api - Fix zeroing on free
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
3b2f6df
crypto: hash - Export shash through ahash
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
73d3864
crypto: api - Use test infrastructure
by Herbert Xu
· 16 years ago
da7f033
crypto: cryptomgr - Add test infrastructure
by Herbert Xu
· 16 years ago
18e33e6
crypto: hash - Move ahash functions into crypto/hash.h
by Herbert Xu
· 16 years ago
166247f
crypto: hash - Removed vestigial ahash fields
by Herbert Xu
· 16 years ago
004a403
[CRYPTO] hash: Add asynchronous hash support
by Loc Ho
· 17 years ago
c3715cb9
[CRYPTO] api: Make the crypto subsystem fully modular
by Sebastian Siewior
· 17 years ago
6eb7228
[CRYPTO] api: Set default CRYPTO_MINALIGN to unsigned long long
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
Next »