diff options
author | Eric Biggers <ebiggers@google.com> | 2025-04-28 21:38:38 +0300 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2025-04-28 22:39:33 +0300 |
commit | e59236b5a09e168fdf961a10d2519cef44f5d6b4 (patch) | |
tree | aa05a7a7e526583cde2729945729d6a95d4fd536 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b4432656b36e5cc1d50a1f2dc15357543add530e (diff) | |
download | linux-e59236b5a09e168fdf961a10d2519cef44f5d6b4.tar.xz |
x86/sgx: 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: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20250428183838.799333-1-ebiggers%40kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions