These routines add support for SHA-256 hashing on the Power7+ CPU's
in-Nest accelerator driver.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx-sha256.c | 246 +
1 files changed, 246 insertions(+), 0 deletions(-)
create mode 100644 drivers/crypto/nx/n
These routines add support for AES in XCBC mode on the Power7+ CPU's
in-Nest accelerator driver.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx-aes-xcbc.c | 236 +++
1 files changed, 236 insertions(+), 0 deletions(-)
create mode 100644 drivers/crypto/nx/
These routines add support for SHA-512 hashing on the Power7+ CPU's
in-Nest accelerator driver.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx-sha512.c | 265 +
1 files changed, 265 insertions(+), 0 deletions(-)
create mode 100644 drivers/crypto/nx/n
These routines add support for AES in CCM mode on the Power7+ CPU's
in-Nest accelerator driver.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx-aes-ccm.c | 468
1 files changed, 468 insertions(+), 0 deletions(-)
create mode 100644 drivers/crypto/nx/n
These routines add support for AES in GCM mode on the Power7+ CPU's
in-Nest accelerator driver.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx-aes-gcm.c | 353
1 files changed, 353 insertions(+), 0 deletions(-)
create mode 100644 drivers/crypto/nx/n
These routines add support for AES in CTR mode on the Power7+ CPU's
in-Nest accelerator driver.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx-aes-ctr.c | 178
1 files changed, 178 insertions(+), 0 deletions(-)
create mode 100644 drivers/crypto/nx/n
These routines add support for AES in ECB mode on the Power7+ CPU's
in-Nest accelerator driver.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx-aes-ecb.c | 139
1 files changed, 139 insertions(+), 0 deletions(-)
create mode 100644 drivers/crypto/nx/n
These routines add support for AES in CBC mode on the Power7+ CPU's
in-Nest accelerator driver.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx-aes-cbc.c | 141
1 files changed, 141 insertions(+), 0 deletions(-)
create mode 100644 drivers/crypto/nx/n
These routines add the base device driver code supporting the Power7+
in-Nest encryption accelerator (nx) device.
Signed-off-by: Kent Yoder
---
drivers/crypto/nx/nx.c| 716 +
drivers/crypto/nx/nx.h| 193 +++
drivers/crypto/nx/nx_c