You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
3.8 KiB

menu "cipher Config"
menuconfig SOCT_CIPHER_SUPPORT
tristate "cipher config"
default y if SOCT_DRV_BUILDIN
default m
config SOCT_CIPHER_DMA_SUPPORT
bool "dma support"
default y
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of dma will be supported
config SOCT_CIPHER_CENC_SUPPORT
bool "cenc support"
default y
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of cenc will be supported
config SOCT_CIPHER_RSA_SUPPORT
bool "rsa support"
default y
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of rsa will be supported
config SOCT_CIPHER_CBC_MAC_SUPPORT
bool "CBC_MAC Support"
depends on SOCT_CIPHER_SUPPORT
default n
config SOCT_CIPHER_SOFT_SHA1_SUPPORT
bool "soft SHA1 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft SHA1 support will be supported
config SOCT_CIPHER_SOFT_SHA256_SUPPORT
bool "soft SHA256 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft SHA256 support will be supported
config SOCT_CIPHER_SOFT_SHA512_SUPPORT
bool "soft SHA512 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft SHA512 support will be supported
config SOCT_CIPHER_HASH_CMAC_SUPPORT
bool "hash cmac support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of hash cmac support will be supported
config SOCT_CIPHER_SOFT_ECC_SUPPORT
bool "soft ECC support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft ECC support will be supported
config SOCT_CIPHER_CHIP_SYMC_ODD_KEY_SUPPORT
bool "chip odd key support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of chip odd key support will be supported
config SOCT_CIPHER_SOFT_AES_CTS_SUPPORT
bool "soft aes cts support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft aes cts support will be supported
config SOCT_CIPHER_SOFT_AES_CCM_GCM_SUPPORT
bool "soft aes ccm gcm support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft aes ccm gcm support support will be supported
config SOCT_CIPHER_CHIP_AES_CCM_GCM_SUPPORT
bool "chip aes ccm gcm support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of chip aes ccm gcm support support will be supported
config SOCT_CIPHER_SOFT_SM2_SUPPORT
bool "soft sm2 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft sm2 support will be supported
config SOCT_CIPHER_SOFT_SM3_SUPPORT
bool "soft sm3 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft sm3 support will be supported
config SOCT_CIPHER_SOFT_SM4_SUPPORT
bool "soft sm4 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of soft sm4 support will be supported
config SOCT_CIPHER_CHIP_SYMC_SM2_SUPPORT
bool "chip sm2 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of chip sm2 support will be supported
config SOCT_CIPHER_CHIP_SYMC_SM3_SUPPORT
bool "chip sm3 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of chip sm3 support will be supported
config SOCT_CIPHER_CHIP_SYMC_SM4_SUPPORT
bool "chip sm4 support"
default n
depends on SOCT_CIPHER_SUPPORT
help
when enabled, the cipher driver of chip sm4 support will be supported
endmenu