2018-05-15 09:49:22 +00:00
|
|
|
;
|
|
|
|
; Supported features of the 'null' crypto driver.
|
|
|
|
;
|
|
|
|
; Refer to default.ini for the full list of available PMD features.
|
|
|
|
;
|
|
|
|
[Features]
|
|
|
|
Symmetric crypto = Y
|
|
|
|
Sym operation chaining = Y
|
2018-12-06 14:17:51 +00:00
|
|
|
In Place SGL = Y
|
2018-05-15 09:49:22 +00:00
|
|
|
|
|
|
|
;
|
|
|
|
; Supported crypto algorithms of the 'null' crypto driver.
|
|
|
|
;
|
|
|
|
[Cipher]
|
|
|
|
NULL = Y
|
|
|
|
|
|
|
|
;
|
|
|
|
; Supported authentication algorithms of the 'null' crypto driver.
|
|
|
|
;
|
|
|
|
[Auth]
|
|
|
|
NULL = Y
|
|
|
|
|
|
|
|
;
|
|
|
|
; Supported AEAD algorithms of the 'null' crypto driver.
|
|
|
|
;
|
|
|
|
[AEAD]
|