mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
mbedtls_config: improve documentation for BLOCK_CIPHER_NO_DECRYPT
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
c94f8f1163
commit
16b00f9522
|
|
@ -2382,7 +2382,10 @@
|
||||||
* \note This feature is incompatible with insecure block cipher,
|
* \note This feature is incompatible with insecure block cipher,
|
||||||
* MBEDTLS_DES_C, and cipher modes which always require decryption
|
* MBEDTLS_DES_C, and cipher modes which always require decryption
|
||||||
* operation, MBEDTLS_CIPHER_MODE_CBC, MBEDTLS_CIPHER_MODE_XTS and
|
* operation, MBEDTLS_CIPHER_MODE_CBC, MBEDTLS_CIPHER_MODE_XTS and
|
||||||
* MBEDTLS_NIST_KW_C.
|
* MBEDTLS_NIST_KW_C. When #MBEDTLS_PSA_CRYPTO_CONFIG is enabled,
|
||||||
|
* this feature is incompatible with following supported PSA equivalence,
|
||||||
|
* PSA_WANT_ALG_ECB_NO_PADDING, PSA_WANT_ALG_CBC_NO_PADDING,
|
||||||
|
* PSA_WANT_ALG_CBC_PKCS7 and PSA_WANT_KEY_TYPE_DES.
|
||||||
*
|
*
|
||||||
* Module: library/aes.c
|
* Module: library/aes.c
|
||||||
* library/aesce.c
|
* library/aesce.c
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue