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