You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New Instructions
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]>
0 commit comments