Home
last modified time | relevance | path

Searched refs:isAuthValueNeeded (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/
DPolicyPassword.c41 session->attributes.isAuthValueNeeded = CLEAR; in TPM2_PolicyPassword()
DPolicyAuthValue.c40 session->attributes.isAuthValueNeeded = SET; in TPM2_PolicyAuthValue()
DSessionProcess.c622 && (session->attributes.isAuthValueNeeded == SET)) in ComputeCommandHMAC()
745 && session->attributes.isAuthValueNeeded == CLEAR) in CheckPolicyAuthSession()
1119 || session->attributes.isAuthValueNeeded in CheckAuthSession()
1703 && session->attributes.isAuthValueNeeded == CLEAR) in ComputeResponseHMAC()
DGlobal.h266 unsigned isAuthValueNeeded : 1; member
Dpart3.txt10611isAuthValueNeeded – once SET, this parameter may only be CLEARed by
13394 When this command completes successfully, policySession→isAuthValueNeeded is SET to indicate that
13480 33 // update isAuthValueNeeded bit in the session context
13481 34 session->attributes.isAuthValueNeeded = SET;
13518 When this command is successful, policySession→isAuthValueNeeded will be CLEAR.
13597 35 session->attributes.isAuthValueNeeded = CLEAR;
Dpart4.txt1846 137 unsigned isAuthValueNeeded : 1;
4425 530 && session->attributes.isAuthValueNeeded == SET
4571 625 && session->attributes.isAuthValueNeeded == CLEAR)
5030 999 || session->attributes.isAuthValueNeeded
5724 1556 && session->attributes.isAuthValueNeeded == CLEAR)
/external/tpm2/generator/
Draw_commands.txt18900 isAuthValueNeeded – once SET, this parameter may only be CLEARed by TPM2_PolicyPassword()
24153 When this command completes successfully, policySession→isAuthValueNeeded is SET to indicate that
24325 // update isAuthValueNeeded bit in the session context
24326 session->attributes.isAuthValueNeeded = SET;
24372 When this command is successful, policySession→isAuthValueNeeded will be CLEAR.
24532 session->attributes.isAuthValueNeeded = CLEAR;
Draw_commands_fixed.txt18911 isAuthValueNeeded – once SET, this parameter may only be CLEARed by TPM2_PolicyPassword()
24164 When this command completes successfully, policySession→isAuthValueNeeded is SET to indicate that
24336 // update isAuthValueNeeded bit in the session context
24337 session->attributes.isAuthValueNeeded = SET;
24383 When this command is successful, policySession→isAuthValueNeeded will be CLEAR.
24543 session->attributes.isAuthValueNeeded = CLEAR;