Searched refs:esp_aes_crypt_ecb (Results 1 – 6 of 6) sorted by relevance
| /hal_espressif-latest/components/mbedtls/port/aes/ |
| D | esp_aes_xts.c | 207 ret = esp_aes_crypt_ecb( &ctx->tweak, MBEDTLS_AES_ENCRYPT, in esp_aes_crypt_xts() 230 ret = esp_aes_crypt_ecb( &ctx->crypt, mode, tmp, tmp ); in esp_aes_crypt_xts() 271 ret = esp_aes_crypt_ecb( &ctx->crypt, mode, tmp, tmp ); in esp_aes_crypt_xts()
|
| D | esp_aes_gcm.c | 424 int ret = esp_aes_crypt_ecb(&ctx->aes_ctx, MBEDTLS_AES_ENCRYPT, ctx->H, ctx->H); in esp_aes_gcm_starts()
|
| /hal_espressif-latest/components/mbedtls/port/include/ |
| D | aes_alt.h | 39 #define mbedtls_aes_crypt_ecb esp_aes_crypt_ecb
|
| /hal_espressif-latest/components/mbedtls/port/include/aes/ |
| D | esp_aes.h | 135 int esp_aes_crypt_ecb( esp_aes_context *ctx, int mode, const unsigned char input[16], unsigned char…
|
| /hal_espressif-latest/components/mbedtls/port/aes/block/ |
| D | esp_aes.c | 210 int esp_aes_crypt_ecb(esp_aes_context *ctx, in esp_aes_crypt_ecb() function
|
| /hal_espressif-latest/components/mbedtls/port/aes/dma/ |
| D | esp_aes.c | 715 int esp_aes_crypt_ecb(esp_aes_context *ctx, in esp_aes_crypt_ecb() function
|