Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dencrypted_serializable.cpp44 TPM2B_AUTH authValue = {}; in CreateKey() local
45 auto rc = Esys_TR_SetAuth(*resource_manager.Esys(), parent_key, &authValue); in CreateKey()
116 rc = Esys_TR_SetAuth(*resource_manager.Esys(), raw_handle, &authValue); in CreateKey()
Dprimary_key_builder.cpp68 TPM2B_AUTH authValue = {}; in CreateKey() local
70 Esys_TR_SetAuth(*resource_manager.Esys(), ESYS_TR_RH_OWNER, &authValue); in CreateKey()