commit | 324692100cc9d598c8419873ef1b18613faf8f66 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue May 13 22:05:46 2025 -0700 |
committer | Fan Wu <wufan@kernel.org> | Thu May 29 12:49:36 2025 -0700 |
tree | 7c55e2674a646f518479352f0d43a82d7eaf8340 | |
parent | e0797d3b91de75b6c95b4a0e0649ebd4aac1d9d1 [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>