Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c148 TSS_HKEY hPrivateLeafKey = NULL_HKEY; variable
1433 pinHash, &hPrivateLeafKey))) { in token_create_private_tree()
1437 if ((result = Tspi_Key_LoadKey(hPrivateLeafKey, hPrivateRootKey))) { in token_create_private_tree()
1443 &hPrivateLeafKey); in token_create_private_tree()
1456 Tspi_Context_CloseObject(hContext, hPrivateLeafKey); in token_create_private_tree()
1666 if (hPrivateLeafKey != NULL_HKEY) { in token_specific_logout()
1667 Tspi_Key_UnloadKey(hPrivateLeafKey); in token_specific_logout()
1668 hPrivateLeafKey = NULL_HKEY; in token_specific_logout()
1763 if (hPrivateLeafKey == NULL_HKEY) { in verify_user_pin()
1768 &hPrivateLeafKey); in verify_user_pin()
[all …]
H A Dloadsave.c305 TSS_HKEY hPrivateLeafKey; variable
810 rc = tpm_encrypt_data(hContext, hPrivateLeafKey, cleartxt, cleartxt_len, in save_private_token_object()
1064 rc = tpm_decrypt_data(hContext, hPrivateLeafKey, data, len, in restore_private_token_object()