aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/nx
AgeCommit message (Collapse)AuthorFilesLines
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder1-0/+353
These routines add support for AES in GCM mode on the Power7+ CPU's in-Nest accelerator driver. Signed-off-by: Kent Yoder <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder1-0/+139
These routines add support for AES in ECB mode on the Power7+ CPU's in-Nest accelerator driver. Signed-off-by: Kent Yoder <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder1-0/+178
These routines add support for AES in CTR mode on the Power7+ CPU's in-Nest accelerator driver. Signed-off-by: Kent Yoder <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder1-0/+468
These routines add support for AES in CCM mode on the Power7+ CPU's in-Nest accelerator driver. Signed-off-by: Kent Yoder <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder1-0/+141
These routines add support for AES in CBC mode on the Power7+ CPU's in-Nest accelerator driver. Signed-off-by: Kent Yoder <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder3-0/+1114
These routines add the base device driver code supporting the Power7+ in-Nest encryption accelerator (nx) device. Signed-off-by: Kent Yoder <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>