Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 391 Bytes

GUID-27E59A2A-7534-4AA5-9ADA-3D28E87FD0B2.md

File metadata and controls

18 lines (12 loc) · 391 Bytes

CRYPT_AES_CTX Structure

Parent topic:MPLAB® Harmony Crypto Library

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.