Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New Instruct…
…ions This patch adds an optimized RFC4106 AES-GCM implementation for 64-bit kernels. It supports 128-bit AES key size. This leverages the crypto AEAD interface type to facilitate a combined AES & GCM operation to be implemented in assembly code. The assembly code leverages Intel(R) AES New Instructions and the PCLMULQDQ instruction. Signed-off-by: Adrian Hoban <[email protected]> Signed-off-by: Tadeusz Struk <[email protected]> Signed-off-by: Gabriele Paoloni <[email protected]> Signed-off-by: Aidan O'Mahony <[email protected]> Signed-off-by: Erdinc Ozturk <[email protected]> Signed-off-by: James Guilford <[email protected]> Signed-off-by: Wajdi Feghali <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information