Searched refs:auditComands (Results 1 – 4 of 4) sorted by relevance
/external/tpm2/ |
D | CommandAudit.c | 26 MemorySet(gp.auditComands, 0x00, in CommandAuditPreInstall_Init() 37 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in CommandAuditPreInstall_Init() 88 if(!BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) in CommandAuditSet() 91 BitSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands)); in CommandAuditSet() 130 if(BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands))) in CommandAuditClear() 133 BitClear(bitPos, &gp.auditComands[0], sizeof(gp.auditComands)); in CommandAuditClear() 160 if((gp.auditComands[bitPos/8] & (1 << (bitPos % 8))) != 0) in CommandAuditIsRequired()
|
D | SetCommandCodeAuditStatus.c | 66 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in TPM2_SetCommandCodeAuditStatus()
|
D | Global.h | 758 BYTE auditComands[((TPM_CC_LAST - TPM_CC_FIRST + 1) + 7) / 8]; member
|
D | NV.c | 517 s_reservedSize[NV_AUDIT_COMMANDS] = sizeof(gp.auditComands); in NvInitStatic() 655 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in NvReadPersistent()
|