commit | fdd2389457b209a9723c3be818fcf301f35db906 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Mar 26 20:53:05 2014 +0100 |
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed May 14 10:04:07 2014 -0700 |
tree | 086cdabe6082cf998ef5ca07fb9235ad04c1d8d6 | |
parent | 6ba6c74dfc6bcf43312ef572592f7d4ebb3aedfa [diff] |
arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions This is a port to ARMv8 (Crypto Extensions) of the Intel implementation of the GHASH Secure Hash (used in the Galois/Counter chaining mode). It relies on the optional PMULL/PMULL2 instruction (polynomial multiply long, what Intel call carry-less multiply). Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Herbert Xu <herbert@gondor.apana.org.au>