.. |
asymmetric_keys
|
crypto : asymmetric_keys : verify_pefile:zero memory content before freeing
|
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 - drop gf128mul 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: acomp - allow registration of multiple acomps
|
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 - Allow arbitrarily long algorithm names
|
8 years ago |
ahash.c
|
crypto: ahash - Fix EINPROGRESS notification callback
|
8 years ago |
akcipher.c
|
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
algapi.c
|
crypto: algapi - annotate expected branch behavior in crypto_inc()
|
8 years ago |
algboss.c
|
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
|
8 years ago |
algif_aead.c
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
8 years ago |
algif_hash.c
|
net: Work around lockdep limitation in sockets that use sockets
|
8 years ago |
algif_rng.c
|
…
|
|
algif_skcipher.c
|
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
|
8 years ago |
ansi_cprng.c
|
…
|
|
anubis.c
|
…
|
|
api.c
|
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
|
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: cbc - Propagate NEED_FALLBACK bit
|
8 years ago |
ccm.c
|
crypto: ccm - move cbcmac input off the stack
|
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
|
sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>
|
8 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/davem/net-next
|
8 years ago |
crypto_wq.c
|
…
|
|
ctr.c
|
crypto: ctr - Propagate NEED_FALLBACK bit
|
8 years ago |
cts.c
|
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
|
8 years ago |
deflate.c
|
crypto: scomp - add support for deflate rfc1950 (zlib)
|
8 years ago |
des_generic.c
|
…
|
|
dh.c
|
crypto: kpp - constify buffer passed to crypto_kpp_set_secret()
|
8 years ago |
dh_helper.c
|
crypto: dh - Add DH software implementation
|
9 years ago |
drbg.c
|
crypto: drbg - wait for crypto op not signal safe
|
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: kpp - constify buffer passed to crypto_kpp_set_secret()
|
8 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: gcm - wait for crypto op not signal safe
|
8 years ago |
gf128mul.c
|
crypto: gf128mul - define gf128mul_x_* in gf128mul.h
|
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 - Fix use-after-free on EINPROGRESS
|
8 years ago |
lz4.c
|
crypto: lz4 - fixed decompress function to return error code
|
8 years ago |
lz4hc.c
|
crypto: lz4 - fixed decompress function to return error code
|
8 years ago |
lzo.c
|
treewide: use kv[mz]alloc* rather than opencoded variants
|
8 years ago |
mcryptd.c
|
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
|
8 years ago |
md4.c
|
…
|
|
md5.c
|
md5: remove from lib and only live in crypto
|
8 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: scomp - allow registration of multiple scomps
|
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: skcipher - Add missing API setkey checks
|
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: scomp - add support for deflate rfc1950 (zlib)
|
8 years ago |
testmgr.h
|
crypto: scomp - add support for deflate rfc1950 (zlib)
|
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
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
8 years ago |