CRYPT_AES_CTX Structure

C

struct CRYPT_AES_CTX {
int holder[93];
}CRYPT_AES_CTX;

Members

Members Description
int holder[93]; This structure should be large enough to hold the internal representation, the size is checked during initialization.