UPSTREAM: 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> (cherry picked from commit f9e7fe32a792726186301423ff63a465d63386e1) Bug: 152722841 Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@google.com> Change-Id: I0285fb2a8aca5e965202632306cd3922a83f7605
Loading
Please register or sign in to comment