Home
last modified time | relevance | path

Searched refs:hKey (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/
H A D0001-create-tpm-key-support-well-known-key-option.patch73 - Tspi_Context_CloseObject(hContext, hKey);
84 + Tspi_Context_CloseObject(hContext, hKey);
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp397 HKEY hKey; in CreateRegistryKey() local
402 REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hKey, NULL); in CreateRegistryKey()
413 ret = RegSetValueEx(hKey, value, 0, REG_SZ, (LPBYTE)data, size); in CreateRegistryKey()
414 RegCloseKey(hKey); in CreateRegistryKey()