diff options
author | 2025-04-28 12:04:30 -0700 | |
---|---|---|
committer | 2025-05-17 01:42:01 -0700 | |
commit | e9ed1eb8f6217e53843d82ecf2d50f8d1a93e77c (patch) | |
tree | fae3e0720d3314883d5ea2f42283d3c579dc4e05 /tools/perf/scripts/python | |
parent | security/apparmor: use kfree_sensitive() in unpack_secmark() (diff) | |
download | wireguard-linux-e9ed1eb8f6217e53843d82ecf2d50f8d1a93e77c.tar.xz wireguard-linux-e9ed1eb8f6217e53843d82ecf2d50f8d1a93e77c.zip |
apparmor: use SHA-256 library API instead of crypto_shash API
This user of SHA-256 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: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions