Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 392 Bytes

GUID-A8165521-743E-4253-A65A-161958A75238.md

File metadata and controls

18 lines (12 loc) · 392 Bytes

CRYPT_TDES_CTX Structure

Parent topic:MPLAB® Harmony Crypto Library

C

struct CRYPT_TDES_CTX {
    int holder[112];
}CRYPT_TDES_CTX;

Members

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