Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c152 TSS_HKEY hPrivateLeafKey = NULL_HKEY; variable
1437 pinHash, &hPrivateLeafKey))) { in token_create_private_tree()
1447 &hPrivateLeafKey); in token_create_private_tree()
1670 if (hPrivateLeafKey != NULL_HKEY) { in token_specific_logout()
1672 hPrivateLeafKey = NULL_HKEY; in token_specific_logout()
1767 if (hPrivateLeafKey == NULL_HKEY) { in verify_user_pin()
1772 &hPrivateLeafKey); in verify_user_pin()
2007 if (hPrivateLeafKey != NULL_HKEY) { in token_specific_final()
2009 hPrivateLeafKey = NULL_HKEY; in token_specific_final()
2037 hParentKey = hPrivateLeafKey; in token_wrap_auth_data()
[all …]
H A Dloadsave.c305 extern TSS_HKEY hPrivateLeafKey;
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()