mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 05:55:49 +00:00
feat(hal/testapps): Added AES and SHA testcases with DMA support
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
*/
|
||||
#define MBEDTLS_ERR_AES_INVALID_KEY_LENGTH -1
|
||||
#define MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH -2
|
||||
#define MBEDTLS_ERR_AES_BAD_INPUT_DATA -3
|
||||
|
||||
#define MBEDTLS_AES_ENCRYPT ESP_AES_ENCRYPT
|
||||
#define MBEDTLS_AES_DECRYPT ESP_AES_DECRYPT
|
||||
Reference in New Issue
Block a user