Software APIs
Data Fields
aes_block Struct Reference

An AES block, which may represent plaintext or ciphertext. More...

#include <sw/device/lib/crypto/drivers/aes.h>

Data Fields

uint32_t data [kAesBlockNumWords]
 

Detailed Description

An AES block, which may represent plaintext or ciphertext.

Definition at line 27 of file aes.h.

Field Documentation

◆ data

uint32_t aes_block::data[kAesBlockNumWords]

Definition at line 28 of file aes.h.