From 53dc3a7521bf6c07ca7c342530d419e10ba53705 Mon Sep 17 00:00:00 2001 From: Chris Bury Date: Mon, 5 Aug 2024 19:27:04 +0100 Subject: [PATCH] Updated readme to show what the crypto example produces. --- procfs/examples/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/procfs/examples/README.md b/procfs/examples/README.md index 7619f3c0..597f2d22 100644 --- a/procfs/examples/README.md +++ b/procfs/examples/README.md @@ -181,3 +181,23 @@ Lots of references to this locations: addr=0x81ba3000, pfn=531363, refs=128 Found RAM here: 0x100000000-0x11fffffff Lots of references to this locations: addr=0x1b575000, pfn=111989, refs=134 ``` + + +## Crypto + +List available crypto algorithms, along with details. Passing an algorithm as an argument will show only that algorithms + +implementations (this can potentially be multiple). Partial arguments (i.e "sha") will return all algorithms that match. + +```text +Type: sha256 + Name: sha256 + Driver: sha256-avx2 + Module: sha256_ssse3 + Priority: 170 + Ref Count: 2 + Self Test: Passed + Internal: false + fips enabled: false + Type Details: Shash(Shash { block_size: 64, digest_size: 32 }) +```