Searched refs:auditAlg (Results 1 – 7 of 7) sorted by relevance
/external/tpm2/ |
D | SetCommandCodeAuditStatus.c | 29 if( in->auditAlg != TPM_ALG_NULL in TPM2_SetCommandCodeAuditStatus() 30 && in->auditAlg != gp.auditHashAlg) in TPM2_SetCommandCodeAuditStatus() 37 gp.auditHashAlg = in->auditAlg; in TPM2_SetCommandCodeAuditStatus()
|
D | SetCommandCodeAuditStatus_fp.h | 14 TPMI_ALG_HASH auditAlg; member
|
D | Marshal_SetCommandCodeAuditStatus.c | 19 result = TPMI_ALG_HASH_Unmarshal(&target->auditAlg, buffer, size, TRUE); in SetCommandCodeAuditStatus_In_Unmarshal()
|
D | part3.txt | 9062 auditAlg, the hash algorithm, is set using TPM2_SetCommandCodeAuditStatus. 9086 If the auditAlg parameter is a supported hash algorithm and not the same as the current algorithm, … 9088 and the audit digest is cleared. If auditAlg is TPM_ALG_NULL or the same as the current algorithm, … 9131 TPMI_ALG_HASH+ auditAlg 9179 23 if( in->auditAlg != TPM_ALG_NULL 9180 24 && in->auditAlg != gp.auditHashAlg) 9187 31 gp.auditHashAlg = in->auditAlg;
|
/external/tpm2/generator/ |
D | commands.txt | 1311 _NAME auditAlg
|
D | raw_commands.txt | 16265 If the auditAlg parameter is a supported hash algorithm and not the same as the current algorithm, … 16267 and the audit digest is cleared. If auditAlg is TPM_ALG_NULL or the same as the current algorithm, … 16335 auditAlg 16479 in->auditAlg != TPM_ALG_NULL 16480 && in->auditAlg != gp.auditHashAlg) 16486 gp.auditHashAlg = in->auditAlg;
|
D | raw_commands_fixed.txt | 16276 If the auditAlg parameter is a supported hash algorithm and not the same as the current algorithm, … 16278 and the audit digest is cleared. If auditAlg is TPM_ALG_NULL or the same as the current algorithm, … 16346 auditAlg 16490 in->auditAlg != TPM_ALG_NULL 16491 && in->auditAlg != gp.auditHashAlg) 16497 gp.auditHashAlg = in->auditAlg;
|