Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 400 Bytes

GUID-BAD3BAB0-F116-4967-9711-500367A39268.md

File metadata and controls

18 lines (12 loc) · 400 Bytes

CRYPT_HMAC_CTX Structure

Parent topic:MPLAB® Harmony Crypto Library

C

struct CRYPT_HMAC_CTX {
long long holder[96];
}CRYPT_HMAC_CTX;

Members

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