commit | a7c391f04fe3259fb0417d71fec78ae28f25780e | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Jul 24 11:28:03 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 04 09:27:05 2017 +0800 |
tree | ae138006abd68d231231dbea641ea1cb46e43dff | |
parent | 9a42e4eed3fcd7ba8dff6622384cd08bfe5ef707 [diff] |
crypto: algapi - use separate dst and src operands for __crypto_xor() In preparation of introducing crypto_xor_cpy(), which will use separate operands for input and output, modify the __crypto_xor() implementation, which it will share with the existing crypto_xor(), which provides the actual functionality when not using the inline version. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>