Searched refs:authValue (Results 1 – 2 of 2) sorted by relevance
36 TPM2B_AUTH authValue = {}; in SigningKey() local38 Esys_TR_SetAuth(resource_manager->Esys(), ESYS_TR_RH_OWNER, &authValue); in SigningKey()97 TPM2B_AUTH authValue = {}; in ParentKey() local99 Esys_TR_SetAuth(resource_manager->Esys(), ESYS_TR_RH_PLATFORM, &authValue); in ParentKey()
41 TPM2B_AUTH authValue = {}; in CreateKey() local42 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()