Home
last modified time | relevance | path

Searched refs:auditComands (Results 1 – 4 of 4) sorted by relevance

/external/tpm2/
DCommandAudit.c26 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()
DSetCommandCodeAuditStatus.c66 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in TPM2_SetCommandCodeAuditStatus()
DGlobal.h758 BYTE auditComands[((TPM_CC_LAST - TPM_CC_FIRST + 1) + 7) / 8]; member
DNV.c517 s_reservedSize[NV_AUDIT_COMMANDS] = sizeof(gp.auditComands); in NvInitStatic()
655 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in NvReadPersistent()