index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
tcrypt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: tcrypt - Fixed AEAD speed test setup
Herbert Xu
2015-06-18
1
-7
/
+8
*
crypto: tcrypt - Add rfc4309(ccm(aes)) speed test
Herbert Xu
2015-06-18
1
-0
/
+5
*
crypto: tcrypt - Switch to new AEAD interface
Herbert Xu
2015-05-28
1
-8
/
+7
*
crypto: tcrypt - Include crypto/aead.h
Herbert Xu
2015-04-23
1
-0
/
+1
*
crypto: tcrypt - Include linux/fips.h for fips_enabled
Herbert Xu
2015-04-23
1
-1
/
+1
*
crypto: tcrypt - Handle async return from crypto_ahash_init
Herbert Xu
2015-04-23
1
-3
/
+3
*
crypto: tcrypt - fix uninit sg entries in test_acipher_speed
Horia Geant?
2015-03-12
1
-2
/
+2
*
crypto: tcrypt - do not allocate iv on stack for aead speed tests
Cristian Stoica
2015-02-04
1
-3
/
+8
*
crypto: tcrypt - fix buflen reminder calculation
Cristian Stoica
2015-02-04
1
-8
/
+8
*
crypto: testmgr - don't use interruptible wait in tests
Rabin Vincent
2015-01-13
1
-6
/
+4
*
crypto: tcrypt - Allow speed testing of arbitrary hash functions
Herbert Xu
2014-12-05
1
-12
/
+20
*
crypto: Resolve shadow warnings
Mark Rustad
2014-08-01
1
-38
/
+39
*
crypto: tcrypt - print cra driver name in tcrypt tests output
Luca Clementi
2014-07-03
1
-11
/
+20
*
crypto: tcrypt - add ctr(des3_ede) sync speed test
Jussi Kivilinna
2014-06-20
1
-0
/
+6
*
crypto: testmgr - add aead cbc des, des3_ede tests
Nitesh Lal
2014-05-22
1
-1
/
+30
*
crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()
Christian Engelmayer
2014-04-28
1
-1
/
+3
*
crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...
Christian Engelmayer
2014-04-28
1
-1
/
+2
*
crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big
Christian Engelmayer
2014-04-28
1
-8
/
+6
*
crypto: testmgr - add aead null encryption test vectors
Horia Geanta
2014-03-21
1
-0
/
+8
*
crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ...
Tim Chen
2013-12-20
1
-0
/
+270
*
crypto: caam - fix aead sglen for case 'dst != src'
Horia Geanta
2013-11-28
1
-0
/
+4
*
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-15
1
-2
/
+2
*
Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...
Herbert Xu
2013-09-07
1
-0
/
+8
*
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...
Herbert Xu
2013-07-24
1
-8
/
+0
*
crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash
Tim Chen
2013-05-24
1
-0
/
+8
*
crypto: tcrypt - add async cipher speed tests for blowfish
Jussi Kivilinna
2013-04-25
1
-0
/
+15
*
crypto: add CMAC support to CryptoAPI
Jussi Kivilinna
2013-04-25
1
-1
/
+10
*
crypto: testmgr - add AES GMAC test vectors
Jussi Kivilinna
2013-04-25
1
-0
/
+4
*
crypto: ctr - make rfc3686 asynchronous block cipher
Jussi Kivilinna
2013-01-08
1
-0
/
+4
*
crypto: tcrypt - add async speed test for camellia cipher
Jussi Kivilinna
2012-11-09
1
-0
/
+23
*
crypto: testmgr - add new larger DES3_EDE testvectors
Jussi Kivilinna
2012-10-24
1
-0
/
+1
*
crypto: testmgr - add new larger DES testvectors
Jussi Kivilinna
2012-10-24
1
-0
/
+1
*
crypto: tcrypt - Added speed test in tcrypt for crc32c
Tim Chen
2012-10-15
1
-0
/
+4
*
crypto: tcrypt - add missing tests for camellia and ghash
Jussi Kivilinna
2012-09-27
1
-0
/
+7
*
crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...
Suresh Siddha
2012-09-27
1
-6
/
+0
*
crypto: testmgr - add larger cast6 testvectors
Johannes Goetzfried
2012-08-01
1
-0
/
+50
*
crypto: testmgr - add larger cast5 testvectors
Johannes Goetzfried
2012-08-01
1
-0
/
+32
*
crypto: atmel - add new tests to tcrypt
Nicolas Royer
2012-07-11
1
-5
/
+45
*
crypto: testmgr - add ecb(arc4) speed tests
Jussi Kivilinna
2012-06-14
1
-0
/
+10
*
crypto: twofish - add x86_64/avx assembler implementation
Johannes Goetzfried
2012-06-12
1
-0
/
+23
*
crypto: testmgr - Add new test cases for Blackfin CRC crypto driver
Sonic Zhang
2012-06-12
1
-0
/
+3
*
crypto: tcrypt - add more camellia tests
Jussi Kivilinna
2012-03-14
1
-0
/
+12
*
crypto: tcrypt - add xts(twofish) tests
Jussi Kivilinna
2011-11-09
1
-0
/
+5
*
crypto: tcrypt - add xts(serpent) tests
Jussi Kivilinna
2011-11-09
1
-0
/
+9
*
crypto: tcrypt - add lrw(twofish) tests
Jussi Kivilinna
2011-11-09
1
-0
/
+5
*
crypto: tcrypt - add lrw(serpent) tests
Jussi Kivilinna
2011-11-09
1
-0
/
+9
*
crypto: tcrypt - add serpent speed tests
Jussi Kivilinna
2011-11-09
1
-0
/
+30
*
crypto: tcrypt - add test_acipher_speed
Jussi Kivilinna
2011-11-09
1
-0
/
+250
*
crypto: testmgr - add new serpent test vectors
Jussi Kivilinna
2011-11-09
1
-0
/
+2
*
crypto: testmgr - add twofish tests
Jussi Kivilinna
2011-10-21
1
-0
/
+1
[next]