mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
12 lines
399 B
C
12 lines
399 B
C
/*
|
|
* 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
|