Searched refs:esp_gcm_ghash (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/mbedtls/port/aes/ |
D | esp_aes_gcm.c | 50 static void esp_gcm_ghash(esp_gcm_context *ctx, const unsigned char *x, size_t x_len, uint8_t *z); 70 esp_gcm_ghash(ctx, ctx->iv, ctx->iv_len, ctx->J0); in esp_gcm_derive_J0() 75 esp_gcm_ghash(ctx, len_buf, 16, ctx->J0); in esp_gcm_derive_J0() 300 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 480 esp_gcm_ghash(ctx, ctx->aad, ctx->aad_len, ctx->ghash); in esp_aes_gcm_update_ad() 539 esp_gcm_ghash(ctx, input, input_length, ctx->ghash); in esp_aes_gcm_update() 556 esp_gcm_ghash(ctx, output, input_length, ctx->ghash); in esp_aes_gcm_update() 584 esp_gcm_ghash(ctx, len_block, AES_BLOCK_BYTES, ctx->ghash); in esp_aes_gcm_finish()
|