Lines Matching +full:sha +full:- +full:512
1 .. SPDX-License-Identifier: GPL-2.0-or-later
4 SHA-3 Algorithm Collection
12 The SHA-3 family of algorithms, as specified in NIST FIPS-202 [1]_, contains six
22 - SHA3-224
23 - SHA3-256
24 - SHA3-384
25 - SHA3-512
27 Additionally, two Extendable-Output Functions (XOFs) are provided:
29 - SHAKE128
30 - SHAKE256
32 The SHA-3 library API supports all six of these algorithms. The four digest
35 This document describes the SHA-3 library API.
41 The following functions compute SHA-3 digests::
72 Extendable-Output Functions
75 The following functions compute the SHA-3 extendable-output functions (XOFs)::
113 To test the SHA-3 code, use sha3_kunit (CONFIG_CRYPTO_LIB_SHA3_KUNIT_TEST).
115 Since the SHA-3 algorithms are FIPS-approved, when the kernel is booted in FIPS
116 mode the SHA-3 library also performs a simple self-test. This is purely to meet
130 .. kernel-doc:: include/crypto/sha3.h