Home
last modified time | relevance | path

Searched refs:auditAlg (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
DSetCommandCodeAuditStatus.c29 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()
DSetCommandCodeAuditStatus_fp.h14 TPMI_ALG_HASH auditAlg; member
DMarshal_SetCommandCodeAuditStatus.c19 result = TPMI_ALG_HASH_Unmarshal(&target->auditAlg, buffer, size, TRUE); in SetCommandCodeAuditStatus_In_Unmarshal()
Dpart3.txt9062 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/
Dcommands.txt1311 _NAME auditAlg
Draw_commands.txt16265 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;
Draw_commands_fixed.txt16276 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;