Searched refs:esp_aes_process_dma_gcm (Results 1 – 3 of 3) sorted by relevance
49 int esp_aes_process_dma_gcm(esp_aes_context *ctx, const unsigned char *input, unsigned char *output…
765 ret = esp_aes_process_dma_gcm(&ctx->aes_ctx, input, output, length, aad_head_desc, aad_len); in esp_aes_gcm_crypt_and_tag()
495 int esp_aes_process_dma_gcm(esp_aes_context *ctx, const unsigned char *input, unsigned char *output… in esp_aes_process_dma_gcm() function