index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/block: drop qcrypto_block_open() n_threads argument
Stefan Hajnoczi
2024-06-10
1
-2
/
+0
*
crypto: Modify the qcrypto_block_create to support creation flags
Hyman Huang
2024-02-09
1
-0
/
+11
*
crypto: Support LUKS volume with detached header
Hyman Huang
2024-02-09
1
-0
/
+5
*
crypto: Add generic 64-bit carry-less multiply routine
Richard Henderson
2023-09-15
1
-0
/
+19
*
crypto: Add generic 32-bit carry-less multiply routines
Richard Henderson
2023-09-15
1
-0
/
+7
*
crypto: Add generic 16-bit carry-less multiply routines
Richard Henderson
2023-09-15
1
-0
/
+16
*
crypto: Add generic 8-bit carry-less multiply routines
Richard Henderson
2023-09-15
1
-0
/
+41
*
crypto: Add SM4 constant parameter CK
Max Chou
2023-09-11
1
-0
/
+1
*
crypto: Create sm4_subword
Max Chou
2023-09-11
1
-0
/
+8
*
target/riscv: Use existing lookup tables for MixColumns
Ard Biesheuvel
2023-09-11
1
-0
/
+7
*
include/: spelling fixes
Michael Tokarev
2023-09-08
2
-3
/
+3
*
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
2023-08-31
1
-8
/
+6
*
crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
Richard Henderson
2023-07-09
1
-25
/
+0
*
crypto: Remove AES_imc
Richard Henderson
2023-07-09
1
-7
/
+0
*
crypto: Remove AES_shifts, AES_ishifts
Richard Henderson
2023-07-09
1
-4
/
+0
*
crypto: Add aesdec_ISB_ISR_AK_IMC
Richard Henderson
2023-07-08
1
-0
/
+21
*
crypto: Add aesdec_ISB_ISR_IMC_AK
Richard Henderson
2023-07-08
1
-0
/
+21
*
crypto: Add aesenc_SB_SR_MC_AK
Richard Henderson
2023-07-08
1
-0
/
+21
*
crypto: Add aesdec_IMC
Richard Henderson
2023-07-08
1
-0
/
+18
*
crypto: Add aesenc_MC
Richard Henderson
2023-07-08
1
-0
/
+18
*
crypto: Add aesdec_ISB_ISR_AK
Richard Henderson
2023-07-08
1
-0
/
+21
*
crypto: Add aesenc_SB_SR_AK
Richard Henderson
2023-07-08
1
-0
/
+44
*
target/arm: Move aesmc and aesimc tables to crypto/aes.c
Richard Henderson
2023-07-08
1
-0
/
+6
*
replace TABs with spaces
Yeqi Fu
2023-03-20
2
-12
/
+12
*
crypto: TLS: introduce `check_pending`
Antoine Damhet
2023-02-15
1
-0
/
+11
*
crypto: Support export akcipher to pkcs8
Lei He
2022-11-02
1
-0
/
+21
*
crypto: Make block callbacks return 0 on success
Alberto Faria
2022-07-12
1
-16
/
+16
*
crypto: Introduce akcipher crypto class
zhenwei pi
2022-05-26
1
-0
/
+158
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
1
-3
/
+3
*
crypto: move sm4_sbox from target/arm
Weiwei Li
2022-04-29
1
-0
/
+6
*
crypto: Make QCryptoTLSCreds* structures private
Philippe Mathieu-Daudé
2021-06-29
5
-56
/
+0
*
crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
Philippe Mathieu-Daudé
2021-06-29
1
-0
/
+14
*
crypto: add reload for QCryptoTLSCredsClass
Zihao Chang
2021-03-23
1
-3
/
+5
*
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-18
2
-2
/
+2
*
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
2020-09-18
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-request' into staging
Peter Maydell
2020-09-12
2
-6
/
+2
|
\
|
*
crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c
Richard Henderson
2020-09-10
1
-4
/
+0
|
*
crypto: Allocate QCryptoCipher with the subclass
Richard Henderson
2020-09-10
1
-1
/
+0
|
*
crypto: Use the correct const type for driver
Richard Henderson
2020-09-10
1
-1
/
+1
|
*
crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h
Richard Henderson
2020-09-10
1
-0
/
+1
*
|
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
1
-5
/
+2
*
|
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
2
-8
/
+4
*
|
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
8
-29
/
+16
*
|
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
8
-11
/
+15
*
|
Delete duplicate QOM typedefs
Eduardo Habkost
2020-09-08
1
-4
/
+4
|
/
*
qapi: enable use of g_autoptr with QAPI types
Daniel P. Berrangé
2020-09-03
1
-2
/
+0
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' into staging
Peter Maydell
2020-07-09
1
-0
/
+39
|
\
|
*
crypto: Add tls-cipher-suites object
Philippe Mathieu-Daudé
2020-07-03
1
-0
/
+39
*
|
qcrypto/core: add generic infrastructure for crypto options amendment
Maxim Levitsky
2020-07-06
1
-0
/
+22
|
/
*
crypto/linux_keyring: add 'secret_keyring' secret object.
Alexey Krasikov
2020-06-15
1
-0
/
+52
[next]