@@ -548,7 +548,7 @@ config CRYPTO_XCBC
548548 select CRYPTO_MANAGER
549549 help
550550 XCBC: Keyed-Hashing with encryption algorithm
551- http ://www.ietf.org/rfc/rfc3566.txt
551+ https ://www.ietf.org/rfc/rfc3566.txt
552552 http://csrc.nist.gov/encryption/modes/proposedmodes/
553553 xcbc-mac/xcbc-mac-spec.pdf
554554
@@ -561,7 +561,7 @@ config CRYPTO_VMAC
561561 very high speed on 64-bit architectures.
562562
563563 See also:
564- <http ://fastcrypto.org/vmac>
564+ <https ://fastcrypto.org/vmac>
565565
566566comment "Digest"
567567
@@ -816,7 +816,7 @@ config CRYPTO_RMD128
816816 RIPEMD-160 should be used.
817817
818818 Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
819- See <http ://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
819+ See <https ://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
820820
821821config CRYPTO_RMD160
822822 tristate "RIPEMD-160 digest algorithm"
@@ -833,7 +833,7 @@ config CRYPTO_RMD160
833833 against RIPEMD-160.
834834
835835 Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
836- See <http ://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
836+ See <https ://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
837837
838838config CRYPTO_RMD256
839839 tristate "RIPEMD-256 digest algorithm"
@@ -845,7 +845,7 @@ config CRYPTO_RMD256
845845 (than RIPEMD-128).
846846
847847 Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
848- See <http ://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
848+ See <https ://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
849849
850850config CRYPTO_RMD320
851851 tristate "RIPEMD-320 digest algorithm"
@@ -857,7 +857,7 @@ config CRYPTO_RMD320
857857 (than RIPEMD-160).
858858
859859 Developed by Hans Dobbertin, Antoon Bosselaers and Bart Preneel.
860- See <http ://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
860+ See <https ://homes.esat.kuleuven.be/~bosselae/ripemd160.html>
861861
862862config CRYPTO_SHA1
863863 tristate "SHA1 digest algorithm"
@@ -1045,7 +1045,7 @@ config CRYPTO_TGR192
10451045 Tiger was developed by Ross Anderson and Eli Biham.
10461046
10471047 See also:
1048- <http ://www.cs.technion.ac.il/~biham/Reports/Tiger/>.
1048+ <https ://www.cs.technion.ac.il/~biham/Reports/Tiger/>.
10491049
10501050config CRYPTO_WP512
10511051 tristate "Whirlpool digest algorithms"
@@ -1221,7 +1221,7 @@ config CRYPTO_BLOWFISH
12211221 designed for use on "large microprocessors".
12221222
12231223 See also:
1224- <http ://www.schneier.com/blowfish.html>
1224+ <https ://www.schneier.com/blowfish.html>
12251225
12261226config CRYPTO_BLOWFISH_COMMON
12271227 tristate
@@ -1230,7 +1230,7 @@ config CRYPTO_BLOWFISH_COMMON
12301230 generic c and the assembler implementations.
12311231
12321232 See also:
1233- <http ://www.schneier.com/blowfish.html>
1233+ <https ://www.schneier.com/blowfish.html>
12341234
12351235config CRYPTO_BLOWFISH_X86_64
12361236 tristate "Blowfish cipher algorithm (x86_64)"
@@ -1245,7 +1245,7 @@ config CRYPTO_BLOWFISH_X86_64
12451245 designed for use on "large microprocessors".
12461246
12471247 See also:
1248- <http ://www.schneier.com/blowfish.html>
1248+ <https ://www.schneier.com/blowfish.html>
12491249
12501250config CRYPTO_CAMELLIA
12511251 tristate "Camellia cipher algorithms"
@@ -1441,10 +1441,10 @@ config CRYPTO_SALSA20
14411441 Salsa20 stream cipher algorithm.
14421442
14431443 Salsa20 is a stream cipher submitted to eSTREAM, the ECRYPT
1444- Stream Cipher Project. See <http ://www.ecrypt.eu.org/stream/>
1444+ Stream Cipher Project. See <https ://www.ecrypt.eu.org/stream/>
14451445
14461446 The Salsa20 stream cipher algorithm is designed by Daniel J.
1447- Bernstein <djb@cr.yp.to>. See <http ://cr.yp.to/snuffle.html>
1447+ Bernstein <djb@cr.yp.to>. See <https ://cr.yp.to/snuffle.html>
14481448
14491449config CRYPTO_CHACHA20
14501450 tristate "ChaCha stream cipher algorithms"
@@ -1456,7 +1456,7 @@ config CRYPTO_CHACHA20
14561456 ChaCha20 is a 256-bit high-speed stream cipher designed by Daniel J.
14571457 Bernstein and further specified in RFC7539 for use in IETF protocols.
14581458 This is the portable C implementation of ChaCha20. See also:
1459- <http ://cr.yp.to/chacha/chacha-20080128.pdf>
1459+ <https ://cr.yp.to/chacha/chacha-20080128.pdf>
14601460
14611461 XChaCha20 is the application of the XSalsa20 construction to ChaCha20
14621462 rather than to Salsa20. XChaCha20 extends ChaCha20's nonce length
@@ -1509,7 +1509,7 @@ config CRYPTO_SERPENT
15091509 variant of Serpent for compatibility with old kerneli.org code.
15101510
15111511 See also:
1512- <http ://www.cl.cam.ac.uk/~rja14/serpent.html>
1512+ <https ://www.cl.cam.ac.uk/~rja14/serpent.html>
15131513
15141514config CRYPTO_SERPENT_SSE2_X86_64
15151515 tristate "Serpent cipher algorithm (x86_64/SSE2)"
@@ -1528,7 +1528,7 @@ config CRYPTO_SERPENT_SSE2_X86_64
15281528 blocks parallel using SSE2 instruction set.
15291529
15301530 See also:
1531- <http ://www.cl.cam.ac.uk/~rja14/serpent.html>
1531+ <https ://www.cl.cam.ac.uk/~rja14/serpent.html>
15321532
15331533config CRYPTO_SERPENT_SSE2_586
15341534 tristate "Serpent cipher algorithm (i586/SSE2)"
@@ -1547,7 +1547,7 @@ config CRYPTO_SERPENT_SSE2_586
15471547 blocks parallel using SSE2 instruction set.
15481548
15491549 See also:
1550- <http ://www.cl.cam.ac.uk/~rja14/serpent.html>
1550+ <https ://www.cl.cam.ac.uk/~rja14/serpent.html>
15511551
15521552config CRYPTO_SERPENT_AVX_X86_64
15531553 tristate "Serpent cipher algorithm (x86_64/AVX)"
@@ -1567,7 +1567,7 @@ config CRYPTO_SERPENT_AVX_X86_64
15671567 eight blocks parallel using the AVX instruction set.
15681568
15691569 See also:
1570- <http ://www.cl.cam.ac.uk/~rja14/serpent.html>
1570+ <https ://www.cl.cam.ac.uk/~rja14/serpent.html>
15711571
15721572config CRYPTO_SERPENT_AVX2_X86_64
15731573 tristate "Serpent cipher algorithm (x86_64/AVX2)"
@@ -1583,7 +1583,7 @@ config CRYPTO_SERPENT_AVX2_X86_64
15831583 blocks parallel using AVX2 instruction set.
15841584
15851585 See also:
1586- <http ://www.cl.cam.ac.uk/~rja14/serpent.html>
1586+ <https ://www.cl.cam.ac.uk/~rja14/serpent.html>
15871587
15881588config CRYPTO_SM4
15891589 tristate "SM4 cipher algorithm"
@@ -1640,7 +1640,7 @@ config CRYPTO_TWOFISH
16401640 bits.
16411641
16421642 See also:
1643- <http ://www.schneier.com/twofish.html>
1643+ <https ://www.schneier.com/twofish.html>
16441644
16451645config CRYPTO_TWOFISH_COMMON
16461646 tristate
@@ -1662,7 +1662,7 @@ config CRYPTO_TWOFISH_586
16621662 bits.
16631663
16641664 See also:
1665- <http ://www.schneier.com/twofish.html>
1665+ <https ://www.schneier.com/twofish.html>
16661666
16671667config CRYPTO_TWOFISH_X86_64
16681668 tristate "Twofish cipher algorithm (x86_64)"
@@ -1678,7 +1678,7 @@ config CRYPTO_TWOFISH_X86_64
16781678 bits.
16791679
16801680 See also:
1681- <http ://www.schneier.com/twofish.html>
1681+ <https ://www.schneier.com/twofish.html>
16821682
16831683config CRYPTO_TWOFISH_X86_64_3WAY
16841684 tristate "Twofish cipher algorithm (x86_64, 3-way parallel)"
@@ -1699,7 +1699,7 @@ config CRYPTO_TWOFISH_X86_64_3WAY
16991699 blocks parallel, utilizing resources of out-of-order CPUs better.
17001700
17011701 See also:
1702- <http ://www.schneier.com/twofish.html>
1702+ <https ://www.schneier.com/twofish.html>
17031703
17041704config CRYPTO_TWOFISH_AVX_X86_64
17051705 tristate "Twofish cipher algorithm (x86_64/AVX)"
@@ -1722,7 +1722,7 @@ config CRYPTO_TWOFISH_AVX_X86_64
17221722 eight blocks parallel using the AVX Instruction Set.
17231723
17241724 See also:
1725- <http ://www.schneier.com/twofish.html>
1725+ <https ://www.schneier.com/twofish.html>
17261726
17271727comment "Compression"
17281728
0 commit comments