Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/include/
Dgcm_alt.h31 #define mbedtls_gcm_update_ad esp_aes_gcm_update_ad
/hal_espressif-latest/components/mbedtls/port/include/aes/
Desp_aes_gcm.h115 int esp_aes_gcm_update_ad( esp_gcm_context *ctx,
/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c446 int esp_aes_gcm_update_ad( esp_gcm_context *ctx, in esp_aes_gcm_update_ad() function
641 if ( ( ret = esp_aes_gcm_update_ad( ctx, aad, aad_len ) ) != 0 ) { in esp_aes_gcm_crypt_and_tag_partial_hw()