mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-13 03:22:05 +08:00
18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
![]() |
if PACKAGE_kmod-crypto-hw-eip93
|
||
|
|
||
|
config MTK_EIP93_GENERIC_SW_MAX_LEN
|
||
|
int "Max skcipher software fallback length"
|
||
|
default 256
|
||
|
help
|
||
|
Max length of crypt request which
|
||
|
will fallback to software crypt of skcipher *except* AES-128.
|
||
|
|
||
|
config MTK_EIP93_AES_128_SW_MAX_LEN
|
||
|
int "Max AES-128 skcipher software fallback length"
|
||
|
default 512
|
||
|
help
|
||
|
Max length of crypt request which
|
||
|
will fallback to software crypt of AES-128 skcipher.
|
||
|
|
||
|
endif
|