Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/mbedtls/port/include/
Dgcm_alt.h43 #define mbedtls_gcm_starts esp_aes_gcm_starts
/hal_espressif-2.7.6/components/mbedtls/port/include/aes/
Desp_aes_gcm.h108 int esp_aes_gcm_starts( esp_gcm_context *ctx,
/hal_espressif-2.7.6/components/mbedtls/port/aes/
Desp_aes_gcm.c339 int esp_aes_gcm_starts( esp_gcm_context *ctx, in esp_aes_gcm_starts() function
532 if ( ( ret = esp_aes_gcm_starts( ctx, mode, iv, iv_len, aad, aad_len ) ) != 0 ) { in esp_aes_gcm_crypt_and_tag_partial_hw()