Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/mbedtls/port/aes/
Desp_aes_gcm.c56 static void esp_gcm_ghash(esp_gcm_context *ctx, const unsigned char *x, size_t x_len, uint8_t *z);
76 esp_gcm_ghash(ctx, ctx->iv, ctx->iv_len, ctx->J0); in esp_gcm_derive_J0()
81 esp_gcm_ghash(ctx, len_buf, 16, ctx->J0); in esp_gcm_derive_J0()
278 static void esp_gcm_ghash(esp_gcm_context *ctx, const unsigned char *x, size_t x_len, uint8_t *z) in esp_gcm_ghash() function
404 esp_gcm_ghash(ctx, ctx->aad, ctx->aad_len, ctx->ghash); in esp_aes_gcm_starts()
450 esp_gcm_ghash(ctx, input, length, ctx->ghash); in esp_aes_gcm_update()
464 esp_gcm_ghash(ctx, output, length, ctx->ghash); in esp_aes_gcm_update()
485 esp_gcm_ghash(ctx, len_block, AES_BLOCK_BYTES, ctx->ghash); in esp_aes_gcm_finish()