index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test-string_helpers.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-18
crypto: skcipher - Add low-level skcipher interface
Herbert Xu
4
-7
/
+407
2016-07-12
crypto: sha-mb - Cleanup code to use || instead of |
Tim Chen
3
-9
/
+15
2016-07-11
crypto: qat - Stop dropping leading zeros from RSA output
Salvatore Benedetto
1
-20
/
+0
2016-07-11
crypto: qat - Add DH support
Salvatore Benedetto
2
-72
/
+522
2016-07-11
crypto: doc - Fix double words "the the" in crypto-API.tmpl
Masanari Iida
1
-2
/
+2
2016-07-05
crypto: qat - Add RSA CRT mode
Salvatore Benedetto
1
-25
/
+209
2016-07-05
crypto: testmgr - Add 4K private key to RSA testvector
Salvatore Benedetto
1
-1
/
+199
2016-07-05
crypto: rsa - Store rest of the private key components
Salvatore Benedetto
3
-5
/
+100
2016-07-05
crypto: qat - Use alternative reset methods depending on the specific device
Conor McLoughlin
6
-9
/
+43
2016-07-05
crypto: bfin_crc - Simplify use of devm_ioremap_resource
Amitoj Kaur Chawla
1
-5
/
+0
2016-07-05
crypto: caam - add support for RSA algorithm
Tudor Ambarus
9
-1
/
+789
2016-07-05
crypto: testmgr - Set err before proceeding
Salvatore Benedetto
1
-0
/
+1
2016-07-05
crypto: qat - Switch to new rsa_helper functions
Salvatore Benedetto
5
-55
/
+21
2016-07-05
crypto: powerpc - Add POWER8 optimised crc32c
Anton Blanchard
5
-0
/
+1745
2016-07-05
powerpc: define FUNC_START/FUNC_END
Anton Blanchard
1
-0
/
+3
2016-07-03
crypto: rsa-pkcs1pad - Fix regression from leading zeros
Herbert Xu
1
-16
/
+22
2016-07-01
crypto: sha3 - Add HMAC-SHA3 test modes and test vectors
raveendra padasalagi
3
-0
/
+444
2016-07-01
crypto: omap-sham - increase cra_proirity to 400
Bin Liu
1
-12
/
+12
2016-07-01
crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test
Herbert Xu
1
-1
/
+3
2016-07-01
crypto: rsa-pkcs1pad - Avoid copying output when possible
Herbert Xu
1
-67
/
+45
2016-07-01
crypto: rsa-pkcs1pad - Move key size check to setkey
Herbert Xu
1
-30
/
+26
2016-07-01
crypto: rsa-pkcs1pad - Always use GFP_KERNEL
Herbert Xu
1
-16
/
+6
2016-07-01
crypto: rsa-pkcs1pad - Remove bogus page splitting
Herbert Xu
1
-14
/
+5
2016-07-01
crypto: rsa-pkcs1pad - Require hash to be present
Herbert Xu
1
-53
/
+30
2016-07-01
lib/mpi: Do not do sg_virt
Herbert Xu
1
-36
/
+50
2016-07-01
crypto: rsa - Generate fixed-length output
Herbert Xu
4
-35
/
+32
2016-07-01
crypto: testmgr - Allow leading zeros in RSA
Herbert Xu
1
-27
/
+24
2016-07-01
crypto: tcrypt - Add speed test for cts
Herbert Xu
1
-0
/
+8
2016-07-01
crypto: api - Add crypto_inst_setname
Herbert Xu
2
-7
/
+19
2016-07-01
crypto: s390/aes - Use skcipher for fallback
Herbert Xu
1
-53
/
+60
2016-07-01
crypto: sahara - Use skcipher for fallback
Herbert Xu
1
-62
/
+50
2016-07-01
crypto: qce - Use skcipher for fallback
Herbert Xu
2
-12
/
+17
2016-07-01
crypto: picoxcell - Use skcipher for fallback
Herbert Xu
1
-29
/
+31
2016-07-01
crypto: mxs-dcp - Use skcipher for fallback
Herbert Xu
1
-26
/
+21
2016-07-01
crypto: ccp - Use skcipher for fallback
Herbert Xu
2
-25
/
+21
2016-07-01
crypto: aesni - Use crypto_cipher to derive rfc4106 subkey
Herbert Xu
1
-65
/
+11
2016-07-01
crypto: tcrypt - Use skcipher
Herbert Xu
1
-197
/
+44
2016-07-01
crypto: ahash - Add padding in crypto_ahash_extsize
Herbert Xu
1
-3
/
+3
2016-07-01
crypto: authenc - Consider ahash ASYNC bit
Herbert Xu
2
-4
/
+8
2016-06-29
crypto: authenc - Remove redundant sg_init_table call.
Harsh Jain
1
-6
/
+1
2016-06-29
crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test
Herbert Xu
1
-58
/
+71
2016-06-28
crypto: tcrypt - Use unsigned long for mb ahash cycle counter
Herbert Xu
1
-5
/
+5
2016-06-28
crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues
Krzysztof Kozlowski
1
-19
/
+14
2016-06-28
crypto: tcrypt - Add new mode for sha512_mb
Megha Dey
1
-0
/
+4