Searched refs:auditComands (Results 1 – 8 of 8) 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 | 752 BYTE auditComands[((TPM_CC_LAST - TPM_CC_FIRST + 1) + 7) / 8]; member
|
D | NV.c | 513 s_reservedSize[NV_AUDIT_COMMANDS] = sizeof(gp.auditComands); in NvInitStatic() 651 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in NvReadPersistent()
|
D | part4.txt | 2419 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);
|
D | part3.txt | 9216 60 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
|
/external/tpm2/generator/ |
D | raw_commands_fixed.txt | 16519 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
|
D | raw_commands.txt | 16508 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
|