Home
last modified time | relevance | path

Searched refs:authValue (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_key_blob_maker.cpp36 TPM2B_AUTH authValue = {}; in SigningKey() local
38 Esys_TR_SetAuth(resource_manager->Esys(), ESYS_TR_RH_OWNER, &authValue); in SigningKey()
97 TPM2B_AUTH authValue = {}; in ParentKey() local
99 Esys_TR_SetAuth(resource_manager->Esys(), ESYS_TR_RH_PLATFORM, &authValue); in ParentKey()
Dencrypted_serializable.cpp41 TPM2B_AUTH authValue = {}; in CreateKey() local
42 auto rc = Esys_TR_SetAuth(resource_manager->Esys(), parent_key, &authValue); in CreateKey()
113 rc = Esys_TR_SetAuth(resource_manager->Esys(), raw_handle, &authValue); in CreateKey()