Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c145 TSS_HKEY hPublicRootKey = NULL_HKEY; variable
1084 if (hPublicRootKey != NULL_HKEY) in token_load_public_root_key()
1093 &publicRootKeyUUID, hSRK, NULL, &hPublicRootKey); in token_load_public_root_key()
1264 hParentKey = hPublicRootKey; in token_generate_leaf_key()
1485 &hPublicRootKey))) { in token_create_public_tree()
1491 result = Tspi_Context_RegisterKey(hContext, hPublicRootKey, in token_create_public_tree()
1504 &hPublicRootKey); in token_create_public_tree()
1510 if ((result = Tspi_Key_LoadKey(hPublicRootKey, hSRK))) { in token_create_public_tree()
1513 Tspi_Context_CloseObject(hContext, hPublicRootKey); in token_create_public_tree()
1514 hPublicRootKey = NULL_HKEY; in token_create_public_tree()
[all …]