..
asymmetric_keys
…
async_tx
…
842.c
…
Kconfig
crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
2019-02-08 15:30:09 +08:00
Makefile
lib/lzo: separate lzo-rle from lzo
2019-03-07 18:32:03 -08:00
ablkcipher.c
crypto: skcipher - remove remnants of internal IV generators
2018-12-23 11:52:45 +08:00
acompress.c
…
adiantum.c
crypto: adiantum - initialize crypto_spawn::inst
2019-01-10 21:37:31 +08:00
aead.c
crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
2019-01-18 18:40:24 +08:00
aegis.h
crypto: aegis - Cleanup license mess
2019-01-25 18:41:51 +08:00
aegis128.c
crypto: aegis - fix handling chunked inputs
2019-02-08 15:30:08 +08:00
aegis128l.c
crypto: aegis - fix handling chunked inputs
2019-02-08 15:30:08 +08:00
aegis256.c
crypto: aegis - fix handling chunked inputs
2019-02-08 15:30:08 +08:00
aes_generic.c
…
aes_ti.c
…
af_alg.c
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
2019-03-05 09:09:55 -08:00
ahash.c
crypto: ahash - fix another early termination in hash walk
2019-02-08 15:30:08 +08:00
akcipher.c
…
algapi.c
crypto: api - add a helper to (un)register a array of templates
2019-01-25 18:41:52 +08:00
algboss.c
…
algif_aead.c
…
algif_hash.c
…
algif_rng.c
…
algif_skcipher.c
…
ansi_cprng.c
…
anubis.c
…
api.c
…
arc4.c
crypto: export arc4 defines
2019-02-15 13:21:55 +08:00
authenc.c
crypto: authenc - fix parsing key with misaligned rta_len
2019-01-10 21:37:31 +08:00
authencesn.c
crypto: authencesn - Avoid twice completion call in decrypt path
2019-01-10 21:37:31 +08:00
blkcipher.c
crypto: skcipher - remove remnants of internal IV generators
2018-12-23 11:52:45 +08:00
blowfish_common.c
…
blowfish_generic.c
…
camellia_generic.c
…
cast5_generic.c
…
cast6_generic.c
…
cast_common.c
…
cbc.c
crypto: cbc - convert to skcipher_alloc_instance_simple()
2019-01-11 14:16:57 +08:00
ccm.c
crypto: ccm - use template array registering API to simplify the code
2019-01-25 18:41:52 +08:00
cfb.c
crypto: cfb - convert to skcipher_alloc_instance_simple()
2019-01-11 14:16:57 +08:00
chacha20poly1305.c
crypto: chacha20poly1305 - use template array registering API to simplify the code
2019-01-25 18:41:52 +08:00
chacha_generic.c
…
cipher.c
…
cmac.c
…
compress.c
…
crc32_generic.c
…
crc32c_generic.c
…
crct10dif_common.c
…
crct10dif_generic.c
…
cryptd.c
crypto: skcipher - remove remnants of internal IV generators
2018-12-23 11:52:45 +08:00
crypto_engine.c
…
crypto_null.c
crypto: null - convert ecb-cipher_null to skcipher API
2019-01-11 14:16:58 +08:00
crypto_user_base.c
crypto: user - remove unused dump functions
2018-12-23 11:52:44 +08:00
crypto_user_stat.c
crypto: stat - remove unused mutex
2019-01-18 18:43:43 +08:00
crypto_wq.c
…
ctr.c
crypto: ctr - use template array registering API to simplify the code
2019-01-25 18:41:52 +08:00
cts.c
…
deflate.c
…
des_generic.c
crypto: clarify name of WEAK_KEY request flag
2019-01-25 18:41:52 +08:00
dh.c
…
dh_helper.c
…
drbg.c
…
ecb.c
crypto: ecb - convert to skcipher API
2019-01-11 14:16:58 +08:00
ecc.c
…
ecc.h
…
ecc_curve_defs.h
…
ecdh.c
…
ecdh_helper.c
…
echainiv.c
…
fcrypt.c
…
fips.c
…
gcm.c
crypto: gcm - use template array registering API to simplify the code
2019-01-25 18:41:52 +08:00
gf128mul.c
…
ghash-generic.c
…
hash_info.c
…
hmac.c
…
internal.h
…
jitterentropy-kcapi.c
…
jitterentropy.c
…
keywrap.c
crypto: keywrap - convert to skcipher API
2019-01-11 14:16:58 +08:00
khazad.c
…
kpp.c
…
lrw.c
…
lz4.c
…
lz4hc.c
…
lzo-rle.c
lib/lzo: separate lzo-rle from lzo
2019-03-07 18:32:03 -08:00
lzo.c
…
md4.c
…
md5.c
…
memneq.c
…
michael_mic.c
…
morus640.c
crypto: morus - fix handling chunked inputs
2019-02-08 15:30:08 +08:00
morus1280.c
crypto: morus - fix handling chunked inputs
2019-02-08 15:30:08 +08:00
nhpoly1305.c
crypto: adiantum - adjust some comments to match latest paper
2018-12-13 18:24:59 +08:00
ofb.c
crypto: ofb - convert to skcipher_alloc_instance_simple()
2019-01-11 14:16:58 +08:00
pcbc.c
crypto: pcbc - convert to skcipher_alloc_instance_simple()
2019-01-11 14:16:58 +08:00
pcrypt.c
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
2018-12-27 13:53:32 -08:00
poly1305_generic.c
…
proc.c
…
ripemd.h
…
rmd128.c
…
rmd160.c
…
rmd256.c
…
rmd320.c
…
rng.c
crypto: user - fix use_after_free of struct xxx_request
2018-12-07 14:15:00 +08:00
rsa-pkcs1pad.c
crypto: rsa-pkcs1pad - include <crypto/internal/rsa.h>
2019-01-18 18:43:42 +08:00
rsa.c
…
rsa_helper.c
…
rsaprivkey.asn1
…
rsapubkey.asn1
…
salsa20_generic.c
crypto: salsa20-generic - don't unnecessarily use atomic walk
2018-12-23 11:52:44 +08:00
scatterwalk.c
…
scompress.c
…
seed.c
…
seqiv.c
crypto: seqiv - Use kmemdup in seqiv_aead_encrypt()
2019-02-01 14:42:03 +08:00
serpent_generic.c
…
sha1_generic.c
…
sha3_generic.c
…
sha256_generic.c
…
sha512_generic.c
…
shash.c
crypto: shash - remove pointless checks of shash_alg::{export,import}
2019-01-18 18:40:24 +08:00
simd.c
…
skcipher.c
crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
2019-01-18 18:40:24 +08:00
sm3_generic.c
crypto: sm3 - fix undefined shift by >= width of value
2019-01-10 21:37:32 +08:00
sm4_generic.c
…
streebog_generic.c
crypto: streebog - use correct endianness type
2019-01-18 18:43:43 +08:00
tcrypt.c
lib/lzo: separate lzo-rle from lzo
2019-03-07 18:32:03 -08:00
tcrypt.h
…
tea.c
…
testmgr.c
crypto: testmgr - support checking skcipher output IV
2019-02-22 12:47:27 +08:00
testmgr.h
crypto: adiantum - add 1536 and 4096-byte test vectors
2019-02-22 12:47:27 +08:00
tgr192.c
crypto: tgr192 - fix unaligned memory access
2019-01-18 18:43:43 +08:00
twofish_common.c
…
twofish_generic.c
…
vmac.c
…
wp512.c
…
xcbc.c
…
xor.c
…
xts.c
…
zstd.c
…