ReactOS 0.4.15-dev-7958-gcd0bb1a
tag_aes_key Struct Reference

#include <tomcrypt.h>

Collaboration diagram for tag_aes_key:

Public Attributes

ulong32 eK [64]
 
ulong32 dK [64]
 
int Nr
 

Detailed Description

Definition at line 132 of file tomcrypt.h.

Member Data Documentation

◆ dK

ulong32 tag_aes_key::dK

Definition at line 133 of file tomcrypt.h.

Referenced by aes_ecb_decrypt(), and aes_setup().

◆ eK

ulong32 tag_aes_key::eK

Definition at line 133 of file tomcrypt.h.

Referenced by aes_ecb_encrypt(), and aes_setup().

◆ Nr

int tag_aes_key::Nr

Definition at line 134 of file tomcrypt.h.

Referenced by aes_ecb_decrypt(), aes_ecb_encrypt(), and aes_setup().


The documentation for this struct was generated from the following files: