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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c143 TSS_HKEY hPublicRootKey = NULL_HKEY; variable
1118 if (hPublicRootKey != NULL_HKEY)
1129 &publicRootKeyUUID, hMRK, NULL, &hPublicRootKey);
1272 hParentKey = hPublicRootKey;
1512 &hPublicRootKey))) {
1519 result = Tspi_Context_RegisterKey(hContext, hPublicRootKey,
1534 &hPublicRootKey);
1540 if ((result = Tspi_Key_LoadKey(hPublicRootKey, hMRK))) {
1543 Tspi_Context_CloseObject(hContext, hPublicRootKey);
1544 hPublicRootKey
[all...]

Completed in 24 milliseconds