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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c145 TSS_HKEY hPublicRootKey = NULL_HKEY; variable
1084 if (hPublicRootKey != NULL_HKEY)
1093 &publicRootKeyUUID, hSRK, NULL, &hPublicRootKey);
1264 hParentKey = hPublicRootKey;
1480 * - Tspi_Context_RegisterKey(hContext, hPublicRootKey,
1485 &hPublicRootKey))) {
1491 result = Tspi_Context_RegisterKey(hContext, hPublicRootKey,
1504 &hPublicRootKey);
1510 if ((result = Tspi_Key_LoadKey(hPublicRootKey, hSRK))) {
1513 Tspi_Context_CloseObject(hContext, hPublicRootKey);
[all...]

Completed in 62 milliseconds