commit | 0c6a113b2446e7d4c6b8222fe63518dc2e01e8c1 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Sep 16 21:53:41 2020 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Tue Sep 22 06:48:54 2020 -0700 |
tree | 56b8d9fffcd165281face08e83a6991ce2d3c5df | |
parent | c8c868abc91ff23f6f5c4444c419de7c277d77e1 [diff] |
fscrypt: use sha256() instead of open coding Now that there's a library function that calculates the SHA-256 digest of a buffer in one step, use it instead of sha256_init() + sha256_update() + sha256_final(). Link: https://lore.kernel.org/r/20200917045341.324996-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>