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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c146 TSS_HKEY hPrivateLeafKey = NULL_HKEY; variable
1453 pinHash, &hPrivateLeafKey))) {
1457 if ((result = Tspi_Key_LoadKey(hPrivateLeafKey, hPrivateRootKey))) {
1463 &hPrivateLeafKey);
1476 Tspi_Context_CloseObject(hContext, hPrivateLeafKey);
1709 if (hPrivateLeafKey != NULL_HKEY) {
1710 Tspi_Key_UnloadKey(hPrivateLeafKey);
1711 hPrivateLeafKey = NULL_HKEY;
1812 if (hPrivateLeafKey == NULL_HKEY) {
1817 &hPrivateLeafKey);
[all...]
H A Dloadsave.c304 TSS_HKEY hPrivateLeafKey; variable
809 rc = tpm_encrypt_data(hContext, hPrivateLeafKey, cleartxt, cleartxt_len,
1063 rc = tpm_decrypt_data(hContext, hPrivateLeafKey, data, len,

Completed in 28 milliseconds