All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: arm64/chacha - fix for big endian
@ 2019-02-23  6:54 ` Eric Biggers
  0 siblings, 0 replies; 12+ messages in thread
From: Eric Biggers @ 2019-02-23  6:54 UTC (permalink / raw)
  To: linux-crypto, Herbert Xu; +Cc: Ard Biesheuvel, linux-arm-kernel

I ran the crypto self-tests on big endian arm and arm64 kernels in QEMU.
The arm64 implementation of ChaCha (and XChaCha) is failing, so this
series fixes it.

Please consider sending to Linus for v5.0 if there's time, as this fixes
commits that are new in v5.0.

Eric Biggers (2):
  crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian
  crypto: arm64/chacha - fix hchacha_block_neon() for big endian

 arch/arm64/crypto/chacha-neon-core.S | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-02-28  6:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-23  6:54 [PATCH 0/2] crypto: arm64/chacha - fix for big endian Eric Biggers
2019-02-23  6:54 ` Eric Biggers
2019-02-23  6:54 ` [PATCH 1/2] crypto: arm64/chacha - fix chacha_4block_xor_neon() " Eric Biggers
2019-02-23  6:54   ` Eric Biggers
2019-02-23  9:21   ` Ard Biesheuvel
2019-02-23  9:21     ` Ard Biesheuvel
2019-02-23  6:54 ` [PATCH 2/2] crypto: arm64/chacha - fix hchacha_block_neon() " Eric Biggers
2019-02-23  6:54   ` Eric Biggers
2019-02-23  9:24   ` Ard Biesheuvel
2019-02-23  9:24     ` Ard Biesheuvel
2019-02-28  6:38 ` [PATCH 0/2] crypto: arm64/chacha - fix " Herbert Xu
2019-02-28  6:38   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.