[PATCH V3] crypto: Introduce SM3 hash hmac pbkdf algorithm

2024-10-29 Thread liequan che
Introduce the SM3 cryptographic hash algorithm (GB/T 32905-2016). SM3 (GB/T 32905-2016) is a cryptographic standard issued by the Organization of State Commercial Cryptography Administration (OSCCA) as an authorized cryptographic algorithm for use within China. Detect the SM3 cryptographic hash a

[PATCH V2] crypto: Introduce SM3 hash hmac pbkdf algorithm

2024-10-29 Thread liequan che
Introduce the SM3 cryptographic hash algorithm (GB/T 32905-2016). SM3 (GB/T 32905-2016) is a cryptographic standard issued by the Organization of State Commercial Cryptography Administration (OSCCA) as an authorized cryptographic algorithm for use within China. Detect the SM3 cryptographic hash a

[PATCH] crypto: Introduce SM3 hash hmac pbkdf algorithm

2024-10-29 Thread liequan che
Introduce the SM3 cryptographic hash algorithm (GB/T 32905-2016). SM3 (GB/T 32905-2016) is a cryptographic standard issued by the Organization of State Commercial Cryptography Administration (OSCCA) as an authorized cryptographic algorithm for use within China. Detect the SM3 cryptographic hash a

Re: [Qemu-devel] a probem about qemu doesn't support for setting ma

2013-01-29 Thread liequan . che
 Hi  Paolo:  I recompile the qemu-kvm-0.12.1.2-2.295.el6.10.src.rpm with --enable-mixemu. It makes no effect yet. Did the new version 1.3.1 slove this problem? Best Regards! - Original Message - From: Paolo Bonzini To: liequan@i-soft.com.cn Cc: qemu-devel Subject: Re: [Qemu-deve

[Qemu-devel] a probem about qemu doesn't support for setting master volume/mute when guest is winxp

2013-01-28 Thread liequan . che
 Hi all:  I found a bug that qemu doesn't support for setting master volume/mute when guest is winxp. but the wave volume in the volume control works fine.I don't know why it does.   Any help is welcome.   Best Regards!  

[Qemu-devel] the patch about win7 guest unable to disable the sound completely

2013-01-28 Thread liequan . che
Hi all: I slove the problem that qemu doesn't support to disable the sound completely when someone choose ich6 sound card. I test it in centos 6.3,guest win7,ich6 sound card.it works fine. my patch: --- qemu-kvm-0.12.1.2/hw/hda-audio.c    2013-01-29 10:07:34.750968170 +0800 +++ qemu-kvm-0.12.1.