Kconfig (cf5c5763eb531ff5120111ad300126e926fb5a56) Kconfig (d2825fa9365d0101571ed16534b16b7c8d261ab3)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "Crypto library routines"
4
5config CRYPTO_LIB_AES
6 tristate
7
8config CRYPTO_LIB_ARC4

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

118 depends on CRYPTO
119 select CRYPTO_LIB_CHACHA
120 select CRYPTO_LIB_POLY1305
121 select CRYPTO_ALGAPI
122
123config CRYPTO_LIB_SHA256
124 tristate
125
1# SPDX-License-Identifier: GPL-2.0
2
3menu "Crypto library routines"
4
5config CRYPTO_LIB_AES
6 tristate
7
8config CRYPTO_LIB_ARC4

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

118 depends on CRYPTO
119 select CRYPTO_LIB_CHACHA
120 select CRYPTO_LIB_POLY1305
121 select CRYPTO_ALGAPI
122
123config CRYPTO_LIB_SHA256
124 tristate
125
126config CRYPTO_LIB_SM3
127 tristate
128
129config CRYPTO_LIB_SM4
130 tristate
131
132endmenu
126endmenu