Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 385 Bytes

GUID-69771664-9CD3-44C0-A1A7-1C77AF8D0684.md

File metadata and controls

18 lines (12 loc) · 385 Bytes

CRYPT_RNG_CTX Structure

Parent topic:MPLAB® Harmony Crypto Library

C

struct CRYPT_RNG_CTX {
int holder[66];
}CRYPT_RNG_CTX;

Members

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