.. |
asymmetric_keys
|
acddc72015
KEYS: Fix for erroneous trust of incorrectly signed X.509 certs
|
9 jaren geleden |
async_tx
|
95813b8faa
mm/page_ref: add tracepoint to track down page reference manipulation
|
9 jaren geleden |
.gitignore
|
44a17ef872
crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files
|
10 jaren geleden |
842.c
|
2062c5b6da
crypto: 842 - change 842 alg to use software
|
10 jaren geleden |
Kconfig
|
6dd7a82cc5
crypto: powerpc - Add POWER8 optimised crc32c
|
9 jaren geleden |
Makefile
|
3a01d0ee2b
crypto: skcipher - Remove top-level givcipher interface
|
9 jaren geleden |
ablk_helper.c
|
88407a39b5
crypto: ablk_helper - Fix cryptd reordering
|
9 jaren geleden |
ablkcipher.c
|
3a01d0ee2b
crypto: skcipher - Remove top-level givcipher interface
|
9 jaren geleden |
aead.c
|
da721302a7
crypto: aead - Remove blkcipher null for IV generators
|
9 jaren geleden |
aes_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
af_alg.c
|
a6a48c565f
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
|
9 jaren geleden |
ahash.c
|
2495cf25f6
crypto: ahash - Add padding in crypto_ahash_extsize
|
9 jaren geleden |
akcipher.c
|
28a4618ad1
crypto: akcipher - add akcipher declarations needed by templates.
|
9 jaren geleden |
algapi.c
|
32f27c745c
crypto: api - Add crypto_inst_setname
|
9 jaren geleden |
algboss.c
|
aa1b6bb7d7
crypto: algboss - Remove reference to nivaead
|
10 jaren geleden |
algif_aead.c
|
83094e5e9e
crypto: af_alg - add async support to algif_aead
|
9 jaren geleden |
algif_hash.c
|
fe09786178
crypto: algif_hash - wait for crypto_ahash_init() to complete
|
9 jaren geleden |
algif_rng.c
|
654ae152b3
crypto: algif_rng - Remove obsolete const-removal cast
|
10 jaren geleden |
algif_skcipher.c
|
dad4199706
crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path
|
9 jaren geleden |
ansi_cprng.c
|
e7c2422a83
crypto: ansi_cprng - Convert to new rng interface
|
10 jaren geleden |
anubis.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
api.c
|
3fc89adb9f
crypto: api - Only abort operations on fatal signal
|
9 jaren geleden |
arc4.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
authenc.c
|
7217d49f16
crypto: authenc - Use skcipher
|
9 jaren geleden |
authencesn.c
|
e75445a844
crypto: authencesn - Use skcipher
|
9 jaren geleden |
blkcipher.c
|
3a01d0ee2b
crypto: skcipher - Remove top-level givcipher interface
|
9 jaren geleden |
blowfish_common.c
|
52ba867c8c
crypto: blowfish - split generic and common c code
|
14 jaren geleden |
blowfish_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
camellia_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
cast5_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
cast6_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
cast_common.c
|
f22d08111a
crypto: make tables used from assembler __visible
|
12 jaren geleden |
cbc.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 jaren geleden |
ccm.c
|
464b93a3c7
crypto: ccm - Use skcipher
|
9 jaren geleden |
chacha20_generic.c
|
e192be9d9a
random: replace non-blocking pool with a Chacha20-based CRNG
|
9 jaren geleden |
chacha20poly1305.c
|
1e1f006112
crypto: chacha20poly1305 - Use skcipher
|
9 jaren geleden |
cipher.c
|
d150975bc7
crypto: cipher - Fix checkpatch errors
|
15 jaren geleden |
cmac.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 jaren geleden |
compress.c
|
0375d66dd0
crypto: compress - Fix checkpatch errors
|
15 jaren geleden |
crc32_generic.c
|
a7c58ac062
crypto: crc32 - Rename generic implementation
|
9 jaren geleden |
crc32c_generic.c
|
fd7f672710
crypto: crc32c - Fix crc32c soft dependency
|
9 jaren geleden |
crct10dif_common.c
|
26052f9b9b
crypto: crct10dif - Add fallback for broken initrds
|
12 jaren geleden |
crct10dif_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
cryptd.c
|
81760ea6a9
crypto: cryptd - Add helpers to check whether a tfm is queued
|
9 jaren geleden |
crypto_engine.c
|
735d37b542
crypto: engine - Introduce the block request crypto engine framework
|
9 jaren geleden |
crypto_null.c
|
499a66e6b6
crypto: null - Remove default null blkcipher
|
9 jaren geleden |
crypto_user.c
|
51b259bb01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
9 jaren geleden |
crypto_wq.c
|
130fa5bc81
crypto: crypto_wq - Fix late crypto work queue initialization
|
11 jaren geleden |
ctr.c
|
b2b39c2f97
crypto: ctr - Use skcipher in rfc3686
|
9 jaren geleden |
cts.c
|
0605c41cc5
crypto: cts - Convert to skcipher
|
9 jaren geleden |
deflate.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
des_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
dh.c
|
9b45b7bba3
crypto: rsa - Generate fixed-length output
|
9 jaren geleden |
dh_helper.c
|
802c7f1c84
crypto: dh - Add DH software implementation
|
9 jaren geleden |
drbg.c
|
01ac94580a
crypto: drbg - fix an error code in drbg_init_sym_kernel()
|
9 jaren geleden |
ecb.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 jaren geleden |
ecc.c
|
8f44df154d
crypto: ecdh - make ecdh_shared_secret unique
|
9 jaren geleden |
ecc.h
|
8f44df154d
crypto: ecdh - make ecdh_shared_secret unique
|
9 jaren geleden |
ecc_curve_defs.h
|
3c4b23901a
crypto: ecdh - Add ECDH software support
|
9 jaren geleden |
ecdh.c
|
8f44df154d
crypto: ecdh - make ecdh_shared_secret unique
|
9 jaren geleden |
ecdh_helper.c
|
3c4b23901a
crypto: ecdh - Add ECDH software support
|
9 jaren geleden |
echainiv.c
|
0e8bff47f6
crypto: echainiv - Use skcipher
|
9 jaren geleden |
fcrypt.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
fips.c
|
94072cb20e
crypto: fips - Move fips_enabled sysctl into fips.c
|
10 jaren geleden |
gcm.c
|
16f37ecdd0
crypto: gcm - Use skcipher
|
9 jaren geleden |
gf128mul.c
|
625426633d
crypto: gf128mul - fix call to memset()
|
14 jaren geleden |
ghash-generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
hash_info.c
|
5ca4c20cfd
keys, trusted: select hash algorithm for TPM2 chips
|
9 jaren geleden |
hmac.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 jaren geleden |
internal.h
|
f2aefdab5d
crypto: api - Add crypto_type_has_alg helper
|
9 jaren geleden |
jitterentropy-kcapi.c
|
b578456c34
crypto: jitterentropy - use ktime_get_ns as fallback
|
9 jaren geleden |
jitterentropy.c
|
cea0a3c305
crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree"
|
10 jaren geleden |
keywrap.c
|
2b8b28fd23
crypto: keywrap - memzero the correct memory
|
9 jaren geleden |
khazad.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
kpp.c
|
4e5f2c4007
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
|
9 jaren geleden |
lrw.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 jaren geleden |
lz4.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
lz4hc.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
lzo.c
|
5f575efea7
crypto: lzo - get rid of superfluous __GFP_REPEAT
|
9 jaren geleden |
mcryptd.c
|
331bf739c4
crypto: sha1-mb - async implementation for sha1-mb
|
9 jaren geleden |
md4.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
md5.c
|
0c4c78de04
crypto: hash - add zero length message hash for shax and md5
|
9 jaren geleden |
memneq.c
|
e37b94ebff
crypto: memneq - fix for archs without efficient unaligned access
|
11 jaren geleden |
michael_mic.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
pcbc.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 jaren geleden |
pcrypt.c
|
5e4b8c1fcc
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
|
10 jaren geleden |
poly1305_generic.c
|
2546f811ef
crypto: poly1305 - Export common Poly1305 helpers
|
10 jaren geleden |
proc.c
|
94072cb20e
crypto: fips - Move fips_enabled sysctl into fips.c
|
10 jaren geleden |
ripemd.h
|
ba6b039872
[CRYPTO] ripemd: Put all common RIPEMD values in header file
|
17 jaren geleden |
rmd128.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
rmd160.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
rmd256.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
rmd320.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
rng.c
|
7cecadb7cc
crypto: rng - Do not free default RNG when it becomes unused
|
10 jaren geleden |
rsa-pkcs1pad.c
|
a6d7bfd0ff
crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct
|
9 jaren geleden |
rsa.c
|
9b45b7bba3
crypto: rsa - Generate fixed-length output
|
9 jaren geleden |
rsa_helper.c
|
8be0b84e58
crypto: rsa - Store rest of the private key components
|
9 jaren geleden |
rsaprivkey.asn1
|
8be0b84e58
crypto: rsa - Store rest of the private key components
|
9 jaren geleden |
rsapubkey.asn1
|
22287b0b59
crypto: akcipher - Changes to asymmetric key API
|
9 jaren geleden |
salsa20_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
scatterwalk.c
|
ac02725812
crypto: scatterwalk - Inline start/map/done
|
9 jaren geleden |
seed.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 jaren geleden |
seqiv.c
|
3a01d0ee2b
crypto: skcipher - Remove top-level givcipher interface
|
9 jaren geleden |
serpent_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
sha1_generic.c
|
0c4c78de04
crypto: hash - add zero length message hash for shax and md5
|
9 jaren geleden |
sha256_generic.c
|
0c4c78de04
crypto: hash - add zero length message hash for shax and md5
|
9 jaren geleden |
sha3_generic.c
|
53964b9ee6
crypto: sha3 - Add SHA-3 hash algorithm
|
9 jaren geleden |
sha512_generic.c
|
ca142584bc
crypto: sha512-generic - move to generic glue implementation
|
10 jaren geleden |
shash.c
|
70477371dc
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
9 jaren geleden |
skcipher.c
|
3a01d0ee2b
crypto: skcipher - Remove top-level givcipher interface
|
9 jaren geleden |
tcrypt.c
|
98eca72fa0
crypto: sha3 - Add HMAC-SHA3 test modes and test vectors
|
9 jaren geleden |
tcrypt.h
|
2dce063a31
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
|
10 jaren geleden |
tea.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
testmgr.c
|
15226e4804
crypto: testmgr - Print akcipher algorithm name
|
9 jaren geleden |
testmgr.h
|
c8afbc8404
crypto: testmgr - Add 4K private key to RSA testvector
|
9 jaren geleden |
tgr192.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
twofish_common.c
|
81559f9ad3
crypto: twofish-x86_64-3way - add lrw support
|
13 jaren geleden |
twofish_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
vmac.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 jaren geleden |
wp512.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 jaren geleden |
xcbc.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 jaren geleden |
xor.c
|
af7cf25dd1
add further __init annotations to crypto/xor.c
|
13 jaren geleden |
xts.c
|
28856a9e52
crypto: xts - consolidate sanity check for keys
|
9 jaren geleden |