You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/crypto
Herbert Xu a760a6656e crypto: api - Fix module load deadlock with fallback algorithms 16 years ago
..
async_tx dmaengine: replace dma_async_client_register with dmaengine_get 16 years ago
Kconfig crypto: sha512 - Switch to shash 16 years ago
Makefile crypto: hash - Add shash interface 16 years ago
ablkcipher.c
aead.c
aes_generic.c crypto: aes - Precompute tables 16 years ago
ahash.c crypto: ahash - Fix digest size in /proc/crypto 16 years ago
algapi.c crypto: api - Fix algorithm test race that broke aead initialisation 16 years ago
algboss.c crypto: cryptomgr - Test ciphers using ECB 17 years ago
ansi_cprng.c crypto: ansi_cprng - fix inverted DT increment routine 16 years ago
anubis.c
api.c crypto: api - Fix module load deadlock with fallback algorithms 16 years ago
arc4.c
authenc.c crypto: authenc - Fix zero-length IV crash 16 years ago
blkcipher.c crypto: blkcipher - Fix WARN_ON handling in walk_done 16 years ago
blowfish.c
camellia.c crypto: camellia - use kernel-provided bitops, unaligned access 16 years ago
cast5.c
cast6.c
cbc.c
ccm.c crypto: ccm - Fix handling of null assoc data 16 years ago
chainiv.c crypto: skcipher - Use RNG interface instead of get_random_bytes 17 years ago
cipher.c
compress.c
crc32c.c libcrc32c: Move implementation to crypto crc32c 16 years ago
cryptd.c crypto: hash - Move ahash functions into crypto/hash.h 17 years ago
crypto_null.c crypto: null - Switch to shash 16 years ago
ctr.c
cts.c
deflate.c
des_generic.c crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set 16 years ago
digest.c crypto: hash - Fix digest size check for digest type 17 years ago
ecb.c
eseqiv.c crypto: skcipher - Use RNG interface instead of get_random_bytes 17 years ago
fcrypt.c crypto: remove uses of __constant_{endian} helpers 16 years ago
fips.c crypto: api - Add fips_enable flag 17 years ago
gcm.c
gf128mul.c
hash.c crypto: hash - Move ahash functions into crypto/hash.h 17 years ago
hmac.c crypto: hash - Export shash through hash 16 years ago
internal.h crypto: api - Rebirth of crypto_alloc_tfm 16 years ago
khazad.c
krng.c crypto: rng - RNG interface and implementation 17 years ago
lrw.c crypto: lrw - Fix big endian support 16 years ago
lzo.c
md4.c crypto: md4 - Switch to shash 16 years ago
md5.c crypto: md5 - Switch to shash 16 years ago
michael_mic.c crypto: michael_mic - Switch to shash 16 years ago
pcbc.c
proc.c crypto: api - Call type show function before legacy for proc 16 years ago
ripemd.h [CRYPTO] ripemd: Put all common RIPEMD values in header file 17 years ago
rmd128.c crypto: rmd128 - Switch to shash 16 years ago
rmd160.c crypto: rmd160 - Switch to shash 16 years ago
rmd256.c crypto: rmd256 - Switch to shash 16 years ago
rmd320.c crypto: rmd320 - Switch to shash 16 years ago
rng.c crypto: rng - RNG interface and implementation 17 years ago
salsa20_generic.c crypto: salsa20 - Remove private wrappers around various operations 16 years ago
scatterwalk.c crypto: scatterwalk - Avoid flush_dcache_page on slab pages 16 years ago
seed.c
seqiv.c crypto: skcipher - Use RNG interface instead of get_random_bytes 17 years ago
serpent.c
sha1_generic.c crypto: sha1 - Switch to shash 16 years ago
sha256_generic.c crypto: sha256 - Switch to shash 16 years ago
sha512_generic.c crypto: sha512 - Switch to shash 16 years ago
shash.c crypto: shash - Fix module refcount 16 years ago
tcrypt.c crypto: cryptomgr - Add test infrastructure 17 years ago
tcrypt.h crypto: cryptomgr - Add test infrastructure 17 years ago
tea.c
testmgr.c crypto: testmgr - Validate output length in (de)compression tests 16 years ago
testmgr.h crypto: testmgr - Correct comment about deflate parameters 16 years ago
tgr192.c crypto: tgr192 - Switch to shash 16 years ago
twofish.c
twofish_common.c
wp512.c crypto: wp512 - Switch to shash 16 years ago
xcbc.c
xor.c
xts.c