]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man5/proc_crypto.5
proc.5, proc_slabinfo.5: Split /proc/slabinfo from proc(5)
[thirdparty/man-pages.git] / man5 / proc_crypto.5
CommitLineData
eeb61b78
AC
1.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4.\"
5.\" SPDX-License-Identifier: GPL-3.0-or-later
6.\"
7.TH proc_crypto 5 (date) "Linux man-pages (unreleased)"
8.SH NAME
9/proc/crypto \- cyphers provided by kernel crypto API
10.SH DESCRIPTION
11.TP
12.I /proc/crypto
13A list of the ciphers provided by the kernel crypto API.
14For details, see the kernel
15.I "Linux Kernel Crypto API"
16documentation available under the kernel source directory
17.I Documentation/crypto/
18.\" commit 3b72c814a8e8cd638e1ba0da4dfce501e9dff5af
19(or
20.I Documentation/DocBook
21before Linux 4.10;
22the documentation can be built using a command such as
23.I make htmldocs
24in the root directory of the kernel source tree).
25.SH SEE ALSO
26.BR proc (5)