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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c145 TSS_HKEY hPrivateRootKey = NULL_HKEY; variable
1277 hParentKey = hPrivateRootKey;
1295 * - Tspi_Context_RegisterKey(hContext, hPrivateRootKey,
1408 &hPrivateRootKey))) {
1415 result = Tspi_Context_RegisterKey(hContext, hPrivateRootKey,
1430 &hPrivateRootKey);
1436 if ((result = Tspi_Key_LoadKey(hPrivateRootKey, hMRK))) {
1439 Tspi_Context_CloseObject(hContext, hPrivateRootKey);
1444 hPrivateRootKey = NULL_HKEY;
1457 if ((result = Tspi_Key_LoadKey(hPrivateLeafKey, hPrivateRootKey))) {
[all...]

Completed in 18 milliseconds