Enable CRYPTO_NHPOLY1305_NEON on arm64 and KERNEL_MODE_NEON on armhf (closes: #980214)
Enable NHPOLY1305_NEON on arm64.
Also, despite Bastien has enabled NHPOLY1305_NEON on armel and armhf, it's not enough to support the NHPoly1305 hash function using NEON instructions since it depends on KERNEL_MODE_NEON which is disabled on both architectures.
Edited by Vincent Blut