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
2020-09-18
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
1
-1
/
+0
2020-09-10
crypto/gcrypt: Split QCryptoCipherGcrypt into subclasses
Richard Henderson
1
-255
/
+238
2020-09-10
crypto/nettle: Split QCryptoCipherNettle into subclasses
Richard Henderson
1
-488
/
+511
2020-09-10
crypto/builtin: Split QCryptoCipherBuiltin into subclasses
Richard Henderson
1
-309
/
+210
2020-09-10
crypto/builtin: Split and simplify AES_encrypt_cbc
Richard Henderson
1
-56
/
+43
2020-09-10
crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c
Richard Henderson
2
-51
/
+56
2020-09-10
crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}crypt
Richard Henderson
1
-51
/
+22
2020-09-10
crypto/builtin: Remove odd-sized AES block handling
Richard Henderson
1
-28
/
+12
2020-09-10
crypto: Constify cipher data tables
Richard Henderson
1
-3
/
+3
2020-09-10
crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new
Richard Henderson
6
-10
/
+13
2020-09-10
crypto: Allocate QCryptoCipher with the subclass
Richard Henderson
7
-76
/
+84
2020-09-10
crypto: Use the correct const type for driver
Richard Henderson
6
-11
/
+11
2020-09-10
crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h
Richard Henderson
1
-2
/
+0
2020-09-10
crypto/nettle: Fix xts_encrypt arguments
Richard Henderson
1
-1
/
+1
2020-09-10
crypto: Remove redundant includes
Richard Henderson
3
-6
/
+0
2020-09-10
crypto: Rename cipher include files to .c.inc
Richard Henderson
4
-3
/
+3
2020-09-10
crypto: Assume blocksize is a power of 2
Richard Henderson
4
-6
/
+9
2020-09-07
crypto: fix build with gcrypt enabled
Daniel P. Berrangé
1
-11
/
+31
2020-09-02
tls-cipher-suites: Correct instance_size
Eduardo Habkost
1
-1
/
+1
2020-08-21
meson: convert crypto directory to Meson
Marc-André Lureau
2
-37
/
+52
2020-08-21
libqemuutil, qapi, trace: convert to meson
Paolo Bonzini
2
-6
/
+11
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
5
-5
/
+5
2020-07-09
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...
Peter Maydell
3
-0
/
+132
2020-07-06
qcrypto/luks: implement encryption key management
Maxim Levitsky
1
-4
/
+412
2020-07-06
qcrypto/core: add generic infrastructure for crypto options amendment
Maxim Levitsky
2
-0
/
+37
2020-07-03
crypto/tls-cipher-suites: Produce fw_cfg consumable blob
Philippe Mathieu-Daudé
1
-0
/
+11
2020-07-03
crypto: Add tls-cipher-suites object
Philippe Mathieu-Daudé
3
-0
/
+121
2020-06-15
crypto: Remove use of GCRYPT_VERSION macro.
Richard W.M. Jones
1
-1
/
+1
2020-06-15
crypto/linux_keyring: add 'secret_keyring' secret object.
Alexey Krasikov
2
-0
/
+149
2020-06-15
crypto/secret: move main logic from 'secret' to 'secret_common'.
Alexey Krasikov
3
-340
/
+411
2020-06-15
crypto: add "none" random provider
Marek Marczykowski-Górecki
2
-1
/
+40
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
5
-32
/
+16
2020-05-07
crypto: Redundant type conversion for AES_KEY pointer
Chen Qun
1
-6
/
+4
2020-05-07
crypto/secret: fix inconsequential errors.
Alexey Krasikov
1
-1
/
+1
2020-05-07
crypto: fix getter of a QCryptoSecret's property
Tong Ho
1
-1
/
+2
2020-03-11
luks: extract qcrypto_block_calculate_payload_offset()
Stefan Hajnoczi
1
-0
/
+36
2019-12-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-8
/
+5
2019-12-18
crypto: Fix certificate file error handling crash bug
Markus Armbruster
1
-1
/
+1
2019-12-17
stubs: replace stubs with lnot if applicable
Paolo Bonzini
1
-2
/
+1
2019-12-17
crypto: move common bits for all emulators to libqemuutil
Paolo Bonzini
1
-7
/
+5
2019-10-28
crypto: add support for nettle's native XTS impl
Daniel P. Berrangé
1
-0
/
+18
2019-10-28
crypto: add support for gcrypt's native XTS impl
Daniel P. Berrangé
2
-34
/
+65
2019-09-26
qcrypto-luks: more rigorous header checking
Maxim Levitsky
1
-0
/
+52
2019-09-26
qcrypto-luks: simplify the math used for keyslot locations
Maxim Levitsky
1
-23
/
+40
2019-09-26
qcrypto-luks: extract store key function
Maxim Levitsky
1
-123
/
+181
2019-09-26
qcrypto-luks: extract check and parse header
Maxim Levitsky
1
-98
/
+125
2019-09-26
qcrypto-luks: extract store and load header
Maxim Levitsky
1
-62
/
+93
2019-09-26
qcrypto-luks: purge unused error codes from open callback
Maxim Levitsky
1
-32
/
+13
2019-09-26
qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKS
Maxim Levitsky
1
-90
/
+79
[next]