Searched refs:hPrivateLeafKey (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpm_specific.c | 148 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 D | loadsave.c | 305 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()
|