Home
last modified time | relevance | path

Searched refs:persistent_handle (Results 1 – 9 of 9) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/api/
DFapi_Provision.c329 if (command->public_templ.persistent_handle) { in Fapi_Provision_Finish()
331 pkey->persistent_handle = command->public_templ.persistent_handle; in Fapi_Provision_Finish()
339 pkey->persistent_handle); in Fapi_Provision_Finish()
400 if (command->public_templ.persistent_handle) { in Fapi_Provision_Finish()
405 pkey->persistent_handle = command->public_templ.persistent_handle; in Fapi_Provision_Finish()
410 ESYS_TR_NONE, pkey->persistent_handle); in Fapi_Provision_Finish()
DFapi_Delete.c348 if (object->misc.key.persistent_handle) { in Fapi_Delete_Finish()
354 object->misc.key.persistent_handle); in Fapi_Delete_Finish()
/external/tpm2-tss/src/tss2-fapi/
Difapi_keystore.h29 UINT32 persistent_handle; /**< Persistent TPM Handle */ member
Dfapi_int.h156 …UINT32 persistent_handle; /**< < Persistent handle which should be u… member
488 TPMI_DH_PERSISTENT persistent_handle; member
Difapi_keystore.c1274 dest->persistent_handle = src->persistent_handle; in ifapi_copy_ifapi_key()
Difapi_json_deserialize.c116 r = ifapi_json_UINT32_deserialize(jso2, &out->persistent_handle); in ifapi_json_IFAPI_KEY_deserialize()
Difapi_json_serialize.c99 r = ifapi_json_UINT32_serialize(in->persistent_handle, &jso2); in ifapi_json_IFAPI_KEY_serialize()
Dfapi_util.c1628 if (context->loadKey.auth_object.misc.key.persistent_handle) in ifapi_load_key_finish()
1652 ! context->loadKey.auth_object.misc.key.persistent_handle) { in ifapi_load_key_finish()
2633 if (object->handle != ESYS_TR_NONE && key_object->persistent_handle) { in ifapi_esys_serialize_object()
3084 if (context->loadKey.auth_object.misc.key.persistent_handle) { in ifapi_key_create()
Difapi_helpers.c89 template->persistent_handle = handle; in ifapi_set_key_flags()