Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_gcm.c50 static void esp_gcm_ghash(esp_gcm_context *ctx, const unsigned char *x, size_t x_len, uint8_t *z);
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() argument
319 while (x_len >= AES_BLOCK_BYTES) { in esp_gcm_ghash()
325 x_len -= AES_BLOCK_BYTES; in esp_gcm_ghash()
331 if (x_len) { in esp_gcm_ghash()
332 memcpy(tmp, x, x_len); in esp_gcm_ghash()