Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/include/
Dgcm_alt.h32 #define mbedtls_gcm_update esp_aes_gcm_update
/hal_espressif-latest/components/mbedtls/port/include/aes/
Desp_aes_gcm.h170 int esp_aes_gcm_update( esp_gcm_context *ctx,
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c486 int esp_aes_gcm_update( esp_gcm_context *ctx, in esp_aes_gcm_update() function
645 if ( ( ret = esp_aes_gcm_update( ctx, input, length, output, 0, &olen ) ) != 0 ) { in esp_aes_gcm_crypt_and_tag_partial_hw()