..
asymmetric_keys
KEYS: Fix for erroneous trust of incorrectly signed X.509 certs
9 years ago
async_tx
mm/page_ref: add tracepoint to track down page reference manipulation
9 years ago
.gitignore
crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files
10 years ago
842.c
crypto: 842 - change 842 alg to use software
10 years ago
Kconfig
crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVEC
9 years ago
Makefile
crypto: skcipher - Remove top-level givcipher interface
9 years ago
ablk_helper.c
crypto: ablk_helper - Fix cryptd reordering
9 years ago
ablkcipher.c
crypto: skcipher - Remove top-level givcipher interface
9 years ago
aead.c
crypto: aead - Remove blkcipher null for IV generators
9 years ago
aes_generic.c
…
af_alg.c
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
9 years ago
ahash.c
crypto: ahash - Add padding in crypto_ahash_extsize
9 years ago
akcipher.c
crypto: akcipher - add akcipher declarations needed by templates.
9 years ago
algapi.c
crypto: api - Add crypto_inst_setname
9 years ago
algboss.c
crypto: algboss - Remove reference to nivaead
10 years ago
algif_aead.c
crypto: af_alg - add async support to algif_aead
9 years ago
algif_hash.c
crypto: algif_hash - wait for crypto_ahash_init() to complete
9 years ago
algif_rng.c
crypto: algif_rng - Remove obsolete const-removal cast
10 years ago
algif_skcipher.c
crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path
9 years ago
ansi_cprng.c
crypto: ansi_cprng - Convert to new rng interface
10 years ago
anubis.c
…
api.c
crypto: api - Only abort operations on fatal signal
9 years ago
arc4.c
…
authenc.c
crypto: authenc - Use skcipher
9 years ago
authencesn.c
crypto: authencesn - Use skcipher
9 years ago
blkcipher.c
crypto: skcipher - Remove top-level givcipher interface
9 years ago
blowfish_common.c
…
blowfish_generic.c
…
camellia_generic.c
…
cast5_generic.c
…
cast6_generic.c
…
cast_common.c
…
cbc.c
…
ccm.c
crypto: ccm - Use skcipher
9 years ago
chacha20_generic.c
random: replace non-blocking pool with a Chacha20-based CRNG
9 years ago
chacha20poly1305.c
crypto: chacha20poly1305 - Use skcipher
9 years ago
cipher.c
…
cmac.c
…
compress.c
…
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
…
cryptd.c
crypto: cryptd - Add helpers to check whether a tfm is queued
9 years ago
crypto_engine.c
crypto: engine - Introduce the block request crypto engine framework
9 years ago
crypto_null.c
crypto: null - Remove default null blkcipher
9 years ago
crypto_user.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
9 years ago
crypto_wq.c
…
ctr.c
crypto: ctr - Use skcipher in rfc3686
9 years ago
cts.c
crypto: cts - Convert to skcipher
9 years ago
deflate.c
…
des_generic.c
…
dh.c
crypto: rsa - Generate fixed-length output
9 years ago
dh_helper.c
crypto: dh - Add DH software implementation
9 years ago
drbg.c
crypto: drbg - fix an error code in drbg_init_sym_kernel()
9 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 - Use skcipher
9 years ago
fcrypt.c
…
fips.c
crypto: fips - Move fips_enabled sysctl into fips.c
10 years ago
gcm.c
crypto: gcm - Use skcipher
9 years ago
gf128mul.c
…
ghash-generic.c
…
hash_info.c
keys, trusted: select hash algorithm for TPM2 chips
9 years ago
hmac.c
…
internal.h
crypto: api - Add crypto_type_has_alg helper
9 years ago
jitterentropy-kcapi.c
crypto: jitterentropy - use ktime_get_ns as fallback
9 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: kpp - Key-agreement Protocol Primitives API (KPP)
9 years ago
lrw.c
…
lz4.c
…
lz4hc.c
…
lzo.c
crypto: lzo - get rid of superfluous __GFP_REPEAT
9 years ago
mcryptd.c
crypto: sha1-mb - async implementation for sha1-mb
9 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
…
pcrypt.c
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
10 years ago
poly1305_generic.c
crypto: poly1305 - Export common Poly1305 helpers
10 years ago
proc.c
crypto: fips - Move fips_enabled sysctl into fips.c
10 years ago
ripemd.h
…
rmd128.c
…
rmd160.c
…
rmd256.c
…
rmd320.c
…
rng.c
crypto: rng - Do not free default RNG when it becomes unused
10 years ago
rsa-pkcs1pad.c
crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct
9 years ago
rsa.c
crypto: rsa - Generate fixed-length output
9 years ago
rsa_helper.c
crypto: rsa - Store rest of the private key components
9 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 - Inline start/map/done
9 years ago
seed.c
…
seqiv.c
crypto: skcipher - Remove top-level givcipher interface
9 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
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
9 years ago
skcipher.c
crypto: skcipher - Remove top-level givcipher interface
9 years ago
tcrypt.c
crypto: sha3 - Add HMAC-SHA3 test modes and test vectors
9 years ago
tcrypt.h
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
10 years ago
tea.c
…
testmgr.c
crypto: testmgr - Print akcipher algorithm name
9 years ago
testmgr.h
crypto: testmgr - Add 4K private key to RSA testvector
9 years ago
tgr192.c
…
twofish_common.c
…
twofish_generic.c
…
vmac.c
…
wp512.c
…
xcbc.c
…
xor.c
…
xts.c
crypto: xts - consolidate sanity check for keys
9 years ago