commit | b90bb6dbf1d60d70969f8f8f2f30033f49711594 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue May 13 22:05:46 2025 -0700 |
committer | Fan Wu <wufan@kernel.org> | Mon Jul 28 18:54:18 2025 -0700 |
tree | 0934f9779333d47677dd178e6e26d6ae9f9936cd | |
parent | 038d61fd642278bab63ee8ef722c50d10ab01e8f [diff] |
ipe: use SHA-256 library API instead of crypto_shash API audit_policy() does not support any other algorithm, so the crypto_shash abstraction provides no value. Just use the SHA-256 library API instead, which is much simpler and easier to use. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Fan Wu <wufan@kernel.org>