The CTL_ENTRY structure is an entry in a CTL.
typedef struct _CTL_ENTRY {
CRYPT_DATA_BLOB SubjectIdentifier; // For example, its hash
DWORD cAttribute;
PCRYPT_ATTRIBUTE rgAttribute; // OPTIONAL
} CTL_ENTRY, *PCTL_ENTRY;
BLOB Structure, CTL_INFO, CRYPT_ATTRIBUTE