index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-19
crypto: introduce some common functions for af_alg backend
Longpeng(Mike)
3
-0
/
+171
2017-07-19
crypto: hmac: add hmac driver framework
Longpeng(Mike)
5
-114
/
+144
2017-07-19
crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backend
Longpeng(Mike)
1
-10
/
+24
2017-07-19
crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backend
Longpeng(Mike)
1
-10
/
+24
2017-07-19
crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backend
Longpeng(Mike)
1
-10
/
+25
2017-07-19
crypto: hmac: move crypto/hmac.h into include/crypto/
Longpeng(Mike)
1
-166
/
+0
2017-07-19
crypto: hash: add hash driver framework
Longpeng(Mike)
5
-18
/
+83
2017-07-19
crypto: cipher: add cipher driver framework
Longpeng(Mike)
5
-123
/
+189
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backend
Longpeng(Mike)
1
-46
/
+55
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend
Longpeng(Mike)
1
-12
/
+29
2017-07-19
crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backend
Longpeng(Mike)
1
-17
/
+33
2017-07-19
crypto: cipher: introduce context free function
Longpeng(Mike)
2
-17
/
+32
2017-07-11
block: pass option prefix down to crypto layer
Daniel P. Berrange
4
-6
/
+18
2017-05-16
fix mingw build failure
Gerd Hoffmann
1
-1
/
+1
2017-05-09
crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs
Geert Martin Ijewski
4
-8
/
+48
2017-05-09
crypto: move 'opaque' parameter to (nearly) the end of parameter list
Daniel P. Berrange
1
-5
/
+8
2017-04-24
crypto: Make errp the last parameter of functions
Fam Zheng
1
-12
/
+9
2017-02-27
crypto: assert cipher algorithm is always valid
Prasad J Pandit
1
-6
/
+2
2017-02-27
crypto: fix leak in ivgen essiv init
Li Qiang
1
-0
/
+1
2016-12-22
crypto: support HMAC algorithms based on nettle
Longpeng(Mike)
1
-3
/
+133
2016-12-22
crypto: support HMAC algorithms based on glib
Longpeng(Mike)
1
-0
/
+122
2016-12-22
crypto: support HMAC algorithms based on libgcrypt
Longpeng(Mike)
1
-2
/
+109
2016-12-22
crypto: add HMAC algorithms framework
Longpeng(Mike)
6
-0
/
+376
2016-12-21
crypto: add 3des-ede support when using libgcrypt/nettle
Longpeng(Mike)
3
-2
/
+48
2016-12-21
cipher: fix leak on initialization error
Marc-André Lureau
1
-3
/
+2
2016-10-20
crypto: fix initialization of gcrypt threading
Daniel P. Berrange
1
-3
/
+4
2016-10-19
crypto: add mode check in qcrypto_cipher_new() for cipher-builtin
Gonglei
1
-0
/
+11
2016-10-19
crypto: add CTR mode support
Gonglei
3
-7
/
+34
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
3
-3
/
+37
2016-09-23
crypto: Switch to QEMU UUID API
Fam Zheng
1
-19
/
+7
2016-09-19
crypto: add trace points for TLS cert verification
Daniel P. Berrange
2
-2
/
+9
2016-09-19
crypto: support more hash algorithms for pbkdf
Daniel P. Berrange
2
-10
/
+65
2016-09-19
crypto: increase default pbkdf2 time for luks to 2 seconds
Daniel P. Berrange
1
-1
/
+1
2016-09-19
crypto: remove bogus /= 2 for pbkdf iterations
Daniel P. Berrange
1
-4
/
+0
2016-09-19
crypto: use correct derived key size when timing pbkdf
Daniel P. Berrange
2
-3
/
+9
2016-09-19
crypto: clear out buffer after timing pbkdf algorithm
Daniel P. Berrange
1
-4
/
+9
2016-09-19
crypto: make PBKDF iterations configurable for LUKS format
Daniel P. Berrange
1
-0
/
+24
2016-09-19
crypto: use uint64_t for pbkdf iteration count parameters
Daniel P. Berrange
5
-35
/
+52
2016-09-12
crypto: report enum strings instead of values in errors
Daniel P. Berrange
4
-13
/
+22
2016-09-12
crypto: fix building complaint
Gonglei
2
-5
/
+4
2016-09-12
crypto: ensure XTS is only used with ciphers with 16 byte blocks
Daniel P. Berrange
2
-5
/
+13
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-07-26
crypto: add support for querying parameters for block encryption
Daniel P. Berrange
3
-0
/
+88
2016-07-21
crypto: don't open-code qcrypto_hash_supports
Daniel P. Berrange
3
-6
/
+3
2016-07-21
crypto: use glib as fallback for hash algorithm
Daniel P. Berrange
3
-42
/
+99
2016-07-21
crypto: use /dev/[u]random as a final fallback random source
Daniel P. Berrange
2
-3
/
+36
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2
-6
/
+6
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
3
-10
/
+9
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
3
-3
/
+3
2016-07-04
crypto: allow default TLS priority to be chosen at build time
Daniel P. Berrange
1
-2
/
+2
[prev]
[next]