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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c147 TSS_HKEY hPrivateRootKey = NULL_HKEY; variable
1269 hParentKey = hPrivateRootKey;
1285 * - Tspi_Context_RegisterKey(hContext, hPrivateRootKey,
1389 * - Tspi_Context_RegisterKey(hContext, hPrivateRootKey,
1394 &hPrivateRootKey))) {
1400 result = Tspi_Context_RegisterKey(hContext, hPrivateRootKey,
1413 &hPrivateRootKey);
1417 if ((result = Tspi_Key_LoadKey(hPrivateRootKey, hSRK))) {
1420 Tspi_Context_CloseObject(hContext, hPrivateRootKey);
1425 hPrivateRootKey
[all...]

Completed in 58 milliseconds