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

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

Completed in 61 milliseconds