..
asymmetric_keys
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
8 years ago
async_tx
async_pq_val: fix DMA memory leak
8 years ago
.gitignore
crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files
10 years ago
842.c
crypto: acomp - add support for 842 via scomp
8 years ago
Kconfig
crypto: xts - Add ECB dependency
8 years ago
Makefile
crypto: improve gcc optimization flags for serpent and wp512
8 years ago
ablk_helper.c
crypto: ablk_helper - Fix cryptd reordering
9 years ago
ablkcipher.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
acompress.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
aead.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
aes_generic.c
crypto: aes-generic - drop alignment requirement
8 years ago
aes_ti.c
crypto: aes - add generic time invariant AES cipher
8 years ago
af_alg.c
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
9 years ago
ahash.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
akcipher.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
algapi.c
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
8 years ago
algboss.c
crypto: testmgr - Do not test internal algorithms
8 years ago
algif_aead.c
crypto: algif_aead - Fix kernel panic on list_del
8 years ago
algif_hash.c
crypto: algif_hash - avoid zero-sized array
8 years ago
algif_rng.c
…
algif_skcipher.c
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
8 years ago
ansi_cprng.c
…
anubis.c
…
api.c
crypto: api - Do not clear type bits in crypto_larval_lookup
8 years ago
arc4.c
…
authenc.c
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
8 years ago
authencesn.c
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
8 years ago
blkcipher.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
blowfish_common.c
…
blowfish_generic.c
…
camellia_generic.c
…
cast5_generic.c
…
cast6_generic.c
…
cast_common.c
…
cbc.c
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
8 years ago
ccm.c
crypto: ccm - drop unnecessary minimum 32-bit alignment
8 years ago
chacha20_generic.c
crypto: chacha20 - convert generic and x86 versions to skcipher
8 years ago
chacha20poly1305.c
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
8 years ago
cipher.c
crypto: api - Remove no-op exit_ops code
8 years ago
cmac.c
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
8 years ago
compress.c
crypto: api - Remove no-op exit_ops code
8 years ago
crc32_generic.c
crypto: crc32 - Rename generic implementation
9 years ago
crc32c_generic.c
crypto: crc32c - Fix crc32c soft dependency
9 years ago
crct10dif_common.c
…
crct10dif_generic.c
crypto: squash lines for simple wrapper functions
8 years ago
cryptd.c
crypto: cryptd - Add support for skcipher
8 years ago
crypto_engine.c
crypto: engine - Handle the kthread worker using the new API
8 years ago
crypto_null.c
crypto: null - Remove default null blkcipher
9 years ago
crypto_user.c
crypto: acomp - add asynchronous compression api
8 years ago
crypto_wq.c
…
ctr.c
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
8 years ago
cts.c
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
8 years ago
deflate.c
crypto: acomp - add support for deflate via scomp
8 years ago
des_generic.c
…
dh.c
crypto: dh - Consistenly return negative error codes
8 years ago
dh_helper.c
crypto: dh - Add DH software implementation
9 years ago
drbg.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
8 years ago
ecb.c
…
ecc.c
crypto: ecdh - make ecdh_shared_secret unique
9 years ago
ecc.h
crypto: ecdh - make ecdh_shared_secret unique
9 years ago
ecc_curve_defs.h
crypto: ecdh - Add ECDH software support
9 years ago
ecdh.c
crypto: ecdh - make ecdh_shared_secret unique
9 years ago
ecdh_helper.c
crypto: ecdh - Add ECDH software support
9 years ago
echainiv.c
crypto: echainiv - Replace chaining with multiplication
8 years ago
fcrypt.c
…
fips.c
…
gcm.c
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
8 years ago
gf128mul.c
crypto: gf128mul - Zero memory when freeing multiplication table
8 years ago
ghash-generic.c
crypto: ghash-generic - move common definitions to a new header file
8 years ago
hash_info.c
keys, trusted: select hash algorithm for TPM2 chips
9 years ago
hmac.c
…
internal.h
crypto: api - Remove no-op exit_ops code
8 years ago
jitterentropy-kcapi.c
crypto: jitterentropy - drop duplicate header module.h
8 years ago
jitterentropy.c
crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree"
10 years ago
keywrap.c
crypto: keywrap - memzero the correct memory
9 years ago
khazad.c
…
kpp.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
lrw.c
crypto: lrw - Convert to skcipher
8 years ago
lz4.c
crypto: change LZ4 modules to work with new LZ4 module version
8 years ago
lz4hc.c
crypto: change LZ4 modules to work with new LZ4 module version
8 years ago
lzo.c
crypto: acomp - add support for lzo via scomp
8 years ago
mcryptd.c
crypto: mcryptd - Check mcryptd algorithm compatibility
8 years ago
md4.c
…
md5.c
crypto: hash - add zero length message hash for shax and md5
9 years ago
memneq.c
…
michael_mic.c
…
pcbc.c
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
8 years ago
pcrypt.c
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
10 years ago
poly1305_generic.c
crypto: poly1305 - Use unaligned access where required
8 years ago
proc.c
…
ripemd.h
…
rmd128.c
…
rmd160.c
…
rmd256.c
…
rmd320.c
…
rng.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
rsa-pkcs1pad.c
crypto: rsa-pkcs1pad - Handle leading zero for decryption
8 years ago
rsa.c
crypto: rsa - Generate fixed-length output
9 years ago
rsa_helper.c
crypto: rsa - allow keys >= 2048 bits in FIPS mode
8 years ago
rsaprivkey.asn1
crypto: rsa - Store rest of the private key components
9 years ago
rsapubkey.asn1
crypto: akcipher - Changes to asymmetric key API
9 years ago
salsa20_generic.c
…
scatterwalk.c
crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy
8 years ago
scompress.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
seed.c
…
seqiv.c
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
8 years ago
serpent_generic.c
…
sha1_generic.c
crypto: hash - add zero length message hash for shax and md5
9 years ago
sha3_generic.c
crypto: sha3 - Add missing ULL suffixes for 64-bit constants
9 years ago
sha256_generic.c
crypto: hash - add zero length message hash for shax and md5
9 years ago
sha512_generic.c
…
shash.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
simd.c
crypto: simd - Add simd skcipher helper
8 years ago
skcipher.c
crypto: Replaced gcc specific attributes with macros from compiler.h
8 years ago
tcrypt.c
crypto: tcrypt - Add debug prints
8 years ago
tcrypt.h
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
10 years ago
tea.c
…
testmgr.c
crypto: testmgr - add test cases for cbcmac(aes)
8 years ago
testmgr.h
crypto: change LZ4 modules to work with new LZ4 module version
8 years ago
tgr192.c
…
twofish_common.c
…
twofish_generic.c
…
vmac.c
…
wp512.c
…
xcbc.c
…
xor.c
crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unset
8 years ago
xts.c
crypto: xts - Convert to skcipher
8 years ago