commit | d9ec772d9550b6e513c51bc4e6fa1e3ffb50181c | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jul 02 21:41:34 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 26 14:56:07 2019 +1000 |
tree | 3d9aaca48f445128982d7acfe13916ddf00c22c9 | |
parent | 5bb12d7825adf0e80b849a273834f3131a6cc4e1 [diff] |
crypto: ctr - add helper for performing a CTR encryption walk Add a static inline helper modeled after crypto_cbc_encrypt_walk() that can be reused for SIMD algorithms that need to implement a non-SIMD fallback for performing CTR encryption. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>