Searched refs:x_len (Results 1 – 1 of 1) sorted by relevance
50 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() argument319 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()