Kconfig (ecd6d5c9cba5fc6053ba21e3f8a4c536f65ea27a) Kconfig (fe18957e8e87403a9d4be8e8a62352ef107def99)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Generic algorithms support
4#
5config XOR_BLOCKS
6 tristate
7
8#

--- 925 unchanged lines hidden (view full) ---

934 help
935 SM3 secure hash function as defined by OSCCA GM/T 0004-2012 SM3).
936 It is part of the Chinese Commercial Cryptography suite.
937
938 References:
939 http://www.oscca.gov.cn/UpFile/20101222141857786.pdf
940 https://datatracker.ietf.org/doc/html/draft-shen-sm3-hash
941
1# SPDX-License-Identifier: GPL-2.0
2#
3# Generic algorithms support
4#
5config XOR_BLOCKS
6 tristate
7
8#

--- 925 unchanged lines hidden (view full) ---

934 help
935 SM3 secure hash function as defined by OSCCA GM/T 0004-2012 SM3).
936 It is part of the Chinese Commercial Cryptography suite.
937
938 References:
939 http://www.oscca.gov.cn/UpFile/20101222141857786.pdf
940 https://datatracker.ietf.org/doc/html/draft-shen-sm3-hash
941
942config CRYPTO_STREEBOG
943 tristate "Streebog Hash Function"
944 select CRYPTO_HASH
945 help
946 Streebog Hash Function (GOST R 34.11-2012, RFC 6986) is one of the Russian
947 cryptographic standard algorithms (called GOST algorithms).
948 This setting enables two hash algorithms with 256 and 512 bits output.
949
950 References:
951 https://tc26.ru/upload/iblock/fed/feddbb4d26b685903faa2ba11aea43f6.pdf
952 https://tools.ietf.org/html/rfc6986
953
942config CRYPTO_TGR192
943 tristate "Tiger digest algorithms"
944 select CRYPTO_HASH
945 help
946 Tiger hash algorithm 192, 160 and 128-bit hashes
947
948 Tiger is a hash function optimized for 64-bit processors while
949 still having decent performance on 32-bit processors.

--- 887 unchanged lines hidden ---
954config CRYPTO_TGR192
955 tristate "Tiger digest algorithms"
956 select CRYPTO_HASH
957 help
958 Tiger hash algorithm 192, 160 and 128-bit hashes
959
960 Tiger is a hash function optimized for 64-bit processors while
961 still having decent performance on 32-bit processors.

--- 887 unchanged lines hidden ---