mirror of https://github.com/hak5/openwrt.git
parent
d8967780d4
commit
31809ade5a
|
@ -278,7 +278,7 @@ CONFIG_CRC32=y
|
|||
# CONFIG_CRC_T10DIF is not set
|
||||
CONFIG_CROSSCOMPILE=y
|
||||
CONFIG_CRYPTO_AEAD2=m
|
||||
CONFIG_CRYPTO_AEAD=m
|
||||
# CONFIG_CRYPTO_AEAD is not set
|
||||
CONFIG_CRYPTO_AES=m
|
||||
CONFIG_CRYPTO_ALGAPI2=m
|
||||
CONFIG_CRYPTO_ALGAPI=m
|
||||
|
@ -307,7 +307,7 @@ CONFIG_CRYPTO_ECB=m
|
|||
# CONFIG_CRYPTO_GCM is not set
|
||||
# CONFIG_CRYPTO_GF128MUL is not set
|
||||
CONFIG_CRYPTO_HASH2=m
|
||||
CONFIG_CRYPTO_HASH=m
|
||||
# CONFIG_CRYPTO_HASH is not set
|
||||
# CONFIG_CRYPTO_HMAC is not set
|
||||
# CONFIG_CRYPTO_HW is not set
|
||||
# CONFIG_CRYPTO_KHAZAD is not set
|
||||
|
@ -320,13 +320,14 @@ CONFIG_CRYPTO_MANAGER=m
|
|||
# CONFIG_CRYPTO_MICHAEL_MIC is not set
|
||||
# CONFIG_CRYPTO_NULL is not set
|
||||
# CONFIG_CRYPTO_PCBC is not set
|
||||
CONFIG_CRYPTO_PCOMP=m
|
||||
# CONFIG_CRYPTO_PRNG is not set
|
||||
# CONFIG_CRYPTO_RMD128 is not set
|
||||
# CONFIG_CRYPTO_RMD160 is not set
|
||||
# CONFIG_CRYPTO_RMD256 is not set
|
||||
# CONFIG_CRYPTO_RMD320 is not set
|
||||
CONFIG_CRYPTO_RNG2=m
|
||||
CONFIG_CRYPTO_RNG=m
|
||||
# CONFIG_CRYPTO_RNG is not set
|
||||
# CONFIG_CRYPTO_SALSA20 is not set
|
||||
# CONFIG_CRYPTO_SEED is not set
|
||||
# CONFIG_CRYPTO_SEQIV is not set
|
||||
|
@ -339,6 +340,7 @@ CONFIG_CRYPTO_RNG=m
|
|||
# CONFIG_CRYPTO_TGR192 is not set
|
||||
# CONFIG_CRYPTO_TWOFISH_COMMON is not set
|
||||
# CONFIG_CRYPTO_TWOFISH is not set
|
||||
CONFIG_CRYPTO_WORKQUEUE=m
|
||||
# CONFIG_CRYPTO_WP512 is not set
|
||||
# CONFIG_CRYPTO_XCBC is not set
|
||||
# CONFIG_CRYPTO_XTS is not set
|
||||
|
|
Loading…
Reference in New Issue