Software APIs
Data Fields
ghash_block Struct Reference

A type that holds a single cipher block. More...

#include <sw/device/lib/crypto/impl/aes_gcm/ghash.h>

Data Fields

uint32_t data [kGhashBlockNumWords]
 

Detailed Description

A type that holds a single cipher block.

Definition at line 29 of file ghash.h.

Field Documentation

◆ data

uint32_t ghash_block::data[kGhashBlockNumWords]

Definition at line 30 of file ghash.h.