Home
last modified time | relevance | path

Searched hist:f9e7fe32 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dpoly1305_glue.cf9e7fe32 Fri Jan 17 04:42:22 CST 2020 Jason A. Donenfeld <Jason@zx2c4.com> crypto: x86/poly1305 - emit does base conversion itself

The emit code does optional base conversion itself in assembly, so we
don't need to do that here. Also, neither one of these functions uses
simd instructions, so checking for that doesn't make sense either.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
f9e7fe32 Fri Jan 17 04:42:22 CST 2020 Jason A. Donenfeld <Jason@zx2c4.com> crypto: x86/poly1305 - emit does base conversion itself

The emit code does optional base conversion itself in assembly, so we
don't need to do that here. Also, neither one of these functions uses
simd instructions, so checking for that doesn't make sense either.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>