Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
05f6e10e6cd47bbd8610c7391eab803dc77ec3aa
/
crypto
/
tcrypt.c
98eca72
crypto: sha3 - Add HMAC-SHA3 test modes and test vectors
by raveendra padasalagi
· 8 years ago
d13cd11
crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test
by Herbert Xu
· 8 years ago
1503a24
crypto: tcrypt - Add speed test for cts
by Herbert Xu
· 8 years ago
7166e58
crypto: tcrypt - Use skcipher
by Herbert Xu
· 8 years ago
72259de
crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test
by Herbert Xu
· 8 years ago
f8de55b
crypto: tcrypt - Use unsigned long for mb ahash cycle counter
by Herbert Xu
· 8 years ago
f83f5b1
crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues
by Krzysztof Kozlowski
· 8 years ago
14009c4
crypto: tcrypt - Add new mode for sha512_mb
by Megha Dey
· 8 years ago
087bcd2
crypto: tcrypt - Add speed tests for SHA multibuffer algorithms
by Megha Dey
· 8 years ago
79cc6ab
crypto: sha3 - Add SHA-3 Test's in tcrypt
by raveendra padasalagi
· 8 years ago
0660511
crypto: tcrypt - Use ahash
by Herbert Xu
· 9 years ago
f18611d
crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)
by Cyrille Pitchen
· 9 years ago
f074f7b
crypto: tcrypt - avoid mapping from module image addresses
by Horia Geant?
· 9 years ago
5e4b8c1
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
by Herbert Xu
· 9 years ago
2dce063
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
by Martin Willi
· 9 years ago
34a1c74
crypto: tcrypt - Add support for new IV convention
by Herbert Xu
· 9 years ago
1425d2d
crypto: tcrypt - Fix AEAD speed tests
by Vutla, Lokesh
· 9 years ago
3126727
crypto: tcrypt - Fixed AEAD speed test setup
by Herbert Xu
· 9 years ago
4e4aab6
crypto: tcrypt - Add rfc4309(ccm(aes)) speed test
by Herbert Xu
· 9 years ago
a3f2185
crypto: tcrypt - Switch to new AEAD interface
by Herbert Xu
· 9 years ago
1ce5a04
crypto: tcrypt - Include crypto/aead.h
by Herbert Xu
· 10 years ago
daf0944
crypto: tcrypt - Include linux/fips.h for fips_enabled
by Herbert Xu
· 10 years ago
43a9607
crypto: tcrypt - Handle async return from crypto_ahash_init
by Herbert Xu
· 10 years ago
007ee8d
crypto: tcrypt - fix uninit sg entries in test_acipher_speed
by Horia Geant?
· 10 years ago
96692a73
crypto: tcrypt - do not allocate iv on stack for aead speed tests
by Cristian Stoica
· 10 years ago
c476899
crypto: tcrypt - fix buflen reminder calculation
by Cristian Stoica
· 10 years ago
8a45ac1
crypto: testmgr - don't use interruptible wait in tests
by Rabin Vincent
· 10 years ago
8606813
crypto: tcrypt - Allow speed testing of arbitrary hash functions
by Herbert Xu
· 10 years ago
3e3dc25
crypto: Resolve shadow warnings
by Mark Rustad
· 10 years ago
263a8df
crypto: tcrypt - print cra driver name in tcrypt tests output
by Luca Clementi
· 10 years ago
8713150
crypto: tcrypt - add ctr(des3_ede) sync speed test
by Jussi Kivilinna
· 10 years ago
5208ed2
crypto: testmgr - add aead cbc des, des3_ede tests
by Nitesh Lal
· 10 years ago
6af1f93
crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()
by Christian Engelmayer
· 11 years ago
a2ea6ed
crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead() fails
by Christian Engelmayer
· 11 years ago
ac5f863
crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big
by Christian Engelmayer
· 11 years ago
bca4feb
crypto: testmgr - add aead null encryption test vectors
by Horia Geanta
· 11 years ago
53f52d7
crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test suite
by Tim Chen
· 11 years ago
bbf9c89
crypto: caam - fix aead sglen for case 'dst != src'
by Horia Geanta
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
68411521
Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"
by Herbert Xu
· 11 years ago
e70308e
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"
by Herbert Xu
· 11 years ago
3976121
crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash
by Tim Chen
· 12 years ago
ad8b7c3
crypto: tcrypt - add async cipher speed tests for blowfish
by Jussi Kivilinna
· 12 years ago
93b5e86
crypto: add CMAC support to CryptoAPI
by Jussi Kivilinna
· 12 years ago
e9b7441
crypto: testmgr - add AES GMAC test vectors
by Jussi Kivilinna
· 12 years ago
69d3150
crypto: ctr - make rfc3686 asynchronous block cipher
by Jussi Kivilinna
· 12 years ago
bf9c518
crypto: tcrypt - add async speed test for camellia cipher
by Jussi Kivilinna
· 12 years ago
e080b17
crypto: testmgr - add new larger DES3_EDE testvectors
by Jussi Kivilinna
· 12 years ago
8163fc3
crypto: testmgr - add new larger DES testvectors
by Jussi Kivilinna
· 12 years ago
e3899e4
crypto: tcrypt - Added speed test in tcrypt for crc32c
by Tim Chen
· 12 years ago
54216bb
crypto: tcrypt - add missing tests for camellia and ghash
by Jussi Kivilinna
· 12 years ago
b6f3fef
crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/enable()
by Suresh Siddha
· 12 years ago
9b8b040
crypto: testmgr - add larger cast6 testvectors
by Johannes Goetzfried
· 12 years ago
a2c5826
crypto: testmgr - add larger cast5 testvectors
by Johannes Goetzfried
· 12 years ago
de197533
crypto: atmel - add new tests to tcrypt
by Nicolas Royer
· 12 years ago
31b4cd29
crypto: testmgr - add ecb(arc4) speed tests
by Jussi Kivilinna
· 12 years ago
107778b
crypto: twofish - add x86_64/avx assembler implementation
by Johannes Goetzfried
· 12 years ago
a482b08
crypto: testmgr - Add new test cases for Blackfin CRC crypto driver
by Sonic Zhang
· 12 years ago
4de5933
crypto: tcrypt - add more camellia tests
by Jussi Kivilinna
· 13 years ago
131f754
crypto: tcrypt - add xts(twofish) tests
by Jussi Kivilinna
· 13 years ago
5209c07
crypto: tcrypt - add xts(serpent) tests
by Jussi Kivilinna
· 13 years ago
bee3a90
crypto: tcrypt - add lrw(twofish) tests
by Jussi Kivilinna
· 13 years ago
87aae4b
crypto: tcrypt - add lrw(serpent) tests
by Jussi Kivilinna
· 13 years ago
7fb7fe4
crypto: tcrypt - add serpent speed tests
by Jussi Kivilinna
· 13 years ago
3f3baf3
crypto: tcrypt - add test_acipher_speed
by Jussi Kivilinna
· 13 years ago
9d25917
crypto: testmgr - add new serpent test vectors
by Jussi Kivilinna
· 13 years ago
573da62
crypto: testmgr - add twofish tests
by Jussi Kivilinna
· 13 years ago
85b63e3
crypto: testmgr - add blowfish test-vectors
by Jussi Kivilinna
· 13 years ago
ee5002a
crypto: tcrypt - add ctr(twofish) speed test
by Jussi Kivilinna
· 13 years ago
7d47b86
crypto: tcrypt - add ctr(blowfish) speed test
by Jussi Kivilinna
· 13 years ago
9996e34
crypto: tcrypt - CTR mode speed test for AES
by Jan Glauber
· 14 years ago
f07ef1d
crypto: tcrypt - do not attempt to write to readonly variable
by David Sterba
· 14 years ago
69435b9
crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors
by Adrian Hoban
· 14 years ago
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
Next »