Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e6da0edc24eecef2f6964d92fa9044e1821deace
/
include
/
crypto
3f523e1
crypto: curve25519 - do not pollute dispatcher based on assembler
by Jason A. Donenfeld
· 4 years, 9 months ago
72f3542
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 4 years, 9 months ago
3cd54a4c
crypto: aead - improve documentation for scatterlist layout
by Eric Biggers
· 4 years, 10 months ago
5a8a076
crypto: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 10 months ago
1579f1b
crypto: x86/curve25519 - support assemblers with no adx support
by Jason A. Donenfeld
· 4 years, 10 months ago
1c08a10
crypto: poly1305 - add new 32 and 64-bit generic versions
by Jason A. Donenfeld
· 5 years ago
a24a1fd7
crypto: algapi - remove crypto_template::{alloc,free}()
by Eric Biggers
· 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
aed11cf
crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()
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
d5ed3b6
crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn
by Eric Biggers
· 5 years ago
aacd5b4
crypto: skcipher - use crypto_grab_cipher() and simplify error paths
by Eric Biggers
· 5 years ago
0764ac2
crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()
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
de95c95
crypto: algapi - pass instance to crypto_grab_spawn()
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
5f567ff
crypto: api - Retain alg refcount in crypto_grab_spawn
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
fbce6be
crypto: shash - Add init_tfm/exit_tfm and verify descsize
by Herbert Xu
· 5 years ago
4f87ee1
crypto: api - Do not zap spawn->alg
by Herbert Xu
· 5 years ago
579d705
crypto: chacha - fix warning message in header file
by Valdis Klētnieks
· 5 years ago
7bada03
crypto: skcipher - add crypto_skcipher_min_keysize()
by Eric Biggers
· 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
7e1c109
crypto: skcipher - remove crypto_skcipher::decrypt
by Eric Biggers
· 5 years ago
848755e
crypto: skcipher - remove crypto_skcipher::encrypt
by Eric Biggers
· 5 years ago
15252d9
crypto: skcipher - remove crypto_skcipher::setkey
by Eric Biggers
· 5 years ago
9ac0d13
crypto: skcipher - remove crypto_skcipher::keysize
by Eric Biggers
· 5 years ago
140734d
crypto: skcipher - remove crypto_skcipher::ivsize
by Eric Biggers
· 5 years ago
9c1e883
crypto: x86 - Regularize glue function prototypes
by Kees Cook
· 5 years ago
d63007e
crypto: ablkcipher - remove deprecated and unused ablkcipher support
by Ard Biesheuvel
· 5 years ago
d95312a
crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine
by Ard Biesheuvel
· 5 years ago
ed20078
crypto: chacha20poly1305 - import construction and selftest from Zinc
by Ard Biesheuvel
· 5 years ago
0ed42a6f
crypto: curve25519 - generic C library implementations
by Jason A. Donenfeld
· 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
a1d9306
crypto: poly1305 - expose init/update/final library interface
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
84e03fa
crypto: x86/chacha - expose SIMD ChaCha routine as library function
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
d3ca75a
crypto: skcipher - unify the crypto_has_skcipher*() functions
by Eric Biggers
· 5 years ago
5b0fe95
crypto: algif_skcipher - Use chunksize instead of blocksize
by Herbert Xu
· 5 years ago
f1f2f61
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
by Linus Torvalds
· 5 years ago
6017826
crypto: skcipher - add the ability to abort a skcipher walk
by Ard Biesheuvel
· 5 years ago
c75c66b
crypto: sha256 - Remove sha256/224_init code duplication
by Hans de Goede
· 5 years ago
34d6245
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
by Hans de Goede
· 5 years ago
7d2f5b0
crypto: sha256 - Add sha224 support to sha256 library code
by Hans de Goede
· 5 years ago
01d3aee
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
by Hans de Goede
· 5 years ago
ad767ee
crypto: sha256 - Move lib/sha256.c to lib/crypto
by Hans de Goede
· 5 years ago
18fbe0d
crypto: des - remove now unused __des3_ede_setkey()
by Ard Biesheuvel
· 5 years ago
04007b0
crypto: des - split off DES library from generic DES cipher driver
by Ard Biesheuvel
· 5 years ago
6b5c481
crypto: des - remove unused function
by Ard Biesheuvel
· 5 years ago
6ee41e5
crypto: des/3des_ede - add new helpers to verify keys
by Ard Biesheuvel
· 5 years ago
bc67d04
crypto: aes - helper function to validate key length for AES algorithms
by Iuliana Prodan
· 5 years ago
65526f6
crypto: gcm - helper functions for assoclen/authsize check
by Iuliana Prodan
· 5 years ago
e201af1
PKCS#7: Introduce pkcs7_get_digest()
by Thiago Jung Bauermann
· 6 years ago
f9981bc
crypto: api - Remove redundant #ifdef in crypto_yield()
by Thomas Gleixner
· 5 years ago
939f146
crypto: user - fix potential warnings in cryptouser.h
by Masahiro Yamada
· 5 years ago
68289c6
crypto: add header include guards
by Masahiro Yamada
· 5 years ago
8dfa20f
crypto: ghash - add comment and improve help text
by Eric Biggers
· 5 years ago
91b05a7
crypto: user - make NETLINK_CRYPTO work inside netns
by Ondrej Mosnacek
· 5 years ago
5cb9770
crypto: morus - remove generic and x86 implementations
by Ard Biesheuvel
· 6 years ago
9467a31
crypto: lib/aes - export sbox and inverse sbox
by Ard Biesheuvel
· 6 years ago
1e25ca0
crypto: aes-generic - unexport last-round AES tables
by Ard Biesheuvel
· 6 years ago
d9ec772
crypto: ctr - add helper for performing a CTR encryption walk
by Ard Biesheuvel
· 6 years ago
5bb12d7
crypto: aes-generic - drop key expansion routine in favor of library version
by Ard Biesheuvel
· 6 years ago
e59c1c9
crypto: aes - create AES library based on the fixed time AES code
by Ard Biesheuvel
· 6 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
dc51f25
crypto: arc4 - refactor arc4 core code into separate library
by Ard Biesheuvel
· 6 years ago
bdb275b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
860ab2e
crypto: chacha - constify ctx and iv arguments
by Eric Biggers
· 6 years ago
314d0f0
crypto: skcipher - make chunksize and walksize accessors internal
by Eric Biggers
· 6 years ago
81bcbb1
crypto: skcipher - un-inline encrypt and decrypt functions
by Eric Biggers
· 6 years ago
f2fe115
crypto: aead - un-inline encrypt and decrypt functions
by Eric Biggers
· 6 years ago
a61127c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
by Thomas Gleixner
· 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
3e56e16
crypto: cryptd - move kcrypto_wq into cryptd
by Eric Biggers
· 6 years ago
b4d0d23
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
by Thomas Gleixner
· 6 years ago
db07cd2
crypto: drbg - add FIPS 140-2 CTRNG for noise source
by Stephan Mueller
· 6 years ago
e135440
crypto: hash - fix incorrect HASH_MAX_DESCSIZE
by Eric Biggers
· 6 years ago
Next »