Searched refs:authValue (Results 1 – 19 of 19) sorted by relevance
/external/tpm2/ |
D | Entity.c | 152 TPM2B_AUTH authValue = {}; in EntityGetAuthValue() local 160 authValue = gp.ownerAuth; in EntityGetAuthValue() 164 authValue = gp.endorsementAuth; in EntityGetAuthValue() 168 authValue = gc.platformAuth; in EntityGetAuthValue() 172 authValue = gp.lockoutAuth; in EntityGetAuthValue() 181 authValue = g_platformUniqueDetails; in EntityGetAuthValue() 200 authValue = ((HASH_OBJECT *)object)->auth; in EntityGetAuthValue() 208 authValue = object->sensitive.authValue; in EntityGetAuthValue() 217 authValue = nvIndex.authValue; in EntityGetAuthValue() 222 PCRGetAuthValue(handle, &authValue); in EntityGetAuthValue() [all …]
|
D | NV_ChangeAuth.c | 44 nvIndex.authValue = in->newAuth; in TPM2_NV_ChangeAuth()
|
D | ObjectChangeAuth.c | 63 sensitive.authValue = in->newAuth; in TPM2_ObjectChangeAuth()
|
D | NV_fp.h | 22 TPM2B_AUTH *authValue // IN: The initial authorization value
|
D | SessionProcess.c | 532 TPM2B_AUTH authValue; in CheckPWAuthSession() local 537 authValue.t.size = EntityGetAuthValue(associatedHandle, &authValue.t.buffer); in CheckPWAuthSession() 539 if(Memory2BEqual(&s_inputAuthValues[sessionIndex].b, &authValue.b)) in CheckPWAuthSession()
|
D | NV.c | 1413 TPM2B_AUTH *authValue // IN: The initial authorization value in NvDefineIndex() argument 1438 nvIndex->authValue = *authValue; in NvDefineIndex()
|
D | Global.h | 510 TPM2B_AUTH authValue; member
|
D | Object_spt.c | 1005 MemoryRemoveTrailingZeros(&(sensitive->authValue)); in PrivateToSensitive() 1234 MemoryRemoveTrailingZeros(&(sensitive->authValue)); in DuplicateToSensitive()
|
D | part4.txt | 1847 138 //5) SET if the authValue is required 1857 143 //6) SET if a password authValue is 1881 167 // the authValue will not be use 2140 338 TPM2B_AUTH authValue; 2284 …authValue. The value used by the RNG would be the value derived from the chip unique value (such as 3793 …This function is called after an authorization failure that involves use of an authValue. If the e… 3898 combination of the Name and the authValue of the entity. 3998 …This function indicates if authValue is available and allowed for USER role authorization of an en… 3999 …ction is similar to IsAuthPolicyAvailable() except that it does not check the size of the authValue 4000 …as IsAuthPolicyAvailable() does (a null authValue is a valid auth, but a null policy is not a vali… [all …]
|
D | part3.txt | 964 h) if the authorization uses an HMAC, then the HMAC is properly constructed using the authValue 968 …NOTE 6 A policy session may require proof of knowledge of the authValue of the object b… 971 i) if the authorization uses a password, then the password matches the authValue associated with… 2285 TPM_ALG_NULL, the authValue of bind is used in the sessionKey computation. 2331 an authValue is not needed when the authorization is used; 2370 entity providing the authValue 2496 59 // sensitive area is loaded so that the authValue can be accessed. 2645 structure (inPublic), an initial value for the object’s authValue (inSensitive.userAuth), and, if t… 3171 … unnamed entities are not substituted, they should have an authValue that is statistically unique. 3881 Therefore, the old authValue (of the TPM-resident object) is used when generating the response HMAC [all …]
|
D | tpm_types.h | 1503 TPM2B_AUTH authValue; member
|
D | CryptUtil.c | 2899 sensitive->authValue = sensitiveCreate->userAuth; in CryptCreateObject()
|
D | tpm_generated.c | 3500 total_size += TPM2B_AUTH_Marshal(&source->authValue, buffer, size); in TPMT_SENSITIVE_Marshal() 3515 result = TPM2B_AUTH_Unmarshal(&target->authValue, buffer, size); in TPMT_SENSITIVE_Unmarshal()
|
/external/tpm2/generator/ |
D | raw_commands.txt | 1519 7) if the authorization uses an HMAC, then the HMAC is properly constructed using the authValue 1525 authValue will not be required but proof of knowledge of the session secret is necessary. 1529 A policy session may require proof of knowledge of the authValue of the object being authorized. 3519 TPM_ALG_NULL, the authValue of bind is used in the sessionKey computation. 3609 an authValue is not needed when the authorization is used; 3678 entity providing the authValue 4193 structure (inPublic), an initial value for the object’s authValue (inSensitive.authValue), and, if … 5136 unnamed entities are not substituted, they should have an authValue that is statistically unique. 6461 Therefore, the old authValue (of the TPM-resident object) is used when generating the response HMAC 6699 // Copy authValue [all …]
|
D | raw_commands_fixed.txt | 1519 7) if the authorization uses an HMAC, then the HMAC is properly constructed using the authValue 1525 authValue will not be required but proof of knowledge of the session secret is necessary. 1529 A policy session may require proof of knowledge of the authValue of the object being authorized. 3519 TPM_ALG_NULL, the authValue of bind is used in the sessionKey computation. 3609 an authValue is not needed when the authorization is used; 3680 entity providing the authValue 4195 structure (inPublic), an initial value for the object’s authValue (inSensitive.authValue), and, if … 5138 unnamed entities are not substituted, they should have an authValue that is statistically unique. 6465 Therefore, the old authValue (of the TPM-resident object) is used when generating the response HMAC 6703 // Copy authValue [all …]
|
D | raw_structures.txt | 4807 authValue or authPolicy is not available for 7510 authValue, and an Empty Policy authPolicy. 7997 the authValue. 7998 CLEAR (0): A portion of the sensitive data, other than the authValue, was 8006 session or with a password using the authValue of the object or a policy 8018 HMAC session or with a password using the authValue of the object or a policy 8321 provides proof of knowledge of the authValue of the object with an HMAC authorization session or a 8332 Regardless of the setting of this attribute, the authValue may be referenced in a policy session or… 8365 knowledge of the authValue of the object with an HMAC authorization session or a password. 8376 authValue may not be used for USER mode authorizations. When adminWithPolicy is CLEAR, it means [all …]
|
D | raw_structures_fixed.txt | 4798 authValue or authPolicy is not available for 7534 authValue, and an Empty Policy authPolicy. 8016 the authValue. 8017 CLEAR (0): A portion of the sensitive data, other than the authValue, was 8025 session or with a password using the authValue of the object or a policy 8037 HMAC session or with a password using the authValue of the object or a policy 8338 provides proof of knowledge of the authValue of the object with an HMAC authorization session or a 8349 Regardless of the setting of this attribute, the authValue may be referenced in a policy session or… 8382 knowledge of the authValue of the object with an HMAC authorization session or a password. 8393 authValue may not be used for USER mode authorizations. When adminWithPolicy is CLEAR, it means [all …]
|
D | structures.txt | 1468 _NAME authValue
|
D | commands.txt | 116 _COMMENT entity providing the authValue may be TPM_RH_NULL Auth Index: None
|