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
2024-06-10
crypto/block: drop qcrypto_block_open() n_threads argument
Stefan Hajnoczi
4
-8
/
+3
2024-06-10
block/crypto: create ciphers on demand
Stefan Hajnoczi
4
-50
/
+78
2024-03-19
crypto: query gcrypt for cipher availability
Daniel P. Berrangé
1
-0
/
+5
2024-03-19
crypto: factor out conversion of QAPI to gcrypt constants
Daniel P. Berrangé
1
-56
/
+60
2024-02-09
crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKS
Hyman Huang
1
-0
/
+2
2024-02-09
crypto: Modify the qcrypto_block_create to support creation flags
Hyman Huang
3
-8
/
+26
2024-02-09
crypto: Support LUKS volume with detached header
Hyman Huang
1
-4
/
+7
2024-02-09
crypto: Introduce SM4 symmetric cipher algorithm
Hyman Huang
4
-0
/
+74
2023-11-07
crypto/rsakey-builtin.c.inc: Clean up two error paths
Markus Armbruster
1
-6
/
+2
2023-10-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-1
/
+2
2023-10-03
crypto: only include tls-cipher-suites in emulators
Paolo Bonzini
1
-1
/
+2
2023-09-29
crypto: remove shadowed 'ret' variable
Daniel P. Berrangé
1
-1
/
+0
2023-09-29
crypto/cipher-gnutls.c: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-2
/
+2
2023-09-15
crypto: Add generic 64-bit carry-less multiply routine
Richard Henderson
1
-0
/
+17
2023-09-15
crypto: Add generic 32-bit carry-less multiply routines
Richard Henderson
1
-0
/
+13
2023-09-15
crypto: Add generic 16-bit carry-less multiply routines
Richard Henderson
1
-0
/
+21
2023-09-15
crypto: Add generic 8-bit carry-less multiply routines
Richard Henderson
2
-3
/
+66
2023-09-11
crypto: Add SM4 constant parameter CK
Max Chou
1
-0
/
+10
2023-09-11
target/riscv: Use existing lookup tables for MixColumns
Ard Biesheuvel
1
-2
/
+2
2023-09-08
misc/other: spelling fixes
Michael Tokarev
4
-8
/
+8
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
1
-7
/
+6
2023-07-25
crypto: Always initialize splitkeylen
Akihiko Odaki
1
-2
/
+2
2023-07-09
crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
Richard Henderson
1
-12
/
+21
2023-07-09
crypto: Remove AES_imc
Richard Henderson
1
-264
/
+0
2023-07-09
crypto: Implement aesdec_IMC with AES_imc_rot
Richard Henderson
1
-21
/
+21
2023-07-09
crypto: Remove AES_shifts, AES_ishifts
Richard Henderson
1
-14
/
+0
2023-07-08
crypto: Add aesdec_ISB_ISR_AK_IMC
Richard Henderson
1
-0
/
+14
2023-07-08
crypto: Add aesdec_ISB_ISR_IMC_AK
Richard Henderson
1
-0
/
+58
2023-07-08
crypto: Add aesenc_SB_SR_MC_AK
Richard Henderson
1
-0
/
+58
2023-07-08
crypto: Add aesdec_IMC
Richard Henderson
1
-0
/
+59
2023-07-08
crypto: Add aesenc_MC
Richard Henderson
1
-0
/
+61
2023-07-08
crypto: Add aesdec_ISB_ISR_AK
Richard Henderson
1
-0
/
+45
2023-07-08
crypto: Add aesenc_SB_SR_AK
Richard Henderson
1
-0
/
+46
2023-07-08
crypto/aes: Add AES_SH, AES_ISH macros
Richard Henderson
1
-2
/
+14
2023-07-08
target/arm: Move aesmc and aesimc tables to crypto/aes.c
Richard Henderson
1
-0
/
+140
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
1
-3
/
+3
2023-02-15
crypto: TLS: introduce `check_pending`
Antoine Damhet
1
-0
/
+14
2023-02-08
crypto: Clean up includes
Markus Armbruster
1
-1
/
+0
2023-01-19
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Markus Armbruster
2
-2
/
+0
2022-12-14
qapi crypto: Elide redundant has_FOO in generated C
Markus Armbruster
1
-8
/
+8
2022-11-02
crypto: Support export akcipher to pkcs8
Lei He
3
-1
/
+70
2022-11-02
crypto: Support DER encodings
Lei He
2
-25
/
+493
2022-10-27
crypto: quote algorithm names in error messages
Daniel P. Berrangé
1
-3
/
+3
2022-10-27
crypto: split off helpers for converting LUKS header endianess
Daniel P. Berrangé
2
-32
/
+53
2022-10-27
crypto: split LUKS header definitions off into file
Daniel P. Berrangé
2
-93
/
+138
2022-10-27
crypto: check that LUKS PBKDF2 iterations count is non-zero
Daniel P. Berrangé
1
-0
/
+11
2022-10-27
crypto: strengthen the check for key slots overlapping with LUKS header
Daniel P. Berrangé
1
-1
/
+1
2022-10-27
crypto: validate that LUKS payload doesn't overlap with header
Daniel P. Berrangé
1
-0
/
+7
2022-10-27
crypto: enforce that key material doesn't overlap with LUKS header
Daniel P. Berrangé
1
-0
/
+8
2022-10-27
crypto: enforce that LUKS stripes is always a fixed value
Daniel P. Berrangé
1
-2
/
+3
[next]