Home
last modified time | relevance | path

Searched refs:esp_aes_process_dma_gcm (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/include/aes/
Desp_aes_internal.h49 int esp_aes_process_dma_gcm(esp_aes_context *ctx, const unsigned char *input, unsigned char *output…
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c765 ret = esp_aes_process_dma_gcm(&ctx->aes_ctx, input, output, length, aad_head_desc, aad_len); in esp_aes_gcm_crypt_and_tag()
/hal_espressif-latest/components/mbedtls/port/aes/dma/
Desp_aes.c495 int esp_aes_process_dma_gcm(esp_aes_context *ctx, const unsigned char *input, unsigned char *output… in esp_aes_process_dma_gcm() function