Skip to content

Commit 53dc3a7

Browse files
author
Chris Bury
committed
Updated readme to show what the crypto example produces.
1 parent e0dec8b commit 53dc3a7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

procfs/examples/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,23 @@ Lots of references to this locations: addr=0x81ba3000, pfn=531363, refs=128
181181
Found RAM here: 0x100000000-0x11fffffff
182182
Lots of references to this locations: addr=0x1b575000, pfn=111989, refs=134
183183
```
184+
185+
186+
## Crypto
187+
188+
List available crypto algorithms, along with details. Passing an algorithm as an argument will show only that algorithms
189+
190+
implementations (this can potentially be multiple). Partial arguments (i.e "sha") will return all algorithms that match.
191+
192+
```text
193+
Type: sha256
194+
Name: sha256
195+
Driver: sha256-avx2
196+
Module: sha256_ssse3
197+
Priority: 170
198+
Ref Count: 2
199+
Self Test: Passed
200+
Internal: false
201+
fips enabled: false
202+
Type Details: Shash(Shash { block_size: 64, digest_size: 32 })
203+
```

0 commit comments

Comments
 (0)