On Thu, 2015-02-05 at 15:21 -0200, Leonidas S. Barbosa wrote:
> This patch enables VMX module in PPC64.
>
> Signed-off-by: Leonidas S. Barbosa
> ---
> drivers/crypto/Kconfig | 12
> drivers/crypto/Makefile | 1 +
> drivers/crypto/vmx/Kconfig | 9 +
> drivers/cryp
OpenSSL implements optimized ASM algorithms which support
VMX instructions on Power 8 CPU.
These scripts generate an endian-agnostic ASM implementation
in order to support both big and little-endian.
- aesp8-ppc.pl: implements suport for AES instructions
implemented by POWER8 proce
This patch enables VMX module in PPC64.
Signed-off-by: Leonidas S. Barbosa
---
drivers/crypto/Kconfig | 12
drivers/crypto/Makefile | 1 +
drivers/crypto/vmx/Kconfig | 9 +
drivers/crypto/vmx/Makefile | 21 +
4 files changed, 43 insertions(+)
This patch adds GHASH routines to VMX module in order to
make use of VMX cryptographic acceleration instructions
on Power 8 CPU.
Signed-off-by: Leonidas S. Barbosa
---
drivers/crypto/vmx/ghash.c | 214 +
1 file changed, 214 insertions(+)
create mode 1
This patch adds AES CTR routines to VMX module in order to
make use of VMX cryptographic acceleration instructions
on Power 8 CPU.
Signed-off-by: Leonidas S. Barbosa
---
drivers/crypto/vmx/aes_ctr.c | 167 +++
1 file changed, 167 insertions(+)
create mode
This patch adds AES CBC routines to VMX module in order to
make use of VMX cryptographic acceleration instructions
on Power 8 CPU.
Signed-off-by: Leonidas S. Barbosa
---
drivers/crypto/vmx/aes_cbc.c | 184 +++
1 file changed, 184 insertions(+)
create mode
This patch adds AES routines to VMX module in order to
make use of VMX cryptographic acceleration instructions
on Power 8 CPU.
Signed-off-by: Leonidas S. Barbosa
---
drivers/crypto/vmx/aes.c | 139 +
drivers/crypto/vmx/aesp8-ppc.h | 20 ++
2 fil
This patch adds routines supporting VMX instructions on the
Power 8.
Signed-off-by: Leonidas S. Barbosa
---
drivers/crypto/vmx/vmx.c | 88
1 file changed, 88 insertions(+)
create mode 100644 drivers/crypto/vmx/vmx.c
diff --git a/drivers/crypto/v
VMX cryptographic acceleration instructions were added to the POWER8
CPU. These instructions implement portions of AES and GHASH in hardware.
This patch set adds a new module for PPC64, vmx, that support
cryptographic routines such as AES and GHASH on hardware. In order to
access VMX instruction
Am Donnerstag, 29. Januar 2015, 21:24:45 schrieb Stephan Mueller:
Hi Herbert,
> This patch adds the AEAD support for AF_ALG.
>
> The implementation is based on algif_skcipher, but contains heavy
> modifications to streamline the interface for AEAD uses.
>
> To use AEAD, the user space consumer
From: "Lad, Prabhakar"
this patch fixes following sparse warning:
sha1_mb_mgr_init_avx2.c:59:31: warning: constant 0xF76543210 is so big it is
long
Signed-off-by: Lad, Prabhakar
---
arch/x86/crypto/sha-mb/sha1_mb_mgr_init_avx2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --g
11 matches
Mail list logo