Coda Distributed File System
Public Attributes | List of all members
aes_block Union Reference

#include <aes.h>

Public Attributes

uint8_t u8 [AES_BLOCK_SIZE]
 
uint32_t u32 [AES_BLOCK_SIZE/sizeof(uint32_t)]
 
uint64_t u64 [AES_BLOCK_SIZE/sizeof(uint64_t)]
 

Member Data Documentation

◆ u32

uint32_t aes_block::u32[AES_BLOCK_SIZE/sizeof(uint32_t)]

◆ u64

uint64_t aes_block::u64[AES_BLOCK_SIZE/sizeof(uint64_t)]

◆ u8

uint8_t aes_block::u8[AES_BLOCK_SIZE]

The documentation for this union was generated from the following file: