Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Desp_sha512.c145 static int esp_internal_sha512_dma_process(mbedtls_sha512_context *ctx, in esp_internal_sha512_dma_process() function
167 ret = esp_internal_sha512_dma_process(ctx, data, 128, 0, 0); in mbedtls_internal_sha512_process()
224 ret = esp_internal_sha512_dma_process(ctx, input, len, ctx->buffer, local_len); in mbedtls_sha512_update()