| .. |
|
async_tx
|
6f68fbaafb
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
|
15 年之前 |
|
Kconfig
|
f77f13e22d
Fix comment and Kconfig typos for 'require' and 'fragment'
|
15 年之前 |
|
Makefile
|
5068c7a883
crypto: pcrypt - Add pcrypt crypto parallelization wrapper
|
16 年之前 |
|
ablkcipher.c
|
bf06099db1
crypto: skcipher - Add ablkcipher_walk interfaces
|
15 年之前 |
|
aead.c
|
3922538fe1
crypto: aead - Fix checkpatch errors
|
16 年之前 |
|
aes_generic.c
|
8d0c123f8b
crypto: aes_generic - Fix checkpatch errors
|
16 年之前 |
|
ahash.c
|
cbb9bf65ae
crypto: hash - Fix handling of unaligned buffers
|
16 年之前 |
|
algapi.c
|
df2071bd08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
|
15 年之前 |
|
algboss.c
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
|
ansi_cprng.c
|
2f32bfd834
crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPS
|
16 年之前 |
|
anubis.c
|
189bd4b056
crypto: anubis - Fix checkpatch errors
|
16 年之前 |
|
api.c
|
3d01a33b77
crypto: api - Fix checkpatch errors
|
16 年之前 |
|
arc4.c
|
560c06ae1a
[CRYPTO] api: Get rid of flags argument to setkey
|
19 年之前 |
|
authenc.c
|
921bae5469
crypto: authenc - Fix cryptlen calculation
|
15 年之前 |
|
blkcipher.c
|
b170a137f4
crypto: skcipher - Avoid infinite loop when cipher fails selftest
|
17 年之前 |
|
blowfish.c
|
0d8fb0a139
crypto: blowfish - Fix checkpatch errors
|
16 年之前 |
|
camellia.c
|
621dd36929
crypto: camellia - Fix checkpatch errors
|
16 年之前 |
|
cast5.c
|
a1f4c9222d
crypto: cast5 - Fix checkpatch errors
|
16 年之前 |
|
cast6.c
|
87c3be87e9
crypto: cast6 - Fix checkpatch errors
|
16 年之前 |
|
cbc.c
|
e231c2ee64
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
|
18 年之前 |
|
ccm.c
|
516280e735
crypto: ccm - Fix handling of null assoc data
|
17 年之前 |
|
chainiv.c
|
0a2e821d62
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
|
17 年之前 |
|
cipher.c
|
d150975bc7
crypto: cipher - Fix checkpatch errors
|
16 年之前 |
|
compress.c
|
0375d66dd0
crypto: compress - Fix checkpatch errors
|
16 年之前 |
|
crc32c.c
|
db83aabfe1
crypto: crc32 - Fix checkpatch errors
|
16 年之前 |
|
cryptd.c
|
a29d8b8e2d
percpu: add __percpu sparse annotations to what's left
|
16 年之前 |
|
crypto_null.c
|
c9af70fb86
crypto: crypto_null - Fix checkpatch errors
|
16 年之前 |
|
crypto_wq.c
|
25c38d3fb9
crypto: api - Use dedicated workqueue for crypto subsystem
|
17 年之前 |
|
ctr.c
|
aef27136b8
crypto: ctr - Use chainiv on raw counter mode
|
16 年之前 |
|
cts.c
|
c4913c7b71
[CRYPTO] cts: Init SG tables
|
17 年之前 |
|
deflate.c
|
9472d763b3
crypto: deflate - Fix checkpatch errors
|
16 年之前 |
|
des_generic.c
|
a501121e30
crypto: des_generic - Fix checkpatch errors
|
16 年之前 |
|
ecb.c
|
5b37c19e36
crypto: ecb - Fix checkpatch errors
|
16 年之前 |
|
eseqiv.c
|
abe5fa7899
crypto: eseqiv - Fix IV generation for sync algorithms
|
16 年之前 |
|
fcrypt.c
|
0047e81dc3
crypto: fcrypt - Fix checkpatch errors
|
16 年之前 |
|
fips.c
|
ccb778e184
crypto: api - Add fips_enable flag
|
17 年之前 |
|
gcm.c
|
73c89c15b9
crypto: gcm - Add RFC4543 wrapper for GCM
|
16 年之前 |
|
gf128mul.c
|
8c882f6413
crypto: Fix dead links
|
17 年之前 |
|
ghash-generic.c
|
2cdc6899a8
crypto: ghash - Add GHASH digest algorithm for GCM
|
16 年之前 |
|
hmac.c
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
|
internal.h
|
269ab459da
crypto: internal - Fix checkpatch errors
|
15 年之前 |
|
khazad.c
|
3af5b90bde
[CRYPTO] all: Clean up init()/fini()
|
17 年之前 |
|
krng.c
|
17f0f4a47d
crypto: rng - RNG interface and implementation
|
17 年之前 |
|
lrw.c
|
8eb2dfac41
crypto: lrw - Fix big endian support
|
17 年之前 |
|
lzo.c
|
3af5b90bde
[CRYPTO] all: Clean up init()/fini()
|
17 年之前 |
|
md4.c
|
808a1763ce
crypto: md4 - Switch to shash
|
17 年之前 |
|
md5.c
|
eebb111f5f
crypto: md5 - Set statesize
|
16 年之前 |
|
michael_mic.c
|
19e2bf1467
crypto: michael_mic - Switch to shash
|
17 年之前 |
|
pcbc.c
|
e231c2ee64
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
|
18 年之前 |
|
pcompress.c
|
2ca33da1de
crypto: api - Remove frontend argument from extsize/init_tfm
|
16 年之前 |
|
pcrypt.c
|
80a6d7db9f
crypto: pcrypt - Handle crypto_get_attr_type errors
|
15 年之前 |
|
proc.c
|
e069efb6bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
16 年之前 |
|
ripemd.h
|
ba6b039872
[CRYPTO] ripemd: Put all common RIPEMD values in header file
|
17 年之前 |
|
rmd128.c
|
7c4468bc01
crypto: rmd128 - Switch to shash
|
17 年之前 |
|
rmd160.c
|
e5835fba02
crypto: rmd160 - Switch to shash
|
17 年之前 |
|
rmd256.c
|
d8a5e2e9f4
crypto: rmd256 - Switch to shash
|
17 年之前 |
|
rmd320.c
|
3b8efb4c41
crypto: rmd320 - Switch to shash
|
17 年之前 |
|
rng.c
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
|
salsa20_generic.c
|
f0d1ec3a22
crypto: salsa20 - Remove private wrappers around various operations
|
17 年之前 |
|
scatterwalk.c
|
85c6201a80
crypto: scatterwalk - Fix scatterwalk_done() test
|
15 年之前 |
|
seed.c
|
e2ee95b8c6
[CRYPTO] seed: New cipher algorithm
|
18 年之前 |
|
seqiv.c
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
|
serpent.c
|
3af5b90bde
[CRYPTO] all: Clean up init()/fini()
|
17 年之前 |
|
sha1_generic.c
|
e2a7ce4e18
crypto: sha1_generic - Add export/import support
|
16 年之前 |
|
sha256_generic.c
|
9b2fda7b94
crypto: sha256_generic - Add export/import support
|
16 年之前 |
|
sha512_generic.c
|
13887ed688
crypto: sha512_generic - Use 64-bit counters
|
16 年之前 |
|
shash.c
|
18eb8ea6ee
crypto: shash - Remove usage of CRYPTO_MINALIGN
|
15 年之前 |
|
tcrypt.c
|
beb63da739
crypto: tcrypt - Add speed tests for async hashing
|
15 年之前 |
|
tcrypt.h
|
18bcc9194d
crypto: tcrypt - Speed testing support for ghash
|
15 年之前 |
|
tea.c
|
3af5b90bde
[CRYPTO] all: Clean up init()/fini()
|
17 年之前 |
|
testmgr.c
|
a8f1a05292
crypto: testmgr - Add testing for async hashing and update/final
|
15 年之前 |
|
testmgr.h
|
304a204ec9
crypto: vmac - Fix big-endian support
|
15 年之前 |
|
tgr192.c
|
f63fbd3d50
crypto: tgr192 - Switch to shash
|
17 年之前 |
|
twofish.c
|
3af5b90bde
[CRYPTO] all: Clean up init()/fini()
|
17 年之前 |
|
twofish_common.c
|
e2b21b5002
[CRYPTO] twofish: Do not unroll big stuff in twofish key setup
|
18 年之前 |
|
vmac.c
|
304a204ec9
crypto: vmac - Fix big-endian support
|
15 年之前 |
|
wp512.c
|
4946510baa
crypto: wp512 - Switch to shash
|
17 年之前 |
|
xcbc.c
|
36f87a4a29
crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx
|
16 年之前 |
|
xor.c
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 年之前 |
|
xts.c
|
6212f2c7f7
[CRYPTO] xts: Use proper alignment
|
18 年之前 |
|
zlib.c
|
3ce858cb04
crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}
|
16 年之前 |