.. |
asymmetric_keys
|
19c75bcbe0
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
8 years ago |
async_tx
|
c84750906b
async_pq_val: fix DMA memory leak
|
8 years ago |
.gitignore
|
44a17ef872
crypto: rsa - add .gitignore for crypto/*.-asn1.[ch] files
|
10 years ago |
842.c
|
6a8de3aefb
crypto: acomp - add support for 842 via scomp
|
8 years ago |
Kconfig
|
f15f05b0a5
crypto: ccm - switch to separate cbcmac driver
|
8 years ago |
Makefile
|
7d6e910502
crypto: improve gcc optimization flags for serpent and wp512
|
8 years ago |
ablk_helper.c
|
88407a39b5
crypto: ablk_helper - Fix cryptd reordering
|
9 years ago |
ablkcipher.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
acompress.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
aead.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
aes_generic.c
|
ec38a93761
crypto: aes-generic - drop alignment requirement
|
8 years ago |
aes_ti.c
|
b5e0b032b6
crypto: aes - add generic time invariant AES cipher
|
8 years ago |
af_alg.c
|
a6a48c565f
crypto: af_alg - Forbid bind(2) when nokey child sockets are present
|
9 years ago |
ahash.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
akcipher.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
algapi.c
|
db91af0fbe
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
|
8 years ago |
algboss.c
|
eed93e0ce3
crypto: testmgr - Do not test internal algorithms
|
8 years ago |
algif_aead.c
|
0b529f143e
crypto: algif_aead - Fix kernel panic on list_del
|
8 years ago |
algif_hash.c
|
6207119444
crypto: algif_hash - avoid zero-sized array
|
8 years ago |
algif_rng.c
|
654ae152b3
crypto: algif_rng - Remove obsolete const-removal cast
|
10 years ago |
algif_skcipher.c
|
0f1d6dfe03
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
8 years ago |
ansi_cprng.c
|
e7c2422a83
crypto: ansi_cprng - Convert to new rng interface
|
10 years ago |
anubis.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
api.c
|
430b441cdc
crypto: api - Do not clear type bits in crypto_larval_lookup
|
8 years ago |
arc4.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
authenc.c
|
60425a8bad
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
|
8 years ago |
authencesn.c
|
60425a8bad
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
|
8 years ago |
blkcipher.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
blowfish_common.c
|
52ba867c8c
crypto: blowfish - split generic and common c code
|
14 years ago |
blowfish_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
camellia_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
cast5_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
cast6_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
cast_common.c
|
f22d08111a
crypto: make tables used from assembler __visible
|
12 years ago |
cbc.c
|
db91af0fbe
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
|
8 years ago |
ccm.c
|
f15f05b0a5
crypto: ccm - switch to separate cbcmac driver
|
8 years ago |
chacha20_generic.c
|
9ae433bc79
crypto: chacha20 - convert generic and x86 versions to skcipher
|
8 years ago |
chacha20poly1305.c
|
60425a8bad
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
|
8 years ago |
cipher.c
|
9c8ae17bbf
crypto: api - Remove no-op exit_ops code
|
8 years ago |
cmac.c
|
db91af0fbe
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
|
8 years ago |
compress.c
|
9c8ae17bbf
crypto: api - Remove no-op exit_ops code
|
8 years ago |
crc32_generic.c
|
a7c58ac062
crypto: crc32 - Rename generic implementation
|
9 years ago |
crc32c_generic.c
|
fd7f672710
crypto: crc32c - Fix crc32c soft dependency
|
9 years ago |
crct10dif_common.c
|
26052f9b9b
crypto: crct10dif - Add fallback for broken initrds
|
12 years ago |
crct10dif_generic.c
|
36e09e1f87
crypto: squash lines for simple wrapper functions
|
9 years ago |
cryptd.c
|
4e0958d19b
crypto: cryptd - Add support for skcipher
|
8 years ago |
crypto_engine.c
|
c4ca2b0b25
crypto: engine - Handle the kthread worker using the new API
|
8 years ago |
crypto_null.c
|
499a66e6b6
crypto: null - Remove default null blkcipher
|
9 years ago |
crypto_user.c
|
2ebda74fd6
crypto: acomp - add asynchronous compression api
|
8 years ago |
crypto_wq.c
|
130fa5bc81
crypto: crypto_wq - Fix late crypto work queue initialization
|
11 years ago |
ctr.c
|
db91af0fbe
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
|
8 years ago |
cts.c
|
db91af0fbe
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
|
8 years ago |
deflate.c
|
f6ded09de8
crypto: acomp - add support for deflate via scomp
|
8 years ago |
des_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
dh.c
|
8edda7d22a
crypto: dh - Consistenly return negative error codes
|
8 years ago |
dh_helper.c
|
802c7f1c84
crypto: dh - Add DH software implementation
|
9 years ago |
drbg.c
|
479d014de5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
8 years ago |
ecb.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 years ago |
ecc.c
|
8f44df154d
crypto: ecdh - make ecdh_shared_secret unique
|
9 years ago |
ecc.h
|
8f44df154d
crypto: ecdh - make ecdh_shared_secret unique
|
9 years ago |
ecc_curve_defs.h
|
3c4b23901a
crypto: ecdh - Add ECDH software support
|
9 years ago |
ecdh.c
|
8f44df154d
crypto: ecdh - make ecdh_shared_secret unique
|
9 years ago |
ecdh_helper.c
|
3c4b23901a
crypto: ecdh - Add ECDH software support
|
9 years ago |
echainiv.c
|
53a5d5ddcc
crypto: echainiv - Replace chaining with multiplication
|
9 years ago |
fcrypt.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
fips.c
|
94072cb20e
crypto: fips - Move fips_enabled sysctl into fips.c
|
10 years ago |
gcm.c
|
60425a8bad
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
|
8 years ago |
gf128mul.c
|
75aa0a7caf
crypto: gf128mul - Zero memory when freeing multiplication table
|
8 years ago |
ghash-generic.c
|
a397ba829d
crypto: ghash-generic - move common definitions to a new header file
|
8 years ago |
hash_info.c
|
5ca4c20cfd
keys, trusted: select hash algorithm for TPM2 chips
|
9 years ago |
hmac.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 years ago |
internal.h
|
9c8ae17bbf
crypto: api - Remove no-op exit_ops code
|
8 years ago |
jitterentropy-kcapi.c
|
e8b2fa476e
crypto: jitterentropy - drop duplicate header module.h
|
8 years ago |
jitterentropy.c
|
cea0a3c305
crypto: jitterentropy - Delete unnecessary checks before the function call "kzfree"
|
10 years ago |
keywrap.c
|
2b8b28fd23
crypto: keywrap - memzero the correct memory
|
9 years ago |
khazad.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
kpp.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
lrw.c
|
700cb3f5fe
crypto: lrw - Convert to skcipher
|
8 years ago |
lz4.c
|
8cd9330e0a
crypto: acomp - add support for lz4 via scomp
|
8 years ago |
lz4hc.c
|
91d53d96e2
crypto: acomp - add support for lz4hc via scomp
|
8 years ago |
lzo.c
|
ac9d2c4b39
crypto: acomp - add support for lzo via scomp
|
8 years ago |
mcryptd.c
|
48a992727d
crypto: mcryptd - Check mcryptd algorithm compatibility
|
8 years ago |
md4.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
md5.c
|
0c4c78de04
crypto: hash - add zero length message hash for shax and md5
|
9 years ago |
memneq.c
|
e37b94ebff
crypto: memneq - fix for archs without efficient unaligned access
|
11 years ago |
michael_mic.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
pcbc.c
|
db91af0fbe
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
|
8 years ago |
pcrypt.c
|
5e4b8c1fcc
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
|
10 years ago |
poly1305_generic.c
|
109e23bd10
crypto: poly1305 - Use unaligned access where required
|
8 years ago |
proc.c
|
94072cb20e
crypto: fips - Move fips_enabled sysctl into fips.c
|
10 years ago |
ripemd.h
|
ba6b039872
[CRYPTO] ripemd: Put all common RIPEMD values in header file
|
17 years ago |
rmd128.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
rmd160.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
rmd256.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
rmd320.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
rng.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
rsa-pkcs1pad.c
|
0cf43f509f
crypto: rsa-pkcs1pad - Handle leading zero for decryption
|
8 years ago |
rsa.c
|
9b45b7bba3
crypto: rsa - Generate fixed-length output
|
9 years ago |
rsa_helper.c
|
e09287dfef
crypto: rsa - allow keys >= 2048 bits in FIPS mode
|
9 years ago |
rsaprivkey.asn1
|
8be0b84e58
crypto: rsa - Store rest of the private key components
|
9 years ago |
rsapubkey.asn1
|
22287b0b59
crypto: akcipher - Changes to asymmetric key API
|
9 years ago |
salsa20_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
scatterwalk.c
|
c8467f7a36
crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy
|
8 years ago |
scompress.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
seed.c
|
5d26a105b5
crypto: prefix module autoloading with "crypto-"
|
10 years ago |
seqiv.c
|
db91af0fbe
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
|
8 years ago |
serpent_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
sha1_generic.c
|
0c4c78de04
crypto: hash - add zero length message hash for shax and md5
|
9 years ago |
sha256_generic.c
|
0c4c78de04
crypto: hash - add zero length message hash for shax and md5
|
9 years ago |
sha3_generic.c
|
f743e70e8f
crypto: sha3 - Add missing ULL suffixes for 64-bit constants
|
9 years ago |
sha512_generic.c
|
ca142584bc
crypto: sha512-generic - move to generic glue implementation
|
10 years ago |
shash.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
simd.c
|
266d051601
crypto: simd - Add simd skcipher helper
|
8 years ago |
skcipher.c
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
tcrypt.c
|
76512f2d8c
crypto: tcrypt - Add debug prints
|
8 years ago |
tcrypt.h
|
2dce063a31
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
|
10 years ago |
tea.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
testmgr.c
|
092acf0698
crypto: testmgr - add test cases for cbcmac(aes)
|
8 years ago |
testmgr.h
|
092acf0698
crypto: testmgr - add test cases for cbcmac(aes)
|
8 years ago |
tgr192.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
twofish_common.c
|
81559f9ad3
crypto: twofish-x86_64-3way - add lrw support
|
13 years ago |
twofish_generic.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
vmac.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 years ago |
wp512.c
|
3e14dcf7cb
crypto: add missing crypto module aliases
|
10 years ago |
xcbc.c
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 years ago |
xor.c
|
27c4d548af
crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unset
|
9 years ago |
xts.c
|
f1c131b454
crypto: xts - Convert to skcipher
|
8 years ago |