Parent topic:MPLABĀ® Harmony Crypto Library
struct CRYPT_AES_CTX {
int holder[93];
}CRYPT_AES_CTX;
| Members | Description | 
|---|---|
| int holder[93]; | This structure should be large enough to hold the internal representation, the size is checked during initialization. |