tree:
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head: 48df28b85991ac67a2270f0bb818221527834b78
commit: 561f8e2df990a7a2859a98bd208d0f7dc932c3f7 [62/75] crypto: akcipher -
assume key is already set in maxsize
config: x86_64-randconfig-x019-201724 (attache
The PKCS#1 RSA implementation is provided with a self test with RSA 2048
and SHA-256. This self test implicitly covers other RSA keys and other
hashes. Also, this self test implies that the pkcs1pad(rsa) is FIPS
140-2 compliant.
Signed-off-by: Stephan Mueller
---
crypto/testmgr.c | 33 ++
From: Sean Wang
Document the bindings used by MediaTek MT7622 SoC hardware random number
generator.
Signed-off-by: Sean Wang
---
Documentation/devicetree/bindings/rng/mtk-rng.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/rng/mtk-rn
From: Sean Wang
Changes since v1:
- update the bindings with the specific "mediatek,mt7622-rng"
instead of the generic one as "mediatek,generic-rng"
The series add support of hardware RNG on MediaTek MT7622 and
, runtime PM support and add me as the maintainer for the existing
and following ch
From: Sean Wang
I work for MediaTek on maintaining the MediaTek RNG driver
for the existing SoCs and adding support for the following
SoCs.
Signed-off-by: Sean Wang
---
MAINTAINERS | 5 +
1 file changed, 5 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index cf86519..da473d0 100644
From: Sean Wang
Add runtime PM support. There will be the benefit on SoCs where the
clock to the RNG used can be shutdown.
Signed-off-by: Sean Wang
---
drivers/char/hw_random/mtk-rng.c | 42
1 file changed, 42 insertions(+)
diff --git a/drivers/char/h
Hi Raj,
I've compiled and tested kernel 4.12.0-rc4 and I can't reproduce your issue.
Are you seeing any of this with a previous kernel version? If not, git bisect
might
help us finding the root-cause.
Have you tried with another platform/hw?
Regards,
Salvatore
> -Original Message-
> Fro
On 10 June 2017 at 18:22, Ard Biesheuvel wrote:
> TL;DR: preparatory work for expected changes in arm64's handling of kernel
>mode SIMD
>
> @Herbert: The arm64 maintainers may want to take this through the arm64 tree,
> and if not, we need their acks on patch #1. Thanks.
>
Pleas
Hi Cosar,
On 05/22/2017 04:33 PM, Cosar Dindar wrote:
This patch series add hardware CRC32 ("Ethernet") calculation support
for STMicroelectronics STM32F429.
Polynomial and key setting are not supported, key is fixed as 0x4C11DB7
and poly is 0x.
Module is tested on STM32F429-disco boar