Searched defs:_SECURITY (Results 1 – 1 of 1) sorted by relevance
59 typedef struct _SECURITY { struct60 uint32_t BootErrCnt; /* count of boot password errors */61 uint32_t ConfigErrCnt; /* count of config password errors */62 uint32_t BootErrorDT[2];/* Date&Time from RTC of last error in pw */63 uint32_t ConfigErrorDT[2]; /* last config pw error */64 uint32_t BootCorrectDT[2]; /* last correct boot pw */65 uint32_t ConfigCorrectDT[2]; /* last correct config pw */66 uint32_t BootSetDT[2]; /* last set of boot pw */67 uint32_t ConfigSetDT[2]; /* last set of config pw */68 uint8_t Serial[16]; /* Box serial number */