mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Remove temporary AEAD CCM implementation
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
e715f88d9d
commit
60aa203e30
6 changed files with 35 additions and 256 deletions
|
|
@ -3756,14 +3756,6 @@
|
|||
*/
|
||||
//#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
|
||||
|
||||
/**
|
||||
* Internal define that removes the zeroization of the output when decrypting
|
||||
* CCM and the tag check fails. This is for internal use only, and was added so
|
||||
* that PSA multipart CCM could be implmented. This option will be removed at
|
||||
* some point in the future when proper CCM multipart support is implemented.
|
||||
* Use at own risk.
|
||||
*/
|
||||
//#define MBEDTLS_INTERNAL_CCM_NO_ZEROIZE_ON_TAG_FAIL
|
||||
/* \} name SECTION: Customisation configuration options */
|
||||
|
||||
/* Target and application specific configurations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue