Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a4dbc5ee52e8741522a2f87067b80116c6c7a934
/
crypto
/
tcrypt.c
beb63da
crypto: tcrypt - Add speed tests for async hashing
by David S. Miller
· 14 years ago
df2071b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Herbert Xu
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
18bcc91
crypto: tcrypt - Speed testing support for ghash
by Huang Ying
· 15 years ago
f1939f7
crypto: vmac - New hash algorithm for intel_txt support
by Shane Wang
· 15 years ago
7be380f
crypto: tcrypt - Add mask parameter
by Herbert Xu
· 15 years ago
ea40065
crypto: tcrypt - Fix module return code when testing by name
by Herbert Xu
· 15 years ago
a873a5f
crypto: tcrypt - Test algorithms by name
by Steffen Klassert
· 15 years ago
4e033a6
crypto: tcrypt - Do not exit on success in fips mode
by Jarod Wilson
· 15 years ago
f7cb80f
crypto: testmgr - Add ctr(aes) test vectors
by Jarod Wilson
· 16 years ago
e08ca2d
crypto: testmgr - Add ansi_cprng test vectors
by Jarod Wilson
· 16 years ago
5d66732
crypto: testmgr - Add self-tests for rfc4309(ccm(aes))
by Jarod Wilson
· 16 years ago
376bacb
crypto: tcrypt - Reduce stack size
by Frank Seidel
· 16 years ago
0c01aed
crypto: testmgr - add zlib test
by Geert Uytterhoeven
· 16 years ago
da7f033
crypto: cryptomgr - Add test infrastructure
by Herbert Xu
· 16 years ago
01b3232
crypto: tcrypt - Add alg_test interface
by Herbert Xu
· 16 years ago
bdecd22
crypto: tcrypt - Abort and only log if there is an error
by Herbert Xu
· 16 years ago
f139cfa
crypto: tcrypt - Avoid using contiguous pages
by Herbert Xu
· 16 years ago
f176e63
crypto: tcrypt - Fix AEAD chunk testing
by Herbert Xu
· 16 years ago
18e33e6
crypto: hash - Move ahash functions into crypto/hash.h
by Herbert Xu
· 16 years ago
4b22f0d
crypto: tcrpyt - Remove unnecessary kmap/kunmap calls
by Herbert Xu
· 16 years ago
d729de2
[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode
by Neil Horman
· 16 years ago
cde0e2c8
[CRYPTO] tcrypt: Use asynchronous hash interface
by Loc Ho
· 16 years ago
2998db3
[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320
by Adrian-Ken Rueegsegger
· 16 years ago
a558f1d
[CRYPTO] tcrypt: Catch cipher destination memory corruption
by Patrick McHardy
· 16 years ago
b10c170
[CRYPTO] tcrpyt: Get rid of change log in source
by Herbert Xu
· 16 years ago
fd4adf1
[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160
by Adrian-Ken Rueegsegger
· 16 years ago
dbb018cd8
crypto: tcrypt - Fix memory leak in test_cipher
by Darren Jenkins
· 16 years ago
3af5b90
[CRYPTO] all: Clean up init()/fini()
by Kamalesh Babulal
· 17 years ago
76cb952
[CRYPTO] cts: Add CTS mode required for Kerberos AES support
by Kevin Coffman
· 17 years ago
562954d
[CRYPTO] tcrypt: Change the usage of the test vectors
by Sebastian Siewior
· 17 years ago
d5dc392
[CRYPTO] tcrypt: Shrink speed templates
by Sebastian Siewior
· 17 years ago
477035c
[CRYPTO] tcrypt: Group common speed templates
by Sebastian Siewior
· 17 years ago
38ed9ab
[CRYPTO] tcrypt: Make xcbc available as a standalone test
by Herbert Xu
· 17 years ago
2a999a3
[CRYPTO] tcrypt: Zero axbuf in the right function
by Herbert Xu
· 17 years ago
93cc74e
[CRYPTO] tcrypt: Add CCM vectors
by Joy Latten
· 17 years ago
5311f24
[CRYPTO] ctr: Refactor into ctr and rfc3686
by Herbert Xu
· 17 years ago
5de8f1b
[CRYPTO] tcrypt: Added salsa20 speed test
by Tan Swee Heng
· 17 years ago
0b77abb
[CRYPTO] lzo: Add LZO compression algorithm support
by Zoltan Sogor
· 17 years ago
91755a9
[CRYPTO] tcrypt: Add common compression tester function
by Zoltan Sogor
· 17 years ago
6160b28
[CRYPTO] gcm: Fix ICV handling
by Herbert Xu
· 17 years ago
8df213d
[CRYPTO] tcrypt: Make gcm available as a standalone test
by Herbert Xu
· 17 years ago
a10e119
[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.h
by Denis Cheng
· 17 years ago
6d1a69d
[CRYPTO] tcrypt: Support for large test vectors
by Tan Swee Heng
· 17 years ago
28db8e3
[CRYPTO] gcm: New algorithm
by Mikko Herranen
· 17 years ago
e3a4ea4
[CRYPTO] tcrypt: Add aead support
by Mikko Herranen
· 17 years ago
2407d60
[CRYPTO] salsa20: Salsa20 stream cipher
by Tan Swee Heng
· 17 years ago
cd12fb90
[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224
by Jonathan Lynch
· 17 years ago
41fdab3
[CRYPTO] ctr: Add countersize
by Joy Latten
· 17 years ago
23e353c
[CRYPTO] ctr: Add CTR (Counter) block cipher mode
by Joy Latten
· 17 years ago
a5a613a
[CRYPTO] tcrypt: Move sg_init_table out of timing loops
by Herbert Xu
· 17 years ago
b733588
[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.
by David S. Miller
· 17 years ago
78c2f0b
[SG] Update crypto/ to sg helpers
by Jens Axboe
· 17 years ago
f19f511
[CRYPTO] xts: XTS blockcipher mode implementation without partial blocks
by Rik Snel
· 17 years ago
e2ee95b
[CRYPTO] seed: New cipher algorithm
by Hye-Shik Chang
· 17 years ago
29059d1
[CRYPTO] tcrypt: Add missing error check
by Herbert Xu
· 17 years ago
6158efc
[CRYPTO] tcrypt: Use async blkcipher interface
by Herbert Xu
· 18 years ago
7bc301e
[CRYPTO] tcrypt: Fix error checking for comp allocation
by Sebastian Siewior
· 18 years ago
02ab5a7
[CRYPTO] camellia: added the testing code of Camellia cipher
by Noriaki TAKAMIYA
· 18 years ago
ba8da2a
[CRYPTO] tcrypt: Removed vestigial crypto_alloc_tfm call
by Herbert Xu
· 18 years ago
9083163
[CRYPTO] fcrypt: Add FCrypt from RxRPC
by David Howells
· 18 years ago
a28091a
[CRYPTO] tcrypt: Added test vectors for sha384/sha512
by Andrew Donofrio
· 18 years ago
f3d1044
[CRYPTO] tcrypt: LRW test vectors
by Rik Snel
· 18 years ago
5b2becf
[CRYPTO] tcrypt: Add test vectors of AES_XCBC
by Kazunori MIYAZAWA
· 18 years ago
e4d5b79
[CRYPTO] users: Use crypto_comp and crypto_has_*
by Herbert Xu
· 18 years ago
e9d4116
[CRYPTO] tcrypt: Use HMAC template and hash interface
by Herbert Xu
· 18 years ago
cba8356
[CRYPTO] tcrypt: Use block ciphers where applicable
by Herbert Xu
· 18 years ago
c907ee7
[CRYPTO] tcrypt: Use test_hash for crc32c
by Herbert Xu
· 18 years ago
560c06a
[CRYPTO] api: Get rid of flags argument to setkey
by Herbert Xu
· 18 years ago
25cdbcd
[CRYPTO] crc32c: Fix unconventional setkey usage
by Herbert Xu
· 18 years ago
e805792
[CRYPTO] tcrypt: Speed benchmark support for digest algorithms
by Michal Ludvig
· 18 years ago
14fdf47
[CRYPTO] tcrypt: Return -EAGAIN from module_init()
by Michal Ludvig
· 18 years ago
05f29fc
[PATCH] s390: in-kernel crypto test vectors
by Jan Glauber
· 19 years ago
6df5b9f
[CRYPTO] Simplify one-member scatterlist expressions
by Herbert Xu
· 19 years ago
378f058
[PATCH] Use sg_set_buf/sg_init_one where applicable
by David Hardeman
· 19 years ago
fb4f10e
[CRYPTO]: Fix XTEA implementation
by Aaron Grothe
· 19 years ago
6a17944
[CRYPTO]: Use CPU cycle counters in tcrypt
by Herbert Xu
· 19 years ago
dce907c
[CRYPTO]: Use template keys for speed tests if possible
by Herbert Xu
· 19 years ago
ebfd9bc
[CRYPTO]: Add cipher speed tests
by Harald Welte
· 19 years ago
3cc3816
[CRYPTO]: Kill unnecessary strncpy from tcrypt
by Herbert Xu
· 19 years ago
ef2736f
[CRYPTO]: White space and coding style clean up in tcrypt
by Herbert Xu
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago