CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_crypto.5
blobbca620301ab2e4aa13d94df7a535b95c33e10c68
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 \- ciphers provided by kernel crypto API
10 .SH DESCRIPTION
11 .TP
12 .I /proc/crypto
13 A list of the ciphers provided by the kernel crypto API.
14 For details, see the kernel
15 .I "Linux Kernel Crypto API"
16 documentation available under the kernel source directory
17 .I Documentation/crypto/
18 .\" commit 3b72c814a8e8cd638e1ba0da4dfce501e9dff5af
19 (or
20 .I Documentation/DocBook
21 before Linux 4.10;
22 the documentation can be built using a command such as
23 .I make htmldocs
24 in the root directory of the kernel source tree).
25 .SH SEE ALSO
26 .BR proc (5)