Home
last modified time | relevance | path

Searched refs:auditComands (Results 1 – 8 of 8) 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.h752 BYTE auditComands[((TPM_CC_LAST - TPM_CC_FIRST + 1) + 7) / 8]; member
DNV.c513 s_reservedSize[NV_AUDIT_COMMANDS] = sizeof(gp.auditComands); in NvInitStatic()
651 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in NvReadPersistent()
Dpart4.txt2419 462 BYTE auditComands[((TPM_CC_LAST - TPM_CC_FIRST + 1) + 7) / 8];
8320 8 MemorySet(gp.auditComands, 0x00,
8335 23 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
8394 55 if(!BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands)))
8397 58 BitSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands));
8442 81 if(BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands)))
8445 84 BitClear(bitPos, &gp.auditComands[0], sizeof(gp.auditComands));
8474 102 if((gp.auditComands[bitPos/8] & (1 << (bitPos % 8))) != 0)
9619 383 s_reservedSize[NV_AUDIT_COMMANDS] = sizeof(gp.auditComands);
9793 514 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
Dpart3.txt9216 60 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
/external/tpm2/generator/
Draw_commands_fixed.txt16519 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
Draw_commands.txt16508 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);