[PATCH] ipe: use SHA-256 library API instead of crypto_shash API

Fan Wu wufan at kernel.org
Wed May 14 19:40:45 UTC 2025


On Tue, May 13, 2025 at 10:06 PM Eric Biggers <ebiggers at kernel.org> wrote:
>
> From: Eric Biggers <ebiggers at google.com>
>
> 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 at google.com>

Thanks. Will pull this into ipe/next.

-Fan



More information about the Linux-security-module-archive mailing list