Set the AES GCM Hash key.
void aes_gcm_write_hash_key( struct aes_module *const module, uint32_t id, uint32_t key)
| Data direction | Parameter name | Description |
|---|---|---|
[in] |
module |
Pointer to the AES software instance struct |
[in] |
id |
Index into the Hash key array (range 0 to 3) |
[in] |
key |
GCM Hash key |