Searched refs:isPasswordNeeded (Results 1 – 8 of 8) sorted by relevance
/external/tpm2/ |
D | PolicyPassword.c | 40 session->attributes.isPasswordNeeded = SET; in TPM2_PolicyPassword()
|
D | PolicyAuthValue.c | 41 session->attributes.isPasswordNeeded = CLEAR; in TPM2_PolicyAuthValue()
|
D | SessionProcess.c | 744 && session->attributes.isPasswordNeeded == CLEAR in CheckPolicyAuthSession() 1120 || session->attributes.isPasswordNeeded) in CheckAuthSession() 1177 && session->attributes.isPasswordNeeded == SET) in CheckAuthSession() 1763 && session->attributes.isPasswordNeeded == SET) in BuildSingleResponseAuth()
|
D | Global.h | 271 unsigned isPasswordNeeded : 1; member
|
D | part3.txt | 10613 isPasswordNeeded – once SET, this parameter may only be CLEARed by 13396 being authorized using this session. Additionally, policySession→isPasswordNeeded will be CLEAR. 13482 35 session->attributes.isPasswordNeeded = CLEAR; 13501 When this command completes successfully, policySession→isPasswordNeeded is SET to indicate that 13595 33 // Update isPasswordNeeded bit 13596 34 session->attributes.isPasswordNeeded = SET;
|
D | part4.txt | 1856 142 unsigned isPasswordNeeded : 1; 4570 624 && session->attributes.isPasswordNeeded == CLEAR 5031 1000 || session->attributes.isPasswordNeeded) 5096 1060 && session->attributes.isPasswordNeeded == SET) 5792 1612 // If the session is a policy session with isPasswordNeeded SET, the auth 5795 1615 && session->attributes.isPasswordNeeded == SET)
|
/external/tpm2/generator/ |
D | raw_commands.txt | 18905 isPasswordNeeded – once SET, this parameter may only be CLEARed by TPM2_PolicyAuthValue() 24155 Additionally, policySession→isPasswordNeeded will be CLEAR. 24327 session->attributes.isPasswordNeeded = CLEAR; 24350 When this command completes successfully, policySession→isPasswordNeeded is SET to indicate that 24530 // Update isPasswordNeeded bit 24531 session->attributes.isPasswordNeeded = SET;
|
D | raw_commands_fixed.txt | 18916 isPasswordNeeded – once SET, this parameter may only be CLEARed by TPM2_PolicyAuthValue() 24166 Additionally, policySession→isPasswordNeeded will be CLEAR. 24338 session->attributes.isPasswordNeeded = CLEAR; 24361 When this command completes successfully, policySession→isPasswordNeeded is SET to indicate that 24541 // Update isPasswordNeeded bit 24542 session->attributes.isPasswordNeeded = SET;
|