Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f85a6dd9ebd1bcaeb2f31cca71537e62606a23c2
/
crypto
9d86b41
Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 9 years ago
e22619a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
44a17ef8
crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files
by Alexander Kuleshov
· 9 years ago
2cdcc35
crypto: asymmetric_keys/rsa - Use non-conflicting variable name
by Guenter Roeck
· 9 years ago
9d77b6c
crypto: testmgr - don't print info about missing test for gcm-aes-aesni
by Tadeusz Struk
· 9 years ago
cea0a3c
crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree"
by Markus Elfring
· 9 years ago
338a9de
crypto: akcipher - fix spelling cihper -> cipher
by Tadeusz Struk
· 9 years ago
dfc9fa9
crypto: jitterentropy - avoid compiler warnings
by Stephan Mueller
· 9 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
3e90950
crypto: algif_aead - Temporarily disable all AEAD algorithms
by Herbert Xu
· 9 years ago
15539de
crypto: af_alg - Forbid the use internal algorithms
by Herbert Xu
· 9 years ago
9fcc704
crypto: echainiv - Only hold RNG during initialisation
by Herbert Xu
· 9 years ago
eeee12a
crypto: seqiv - Add compatibility support without RNG
by Herbert Xu
· 9 years ago
055906d
crypto: eseqiv - Offer normal cipher functionality without RNG
by Herbert Xu
· 9 years ago
341476d
crypto: chainiv - Offer normal cipher functionality without RNG
by Herbert Xu
· 9 years ago
9aa867e
crypto: user - Add CRYPTO_MSG_DELRNG
by Herbert Xu
· 9 years ago
7cecadb
crypto: rng - Do not free default RNG when it becomes unused
by Herbert Xu
· 9 years ago
21dbd96
crypto: skcipher - Allow givencrypt to be NULL
by Herbert Xu
· 9 years ago
425e017
crypto: rsa - fix invalid select for AKCIPHER
by Tadeusz Struk
· 9 years ago
c0b59fa
Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Herbert Xu
· 9 years ago
3126727
crypto: tcrypt - Fixed AEAD speed test setup
by Herbert Xu
· 9 years ago
4e4aab6
crypto: tcrypt - Add rfc4309(ccm(aes)) speed test
by Herbert Xu
· 9 years ago
946cc46
crypto: testmgr - add tests vectors for RSA
by Tadeusz Struk
· 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
c2b7b20a
crypto: poly1305 - Pass key as first two message blocks to each desc_ctx
by Martin Willi
· 9 years ago
8f69b76
crypto: testmgr - Add mcgrew test vectors for rfc4106
by Herbert Xu
· 9 years ago
bb68745
Revert "crypto: testmgr - Disable rfc4543 test"
by Herbert Xu
· 9 years ago
0af8fbc
crypto: testmgr - Update rfc4543 test vectors
by Herbert Xu
· 9 years ago
adcbc68
crypto: gcm - Convert to new AEAD interface
by Herbert Xu
· 9 years ago
14f3406
crypto: testmgr - Disable rfc4543 test
by Herbert Xu
· 9 years ago
8877558
crypto/asymmetric_keys: pkcs7_key_type needs module.h
by Paul Gortmaker
· 10 years ago
826775b
crypto: drbg - Add select on sha256
by Herbert Xu
· 9 years ago
593dfbd
crypto: drbg - report backend_cra_name when allocation fails
by Sergey Senozhatsky
· 9 years ago
42ea507
crypto: drbg - reseed often if seedsource is degraded
by Stephan Mueller
· 9 years ago
57225e6
crypto: drbg - Use callback API for random readiness
by Stephan Mueller
· 9 years ago
fbb145b
crypto: drbg - use pragmas for disabling optimization
by Stephan Mueller
· 9 years ago
a7eed15
crypto: testmgr - Document struct cipher_testvec
by LABBE Corentin
· 9 years ago
a5b151d
crypto: rng - Remove krng
by Herbert Xu
· 9 years ago
401e423
crypto: rng - Make DRBG the default RNG
by Herbert Xu
· 9 years ago
3491244
crypto: echainiv - Set Kconfig default to m
by Herbert Xu
· 9 years ago
51ee1422
crypto: drbg - Add stdrng alias and increase priority
by Herbert Xu
· 9 years ago
b7dcfab
crypto: seqiv - Move IV seeding into init function
by Herbert Xu
· 9 years ago
4ce43ce
crypto: eseqiv - Move IV seeding into init function
by Herbert Xu
· 9 years ago
f261c5f
crypto: echainiv - Move IV seeding into init function
by Herbert Xu
· 9 years ago
65fe674
crypto: chainiv - Move IV seeding into init function
by Herbert Xu
· 9 years ago
5900758
crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector
by Martin Willi
· 9 years ago
4db4ad2
crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEAD
by Martin Willi
· 9 years ago
af2b76b
crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539
by Martin Willi
· 9 years ago
71ebc4d
crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539
by Martin Willi
· 9 years ago
eee9dc6
crypto: testmgr - Add Poly1305 test vectors from RFC7539
by Martin Willi
· 9 years ago
f979e01
crypto: poly1305 - Add a generic Poly1305 authenticator implementation
by Martin Willi
· 9 years ago
3590ebf
crypto: testmgr - Add ChaCha20 test vectors from RFC7539
by Martin Willi
· 9 years ago
c08d0e6
crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation
by Martin Willi
· 9 years ago
1605440
crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_page
by Herbert Xu
· 9 years ago
f614e54
crypto: cryptd - Convert to new AEAD interface
by Herbert Xu
· 9 years ago
92b9876
crypto: cryptd - Add setkey/setauthsize functions for AEAD
by Herbert Xu
· 9 years ago
0496f56
crypto: pcrypt - Add support for new AEAD interface
by Herbert Xu
· 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
c2110f2
crypto: api - Include alignment in crypto_alg_extsize
by Herbert Xu
· 9 years ago
5eb8ec6
crypto: aead - Add type-safe init/exit functions
by Herbert Xu
· 9 years ago
b64a2d9
Revert "crypto: algif_aead - Disable AEAD user-space for now"
by Herbert Xu
· 9 years ago
dda922c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
cf58fcb
crypto: jitterentropy - remove timekeeping_valid_for_hres
by Stephan Mueller
· 9 years ago
19fa775
crypto: algif_aead - Switch to new AEAD interface
by Herbert Xu
· 9 years ago
a3f2185
crypto: tcrypt - Switch to new AEAD interface
by Herbert Xu
· 9 years ago
8a525fc
crypto: testmgr - Switch to new AEAD interface
by Herbert Xu
· 9 years ago
056c04b
crypto: seqiv - Fix module unload/reload crash
by Herbert Xu
· 9 years ago
ccdb8a0
crypto: seqiv - Fix IV size in context size calculation
by Herbert Xu
· 9 years ago
661cfd0
crypto: seqiv - Use common IV generation code
by Herbert Xu
· 9 years ago
d0ad1b2
crypto: seqiv - Copy AD along with plain/cipher text
by Herbert Xu
· 9 years ago
9d03aee
crypto: echainiv - Fix IV size in context size calculation
by Herbert Xu
· 9 years ago
d97de47
crypto: echainiv - Use common IV generation code
by Herbert Xu
· 9 years ago
838c9d56
crypto: echainiv - Copy AD along with plain text
by Herbert Xu
· 9 years ago
6350449
crypto: aead - Add common IV generation code
by Herbert Xu
· 9 years ago
b455eb8
crypto: aead - Preserve in-place processing in old_crypt
by Herbert Xu
· 9 years ago
fdaef75
crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd
by Herbert Xu
· 9 years ago
6d7e3d8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 9 years ago
c09b5cb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
bb5530e
crypto: jitterentropy - add jitterentropy RNG
by Stephan Mueller
· 9 years ago
b8ec5ba
crypto: drbg - use Jitter RNG to obtain seed
by Stephan Mueller
· 9 years ago
4c78799
crypto: drbg - add async seeding operation
by Stephan Mueller
· 9 years ago
3d6a5f7
crypto: drbg - prepare for async seeding
by Stephan Mueller
· 9 years ago
f858c7b
crypto: algif_aead - Disable AEAD user-space for now
by Herbert Xu
· 9 years ago
374d4ad
crypto: aead - Remove unused cryptoff parameter
by Herbert Xu
· 9 years ago
dd04446
crypto: seqiv - Stop using cryptoff
by Herbert Xu
· 9 years ago
823655c
crypto: echainiv - Stop using cryptoff
by Herbert Xu
· 9 years ago
d1ee1f0
crypto: aead - Do not set cra_type for new style instances
by Herbert Xu
· 9 years ago
1e419c7
crypto: echainiv - Use aead_register_instance
by Herbert Xu
· 9 years ago
0677157
crypto: seqiv - Use aead_register_instance
by Herbert Xu
· 9 years ago
72af865
crypto: aead - Use tmpl->create
by Herbert Xu
· 9 years ago
56e3437
crypto: skcipher - Use tmpl->create
by Herbert Xu
· 9 years ago
622ff87
crypto: echainiv - echainiv_read_iv() can be static
by Wu Fengguang
· 9 years ago
a5a22e5
crypto: pcrypt - Make tfm_count an atomic_t
by Herbert Xu
· 9 years ago
30e4c01
crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize
by Herbert Xu
· 9 years ago
445a8e0
crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.
by Harald Freudenberger
· 9 years ago
36583eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
a10f554
crypto: echainiv - Add encrypted chain IV generator
by Herbert Xu
· 9 years ago
3c08fee
crypto: seqiv - Add seqniv
by Herbert Xu
· 9 years ago
Next »