Function aes_gcm_read_ghash()

Get the AES GCM Hash Value.

uint32_t aes_gcm_read_ghash(
		struct aes_module *const module,
		uint32_t id)

Table 1. Parameters
Data direction Parameter name Description

[in]

module

Pointer to the AES software instance struct

[in]

id

Index into the GHASH array (range 0 to 3)

Returns

The content of the GHASHRx[x = 0...3] value.