Home
last modified time | relevance | path

Searched refs:esp_aes_crypt_ecb (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_xts.c207 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()
Desp_aes_gcm.c424 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/
Daes_alt.h39 #define mbedtls_aes_crypt_ecb esp_aes_crypt_ecb
/hal_espressif-latest/components/mbedtls/port/include/aes/
Desp_aes.h135 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/
Desp_aes.c210 int esp_aes_crypt_ecb(esp_aes_context *ctx, in esp_aes_crypt_ecb() function
/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c715 int esp_aes_crypt_ecb(esp_aes_context *ctx, in esp_aes_crypt_ecb() function