proc.5: Add /proc/crypto entry with a pointer to further information

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-15 11:51:29 +02:00
parent 3434fb0b46
commit 577c0e20bb
1 changed files with 10 additions and 0 deletions

View File

@ -2292,6 +2292,16 @@ cat /lib/modules/$(uname \-r)/build/.config
is provided only if the kernel is configured with
.BR CONFIG_IKCONFIG_PROC .
.TP
.I /proc/crypto
A list of the ciphers provided by the kernel crypto API.
For details, see the kernel
.I "Linux Kernel Crypto API"
documentation available under the kernel source directory
.IR Documentation/DocBook .
(That documentation can be built using a command such as
.IR "make htmldocs"
in the root directory of the kernel source tree.)
.TP
.I /proc/cpuinfo
This is a collection of CPU and system architecture dependent items,
for each supported architecture a different list.