Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4feffeadbcb2e5b11cbbf191a33c245b74a5837b
/
include
/
crypto
/
internal
ce0d5d6
crypto: lib/blake2s - Move selftest prototype into header file
by Herbert Xu
· 4 years, 2 months ago
b00ba76
crypto: ahash - Add ahash_alg_instance
by Herbert Xu
· 4 years, 5 months ago
8afa25a
crypto: hash - Remove unused async iterators
by Ira Weiny
· 4 years, 5 months ago
453431a
mm, treewide: rename kzfree() to kfree_sensitive()
by Waiman Long
· 4 years, 5 months ago
e72b48c
crypto: geniv - remove unneeded arguments from aead_geniv_alloc()
by Eric Biggers
· 4 years, 6 months ago
1c08a10
crypto: poly1305 - add new 32 and 64-bit generic versions
by Jason A. Donenfeld
· 5 years ago
a39c66c
crypto: shash - convert shash_free_instance() to new style
by Eric Biggers
· 5 years ago
0f8f6d8
crypto: geniv - convert to new way of freeing instances
by Eric Biggers
· 5 years ago
48fb3e5
crypto: hash - add support for new way of freeing instances
by Eric Biggers
· 5 years ago
6d1b41f
crypto: ahash - unexport crypto_ahash_type
by Eric Biggers
· 5 years ago
629f1af
crypto: algapi - remove obsoleted instance creation helpers
by Eric Biggers
· 5 years ago
aacd5b4
crypto: skcipher - use crypto_grab_cipher() and simplify error paths
by Eric Biggers
· 5 years ago
84a9c93
crypto: ahash - introduce crypto_grab_ahash()
by Eric Biggers
· 5 years ago
fdfad1f
crypto: shash - introduce crypto_grab_shash()
by Eric Biggers
· 5 years ago
73bed26
crypto: akcipher - pass instance to crypto_grab_akcipher()
by Eric Biggers
· 5 years ago
cd900f0
crypto: aead - pass instance to crypto_grab_aead()
by Eric Biggers
· 5 years ago
b9f76dd
crypto: skcipher - pass instance to crypto_grab_skcipher()
by Eric Biggers
· 5 years ago
77f7e94
crypto: ahash - make struct ahash_instance be the full size
by Eric Biggers
· 5 years ago
1b84e7d
crypto: shash - make struct shash_instance be the full size
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
70ffa8f
crypto: skcipher - remove skcipher_walk_aead()
by Eric Biggers
· 5 years ago
b3c16bf
crypto: skcipher - Add skcipher_ialg_simple helper
by Herbert Xu
· 5 years ago
c6d633a
crypto: algapi - make unregistration functions return void
by Eric Biggers
· 5 years ago
d9e1670
crypto: hmac - Use init_tfm/exit_tfm interface
by Herbert Xu
· 5 years ago
579d705
crypto: chacha - fix warning message in header file
by Valdis Klētnieks
· 5 years ago
095be69
crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>
by Eric Biggers
· 5 years ago
c288178
crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms
by Eric Biggers
· 5 years ago
d63007e
crypto: ablkcipher - remove deprecated and unused ablkcipher support
by Ard Biesheuvel
· 5 years ago
7f9b088
crypto: blake2s - implement generic shash driver
by Ard Biesheuvel
· 5 years ago
66d7fb9
crypto: blake2s - generic C library implementation and selftest
by Jason A. Donenfeld
· 5 years ago
1b2c6a5
crypto: x86/poly1305 - depend on generic library not generic shash
by Ard Biesheuvel
· 5 years ago
ad8f5b8
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
by Ard Biesheuvel
· 5 years ago
48ea8c6
crypto: poly1305 - move core routines into a separate library
by Ard Biesheuvel
· 5 years ago
22cf705
crypto: chacha - unexport chacha_generic routines
by Ard Biesheuvel
· 5 years ago
5fb8ef2
crypto: chacha - move existing library code into lib/crypto
by Ard Biesheuvel
· 5 years ago
c65058b
crypto: skcipher - remove the "blkcipher" algorithm type
by Eric Biggers
· 5 years ago
5b0fe95
crypto: algif_skcipher - Use chunksize instead of blocksize
by Herbert Xu
· 5 years ago
6017826
crypto: skcipher - add the ability to abort a skcipher walk
by Ard Biesheuvel
· 5 years ago
04007b0
crypto: des - split off DES library from generic DES cipher driver
by Ard Biesheuvel
· 5 years ago
6ee41e5
crypto: des/3des_ede - add new helpers to verify keys
by Ard Biesheuvel
· 5 years ago
939f146
crypto: user - fix potential warnings in cryptouser.h
by Masahiro Yamada
· 5 years ago
91b05a7
crypto: user - make NETLINK_CRYPTO work inside netns
by Ondrej Mosnacek
· 6 years ago
4d2fa8b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
314d0f0
crypto: skcipher - make chunksize and walksize accessors internal
by Eric Biggers
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
5e99a0a
crypto: algapi - remove crypto_tfm_in_queue()
by Eric Biggers
· 6 years ago
b55e1a3
crypto: simd,testmgr - introduce crypto_simd_usable()
by Eric Biggers
· 6 years ago
1661131
crypto: simd - support wrapping AEAD algorithms
by Eric Biggers
· 6 years ago
e17568e
crypto: user - forward declare crypto_nlsk
by Eric Biggers
· 6 years ago
14aa1a8
crypto: algapi - remove crypto_alloc_instance()
by Eric Biggers
· 6 years ago
0872da1
crypto: skcipher - add helper for simple block cipher modes
by Eric Biggers
· 6 years ago
c79b411
crypto: skcipher - remove remnants of internal IV generators
by Eric Biggers
· 6 years ago
0c99c2a
crypto: user - remove unused dump functions
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
8d60539
crypto: null - Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
d14f0a1
crypto: simd - allow registering multiple algorithms at once
by Eric Biggers
· 7 years ago
edbd1ec
crypto: mcryptd - remove pointless wrapper functions
by Eric Biggers
· 7 years ago
cd6ed77
crypto: hash - introduce crypto_hash_alg_has_setkey()
by Eric Biggers
· 7 years ago
14359bd
crypto: scomp - delete unused comments
by Zhou Wang
· 7 years ago
af3ff80
crypto: hmac - require that the underlying hash algorithm is unkeyed
by Eric Biggers
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6f7473c
crypto: hash - add crypto_(un)register_ahashes()
by Rabin Vincent
· 7 years ago
333706b
crypto: Add akcipher_set_reqsize() function
by Gary R Hook
· 8 years ago
5a0387a
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
3de4f5e
crypto: scomp - allow registration of multiple scomps
by Giovanni Cabiddu
· 8 years ago
3ce5bc7
crypto: acomp - allow registration of multiple acomps
by Giovanni Cabiddu
· 8 years ago
ef0579b
crypto: ahash - Fix EINPROGRESS notification callback
by Herbert Xu
· 8 years ago
c821f6a
crypto: skcipher - introduce walksize attribute for SIMD algos
by Ard Biesheuvel
· 8 years ago
34bc085
crypto: skcipher - Add separate walker for AEAD decryption
by Herbert Xu
· 8 years ago
266d051
crypto: simd - Add simd skcipher helper
by Herbert Xu
· 8 years ago
b286d8b
crypto: skcipher - Add skcipher walk interface
by Herbert Xu
· 8 years ago
60425a8
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
by Eric Biggers
· 8 years ago
a35528e
crypto: skcipher - Get rid of crypto_grab_skcipher2()
by Eric Biggers
· 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
afb5a0a
crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration
by Eric Biggers
· 8 years ago
3a01d0e
crypto: skcipher - Remove top-level givcipher interface
by Herbert Xu
· 9 years ago
da72130
crypto: aead - Remove blkcipher null for IV generators
by Herbert Xu
· 9 years ago
ca0494c
crypto: aead - Add skcipher null for IV generators
by Herbert Xu
· 9 years ago
7a530aa
crypto: aead - Add chunk size
by Herbert Xu
· 9 years ago
4e6c3df
crypto: skcipher - Add low-level skcipher interface
by Herbert Xu
· 9 years ago
8be0b84
crypto: rsa - Store rest of the private key components
by Salvatore Benedetto
· 9 years ago
4e5f2c4
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
by Salvatore Benedetto
· 9 years ago
331bf73
crypto: sha1-mb - async implementation for sha1-mb
by Megha Dey
· 9 years ago
5a7de97
crypto: rsa - return raw integers for the ASN.1 parser
by Tudor Ambarus
· 9 years ago
53a0bd7
crypto: aead - move aead_request_cast helper to aead.h
by Tadeusz Struk
· 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
3d5b1ec
crypto: rsa - RSA padding algorithm
by Andrzej Zaborowski
· 9 years ago
28a4618
crypto: akcipher - add akcipher declarations needed by templates.
by Andrzej Zaborowski
· 9 years ago
22287b0
crypto: akcipher - Changes to asymmetric key API
by Tadeusz Struk
· 9 years ago
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
· 10 years ago
2c11a3f
crypto: aead - Add aead_queue interface
by Herbert Xu
· 10 years ago
7cecadb
crypto: rng - Do not free default RNG when it becomes unused
by Herbert Xu
· 10 years ago
f5d8660
crypto: aead - Fix aead_instance struct size
by Herbert Xu
· 10 years ago
Next »