Rama Bondan Prakoso 29b9c33634 Merge branch 'android-4.14-stable' of https://android.googlesource.com/kernel/common into a11 il y a 3 ans
..
asymmetric_keys 109d149795 crypto: asymmetric_keys - select CRYPTO_HASH where needed il y a 5 ans
async_tx b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license il y a 7 ans
.gitignore 44a17ef872 crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files il y a 9 ans
842.c 6a8de3aefb crypto: acomp - add support for 842 via scomp il y a 8 ans
Kconfig 0951849351 Merge 4.14.99 into android-4.14 il y a 6 ans
Makefile 3975a6faad BACKPORT, FROMGIT: crypto: adiantum - add Adiantum support il y a 6 ans
ablk_helper.c 88407a39b5 crypto: ablk_helper - Fix cryptd reordering il y a 8 ans
ablkcipher.c 29db277234 crypto: skcipher - Fix -Wstringop-truncation warnings il y a 6 ans
acompress.c 3ce5bc72eb crypto: acomp - allow registration of multiple acomps il y a 7 ans
adiantum.c 5f2fd5217a UPSTREAM: crypto: adiantum - initialize crypto_spawn::inst il y a 6 ans
aead.c d8c34b949d crypto: Replaced gcc specific attributes with macros from compiler.h il y a 8 ans
aes_generic.c cf6f3944db crypto: aes - Use ___cacheline_aligned for aes data il y a 3 ans
aes_ti.c e867d75658 crypto: aes_ti - disable interrupts while accessing S-box il y a 6 ans
af_alg.c d770afcdf1 crypto: af_alg - avoid undefined behavior accessing salg_name il y a 4 ans
ahash.c 3a48ec7084 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails il y a 5 ans
akcipher.c d8c34b949d crypto: Replaced gcc specific attributes with macros from compiler.h il y a 8 ans
algapi.c 90060df5c2 crypto: api - Fix race condition in crypto_spawn_alg il y a 5 ans
algboss.c b1c6e15856 crypto: algboss - don't wait during notifier callback il y a 4 ans
algif_aead.c 0c1171ba3b crypto: algif_aead - Do not set MAY_BACKLOG on the async path il y a 4 ans
algif_hash.c 687ca6afda crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() il y a 4 ans
algif_rng.c 654ae152b3 crypto: algif_rng - Remove obsolete const-removal cast il y a 9 ans
algif_skcipher.c 9751cc1897 crypto: algif_skcipher - EBUSY on aio should be an error il y a 4 ans
ansi_cprng.c e7c2422a83 crypto: ansi_cprng - Convert to new rng interface il y a 9 ans
anubis.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
api.c 22dc72c914 Merge 4.14.233 into android-4.14-stable il y a 3 ans
arc4.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
authenc.c b9119fd274 crypto: authenc - fix parsing key with misaligned rta_len il y a 6 ans
authencesn.c d196d2fdc0 crypto: authencesn - Avoid twice completion call in decrypt path il y a 6 ans
blkcipher.c 29db277234 crypto: skcipher - Fix -Wstringop-truncation warnings il y a 6 ans
blowfish_common.c 52ba867c8c crypto: blowfish - split generic and common c code il y a 13 ans
blowfish_generic.c 3e14dcf7cb crypto: add missing crypto module aliases il y a 10 ans
camellia_generic.c 3e14dcf7cb crypto: add missing crypto module aliases il y a 10 ans
cast5_generic.c 3e14dcf7cb crypto: add missing crypto module aliases il y a 10 ans
cast6_generic.c 3e14dcf7cb crypto: add missing crypto module aliases il y a 10 ans
cast_common.c f22d08111a crypto: make tables used from assembler __visible il y a 11 ans
cbc.c e6c2e65c70 crypto: cbc - Propagate NEED_FALLBACK bit il y a 8 ans
ccm.c 654a509d8e crypto: ccm - fix incompatibility between "ccm" and "ccm_base" il y a 5 ans
chacha20poly1305.c a5847ae74b Merge 4.14.135 into android-4.14 il y a 5 ans
chacha_generic.c 4c11fdd701 BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 support il y a 6 ans
cipher.c 9c8ae17bbf crypto: api - Remove no-op exit_ops code il y a 8 ans
cmac.c db91af0fbe crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic il y a 8 ans
compress.c 9c8ae17bbf crypto: api - Remove no-op exit_ops code il y a 8 ans
crc32_generic.c 8d906d183b crypto: hash - annotate algorithms taking optional key il y a 7 ans
crc32c_generic.c 8d906d183b crypto: hash - annotate algorithms taking optional key il y a 7 ans
crct10dif_common.c 26052f9b9b crypto: crct10dif - Add fallback for broken initrds il y a 11 ans
crct10dif_generic.c e4bd7d1d28 crypto: crct10dif-generic - fix use via crypto_shash_digest() il y a 5 ans
cryptd.c a86c45d26c crypto: cryptd - Fix skcipher instance memory leak il y a 5 ans
crypto_engine.c 88d58ef891 crypto: engine - replace pr_xxx by dev_xxx il y a 7 ans
crypto_null.c 499a66e6b6 crypto: null - Remove default null blkcipher il y a 8 ans
crypto_user.c 41b3b8e077 crypto: user - fix memory leak in crypto_report il y a 5 ans
crypto_wq.c 130fa5bc81 crypto: crypto_wq - Fix late crypto work queue initialization il y a 11 ans
ctr.c 45fe93dff2 crypto: algapi - make crypto_xor() take separate dst and src arguments il y a 7 ans
cts.c db91af0fbe crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic il y a 8 ans
deflate.c a368f43d6e crypto: scomp - add support for deflate rfc1950 (zlib) il y a 7 ans
des_generic.c 3e14dcf7cb crypto: add missing crypto module aliases il y a 10 ans
dh.c a37b2a1cc6 crypto: dh - Fix double free of ctx->p il y a 7 ans
dh_helper.c 5e56be0e26 crypto: dh - Don't permit 'key' or 'g' size longer than 'p' il y a 7 ans
drbg.c 674d38ea18 crypto: drbg - set freed buffers to NULL il y a 6 ans
ecb.c 4943ba16bb crypto: include crypto- module prefix in template il y a 10 ans
ecc.c cfb63e86ff crypto: ecdh - fix big endian bug in ECC library il y a 5 ans
ecc.h 6755fd269d crypto: ecdh - add privkey generation support il y a 7 ans
ecc_curve_defs.h b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license il y a 7 ans
ecdh.c fde4c844a5 crypto: ecdh - avoid buffer overflow in ecdh_set_secret() il y a 4 ans
ecdh_helper.c e99fbca338 crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() il y a 4 ans
echainiv.c 53a5d5ddcc crypto: echainiv - Replace chaining with multiplication il y a 8 ans
fcrypt.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
fips.c 94072cb20e crypto: fips - Move fips_enabled sysctl into fips.c il y a 9 ans
gcm.c b5344a0e50 crypto: gcm - fix incompatibility between "gcm" and "gcm_base" il y a 5 ans
gf128mul.c acb9b159c7 crypto: gf128mul - define gf128mul_x_* in gf128mul.h il y a 7 ans
ghash-generic.c b91ea84bfe crypto: ghash - fix unaligned memory access in ghash_setkey() il y a 5 ans
hash_info.c 5ca4c20cfd keys, trusted: select hash algorithm for TPM2 chips il y a 9 ans
hmac.c 902ae89f84 crypto: hmac - require that the underlying hash algorithm is unkeyed il y a 7 ans
internal.h 90060df5c2 crypto: api - Fix race condition in crypto_spawn_alg il y a 5 ans
jitterentropy-kcapi.c e8b2fa476e crypto: jitterentropy - drop duplicate header module.h il y a 8 ans
jitterentropy.c cea0a3c305 crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree" il y a 9 ans
keywrap.c 2b8b28fd23 crypto: keywrap - memzero the correct memory il y a 9 ans
khazad.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
kpp.c d8c34b949d crypto: Replaced gcc specific attributes with macros from compiler.h il y a 8 ans
lrw.c 778e0dad72 gcc-10: avoid shadowing standard library 'free()' in crypto il y a 4 ans
lz4.c cd15f1020f crypto: lz4 - fixed decompress function to return error code il y a 7 ans
lz4hc.c cd15f1020f crypto: lz4 - fixed decompress function to return error code il y a 7 ans
lzo.c 752ade68cb treewide: use kv[mz]alloc* rather than opencoded variants il y a 7 ans
mcryptd.c 8d906d183b crypto: hash - annotate algorithms taking optional key il y a 7 ans
md4.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
md5.c 3c7eb3cc83 md5: remove from lib and only live in crypto il y a 8 ans
memneq.c e37b94ebff crypto: memneq - fix for archs without efficient unaligned access il y a 11 ans
michael_mic.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
nhpoly1305.c 3793d91c43 UPSTREAM: crypto: adiantum - adjust some comments to match latest paper il y a 6 ans
pcbc.c 05c0283950 crypto: pcbc - remove bogus memcpy()s with src == dest il y a 5 ans
pcrypt.c 3b7b3a5797 crypto: pcrypt - Do not clear MAY_SLEEP flag in original request il y a 5 ans
poly1305_generic.c daa2c34e09 FROMGIT: crypto: poly1305 - add Poly1305 core API il y a 6 ans
proc.c 94072cb20e crypto: fips - Move fips_enabled sysctl into fips.c il y a 9 ans
ripemd.h b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license il y a 7 ans
rmd128.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
rmd160.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
rmd256.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
rmd320.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
rng.c c2176f0098 crypto: rng - ensure that the RNG is ready before using il y a 7 ans
rsa-pkcs1pad.c 6081558fa8 crypto: fix a memory leak in rsa-kcs1pad's encryption mode il y a 5 ans
rsa.c 1c23b466e9 crypto: rsa - comply with crypto_akcipher_maxsize() il y a 7 ans
rsa_helper.c 80dbdc5ae7 crypto: rsa - fix buffer overread when stripping leading zeroes il y a 7 ans
rsaprivkey.asn1 8be0b84e58 crypto: rsa - Store rest of the private key components il y a 8 ans
rsapubkey.asn1 22287b0b59 crypto: akcipher - Changes to asymmetric key API il y a 9 ans
salsa20_generic.c c4cf8de702 crypto: salsa20 - don't access already-freed walk.iv il y a 5 ans
scatterwalk.c c8467f7a36 crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy il y a 8 ans
scompress.c 6a8487a1f2 crypto: scompress - defer allocation of scratch buffer to first use il y a 7 ans
seed.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" il y a 10 ans
seqiv.c db91af0fbe crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic il y a 8 ans
serpent_generic.c 46e4dbc338 crypto: serpent - mark __serpent_setkey_sbox noinline il y a 5 ans
sha1_generic.c 0c4c78de04 crypto: hash - add zero length message hash for shax and md5 il y a 9 ans
sha256_generic.c 0c4c78de04 crypto: hash - add zero length message hash for shax and md5 il y a 9 ans
sha3_generic.c b9788e278c crypto: sha3-generic - fixes for alignment and big endian operation il y a 7 ans
sha512_generic.c ca142584bc crypto: sha512-generic - move to generic glue implementation il y a 9 ans
shash.c 391b50b5b8 crypto: shash - avoid comparing pointers to exported functions under CFI il y a 3 ans
simd.c 66da887d87 crypto: simd - correctly take reqsize of wrapped skcipher into account il y a 6 ans
skcipher.c 61a2c2c944 crypto: skcipher - Unmap pages after an external error il y a 5 ans
tcrypt.c 3975a6faad BACKPORT, FROMGIT: crypto: adiantum - add Adiantum support il y a 6 ans
tcrypt.h 2dce063a31 crypto: tcrypt - Add ChaCha20/Poly1305 speed tests il y a 9 ans
tea.c 3e14dcf7cb crypto: add missing crypto module aliases il y a 10 ans
testmgr.c 4344de2f79 Merge 4.14.108 into android-4.14 il y a 5 ans
testmgr.h c680586c4f Merge 4.14.114 into android-4.14 il y a 5 ans
tgr192.c 478428c997 crypto: tgr192 - fix unaligned memory access il y a 5 ans
twofish_common.c 81559f9ad3 crypto: twofish-x86_64-3way - add lrw support il y a 13 ans
twofish_generic.c 3e14dcf7cb crypto: add missing crypto module aliases il y a 10 ans
vmac.c e7aefb13e6 crypto: vmac - separate tfm and request context il y a 6 ans
wp512.c 3e14dcf7cb crypto: add missing crypto module aliases il y a 10 ans
xcbc.c 4943ba16bb crypto: include crypto- module prefix in template il y a 10 ans
xor.c ae63fd26b2 kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK il y a 7 ans
xts.c 778e0dad72 gcc-10: avoid shadowing standard library 'free()' in crypto il y a 4 ans
zstd.c 6576d939b1 UPSTREAM: crypto: zstd - Add zstd support il y a 6 ans