mirror of https://github.com/F-Stack/f-stack.git
56 lines
945 B
INI
56 lines
945 B
INI
|
;
|
||
|
; Supported features of the 'uadk' crypto driver.
|
||
|
;
|
||
|
; Refer to default.ini for the full list of available PMD features.
|
||
|
;
|
||
|
[Features]
|
||
|
Symmetric crypto = Y
|
||
|
HW Accelerated = Y
|
||
|
|
||
|
;
|
||
|
; Supported crypto algorithms of the 'uadk' crypto driver.
|
||
|
;
|
||
|
[Cipher]
|
||
|
AES CBC (128) = Y
|
||
|
AES CBC (192) = Y
|
||
|
AES CBC (256) = Y
|
||
|
AES ECB (128) = Y
|
||
|
AES ECB (192) = Y
|
||
|
AES ECB (256) = Y
|
||
|
AES XTS (128) = Y
|
||
|
AES XTS (256) = Y
|
||
|
DES CBC = Y
|
||
|
|
||
|
;
|
||
|
; Supported authentication algorithms of the 'uadk' crypto driver.
|
||
|
;
|
||
|
[Auth]
|
||
|
MD5 = Y
|
||
|
MD5 HMAC = Y
|
||
|
SHA1 = Y
|
||
|
SHA1 HMAC = Y
|
||
|
SHA224 = Y
|
||
|
SHA224 HMAC = Y
|
||
|
SHA256 = Y
|
||
|
SHA256 HMAC = Y
|
||
|
SHA384 = Y
|
||
|
SHA384 HMAC = Y
|
||
|
SHA512 = Y
|
||
|
SHA512 HMAC = Y
|
||
|
|
||
|
;
|
||
|
; Supported AEAD algorithms of the 'uadk' crypto driver.
|
||
|
;
|
||
|
[AEAD]
|
||
|
|
||
|
;
|
||
|
; Supported Asymmetric algorithms of the 'uadk' crypto driver.
|
||
|
;
|
||
|
[Asymmetric]
|
||
|
|
||
|
;
|
||
|
; Supported Operating systems of the 'uadk' crypto driver.
|
||
|
;
|
||
|
[OS]
|
||
|
Linux = Y
|