Home
last modified time | relevance | path

Searched hist:"0 f961f9f670e7c07690bfde2f533b93c653569cc" (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/crypto/
H A Dnh-avx2-x86_64.S0f961f9f670e7c07690bfde2f533b93c653569cc Wed Dec 05 07:20:01 CET 2018 Eric Biggers <ebiggers@google.com> crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305

Add a 64-bit AVX2 implementation of NHPoly1305, an ε-almost-∆-universal
hash function used in the Adiantum encryption mode. For now, only the
NH portion is actually AVX2-accelerated; the Poly1305 part is less
performance-critical so is just implemented in C.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A Dnhpoly1305-avx2-glue.c0f961f9f670e7c07690bfde2f533b93c653569cc Wed Dec 05 07:20:01 CET 2018 Eric Biggers <ebiggers@google.com> crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305

Add a 64-bit AVX2 implementation of NHPoly1305, an ε-almost-∆-universal
hash function used in the Adiantum encryption mode. For now, only the
NH portion is actually AVX2-accelerated; the Poly1305 part is less
performance-critical so is just implemented in C.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>